Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ require (
github.com/astaxie/beego v1.12.0
github.com/gin-contrib/cors v1.3.0
github.com/gin-contrib/gzip v0.0.1
github.com/gin-gonic/gin v1.4.0
github.com/gin-gonic/gin v1.9.0
github.com/russross/blackfriday v2.0.0+incompatible
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/spf13/cobra v0.0.5
golang.org/x/net v0.0.0-20191002035440-2ec189313ef0
golang.org/x/net v0.7.0
)
Loading