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
9 changes: 3 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ require (
github.com/jackpal/gateway v1.0.6
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
github.com/jinzhu/now v1.1.1 // indirect
github.com/josharian/impl v1.0.0 // indirect
github.com/julienschmidt/httprouter v1.2.0
github.com/karalabe/usb v0.0.0-20191104083709-911d15fe12a9 // indirect
github.com/klauspost/compress v1.10.10 // indirect
Expand Down Expand Up @@ -59,23 +58,21 @@ require (
github.com/oschwald/geoip2-golang v1.1.0
github.com/oschwald/maxminddb-golang v1.5.0 // indirect
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
github.com/pkg/errors v0.8.1
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.17.2
github.com/sergi/go-diff v1.1.0 // indirect
github.com/shurcooL/vfsgen v0.0.0-20200627165143-92b8a710ab6c
github.com/songgao/water v0.0.0-20190112225332-f6122f5b2fbd
github.com/spf13/cast v1.3.0
github.com/status-im/keycard-go v0.0.0-20191114114615-9d48af884d5b // indirect
github.com/stretchr/testify v1.4.1-0.20200130210847-518a1491c713
github.com/stretchr/testify v1.6.1
github.com/takama/daemon v1.0.0
github.com/ulikunitz/xz v0.5.7 // indirect
github.com/urfave/cli/v2 v2.1.1
github.com/vcraescu/go-paginator v0.0.0-20200304054438-86d84f27c0b3
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
github.com/xdg/stringprep v1.0.0 // indirect
github.com/xtaci/kcp-go/v5 v5.5.8
go.etcd.io/bbolt v1.3.4
go.mongodb.org/mongo-driver v1.1.1
go.mongodb.org/mongo-driver v1.5.1
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
golang.org/x/net v0.0.0-20200904194848-62affa334b73
golang.org/x/sys v0.0.0-20210223212115-eede4237b368
Expand Down
Loading