forked from dedis/cothority
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
36 lines (34 loc) · 1.49 KB
/
go.mod
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
module go.dedis.ch/cothority/v3
require (
github.com/BurntSushi/toml v0.3.1
github.com/allegro/bigcache v1.2.1 // indirect
github.com/aristanetworks/goarista v0.0.0-20191023202215-f096da5361bb // indirect
github.com/bford/golang-x-crypto v0.0.0-20160518072526-27db609c9d03
github.com/btcsuite/btcd v0.20.0-beta // indirect
github.com/coreos/go-oidc v2.1.0+incompatible
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/edsrzf/mmap-go v1.0.0 // indirect
github.com/ethereum/go-ethereum v1.8.27
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/prataprc/goparsec v0.0.0-20180806094145-2600a2a4a410
github.com/qantik/qrgo v0.0.0-20160917134849-0c6b902c59f6
github.com/rs/cors v1.7.0 // indirect
github.com/satori/go.uuid v1.2.0
github.com/stretchr/testify v1.4.0
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/urfave/cli v1.22.0
go.dedis.ch/kyber/v3 v3.0.11
go.dedis.ch/onet/v3 v3.0.31
go.dedis.ch/protobuf v1.0.11
go.etcd.io/bbolt v1.3.3
golang.org/x/crypto v0.0.0-20190404164418-38d8ce5564a5
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sys v0.0.0-20190912141932-bc967efca4b8
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
gopkg.in/satori/go.uuid.v1 v1.2.0
gopkg.in/square/go-jose.v2 v2.4.0 // indirect
)
go 1.13