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
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,11 @@ 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
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