Skip to content
Open
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
15 changes: 7 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ require (
github.com/gin-contrib/cors v1.3.0
github.com/gin-contrib/gzip v0.0.1
github.com/gin-contrib/pprof v1.2.1
github.com/gin-gonic/gin v1.7.7
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/go-playground/validator/v10 v10.4.1
github.com/gin-gonic/gin v1.9.0
github.com/go-playground/locales v0.14.1
github.com/go-playground/universal-translator v0.18.1
github.com/go-playground/validator/v10 v10.11.2
github.com/go-sql-driver/mysql v1.5.0
github.com/golang/protobuf v1.5.2
github.com/google/go-querystring v1.0.0 // indirect
Expand All @@ -32,13 +32,12 @@ require (
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.4.0
github.com/xdg/stringprep v1.0.0 // indirect
github.com/tidwall/pretty v1.0.1 // indirect
github.com/tidwall/pretty v1.0.1
github.com/ugorji/go v1.1.7 // indirect
go.etcd.io/etcd/client/v3 v3.5.4
go.mongodb.org/mongo-driver v1.5.1
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
golang.org/x/net v0.7.0
google.golang.org/grpc v1.38.0

gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
xorm.io/builder v0.3.7
xorm.io/xorm v1.0.2
Expand Down