Skip to content
Closed
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
31 changes: 12 additions & 19 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,33 +9,28 @@ require (
github.com/arthurkiller/rollingwriter v1.1.2
github.com/asaskevich/EventBus v0.0.0-20180315140547-d46933a94f05
github.com/asdine/storm/v3 v3.1.1
github.com/aws/aws-sdk-go-v2 v0.15.0
github.com/aws/aws-sdk-go-v2 v1.16.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.9
github.com/cenkalti/backoff/v4 v4.0.0
github.com/chzyer/logex v1.1.10 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20200620013148-b91950f658ec // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/ethereum/go-ethereum v1.9.21
github.com/ethereum/go-ethereum v1.10.17
github.com/frankban/quicktest v1.5.0 // indirect
github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 // indirect
github.com/gin-contrib/cors v1.3.0
github.com/gin-gonic/gin v1.4.0
github.com/go-openapi/strfmt v0.19.3
github.com/gofrs/uuid v3.2.0+incompatible
github.com/golang/protobuf v1.4.2
github.com/huin/goupnp v1.0.0
github.com/gofrs/uuid v3.3.0+incompatible
github.com/golang/protobuf v1.4.3
github.com/huin/goupnp v1.0.3-0.20220313090229-ca81a64b4204
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
github.com/klauspost/pgzip v1.2.4 // indirect
github.com/koron/go-ssdp v0.0.2
github.com/kr/pretty v0.2.0 // indirect
github.com/lib/pq v1.7.0 // indirect
github.com/libp2p/go-libp2p v0.5.2
github.com/libp2p/go-libp2p-core v0.3.0
Expand All @@ -55,31 +50,29 @@ require (
github.com/nats-io/nats.go v1.10.0
github.com/nwaples/rardecode v1.1.0 // indirect
github.com/oleksandr/bonjour v0.0.0-20160508152359-5dcf00d8b228
github.com/olekukonko/tablewriter v0.0.2 // indirect
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.7.0
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/urfave/cli/v2 v2.3.0
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
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
golang.org/x/tools v0.0.0-20201013053347-2db1cd791039 // indirect
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d
golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912
golang.zx2c4.com/wireguard v0.0.20200320
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200324154536-ceff61240acf
google.golang.org/protobuf v1.25.0
Expand Down
Loading