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
12 changes: 5 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ 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
github.com/klauspost/pgzip v1.2.4 // indirect
github.com/koron/go-ssdp v0.0.2
github.com/kr/pretty v0.2.0 // indirect
Expand All @@ -51,8 +49,8 @@ require (
github.com/mysteriumnetwork/gowinlog v0.0.0-20200817095141-ad6c5f74d12e
github.com/mysteriumnetwork/metrics v0.0.12
github.com/mysteriumnetwork/payments v0.0.14-0.20210312115315-3f77efe2c130
github.com/nats-io/nats-server/v2 v2.1.7
github.com/nats-io/nats.go v1.10.0
github.com/nats-io/nats-server/v2 v2.7.2
github.com/nats-io/nats.go v1.13.1-0.20220121202836-972a071d373d
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
Expand All @@ -76,9 +74,9 @@ require (
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/crypto v0.0.0-20220112180741-5e0467b6c7ce
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
golang.org/x/sys v0.0.0-20220111092808-5a964db01320
golang.org/x/tools v0.0.0-20201013053347-2db1cd791039 // indirect
golang.zx2c4.com/wireguard v0.0.20200320
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200324154536-ceff61240acf
Expand Down
Loading