forked from mysteriumnetwork/node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
87 lines (85 loc) · 3.91 KB
/
go.mod
File metadata and controls
87 lines (85 loc) · 3.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
module github.com/mysteriumnetwork/node
go 1.13
require (
github.com/BurntSushi/toml v0.3.1
github.com/Microsoft/go-winio v0.4.14
github.com/andybalholm/brotli v1.0.0 // indirect
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/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/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/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
github.com/magefile/mage v1.11.0
github.com/mholt/archiver v3.1.1+incompatible
github.com/miekg/dns v1.1.29
github.com/multiformats/go-multiaddr v0.2.0
github.com/mysteriumnetwork/feedback v1.1.1
github.com/mysteriumnetwork/go-ci v0.0.0-20200415074834-39fc864b0ed4
github.com/mysteriumnetwork/go-dvpn-web v0.1.28
github.com/mysteriumnetwork/go-openvpn v0.0.23
github.com/mysteriumnetwork/go-wondershaper v1.0.1
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/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/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/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
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.zx2c4.com/wireguard v0.0.20200320
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200324154536-ceff61240acf
google.golang.org/protobuf v1.25.0
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
)