-
Notifications
You must be signed in to change notification settings - Fork 29
/
go.mod
32 lines (30 loc) · 1.29 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
module go.dedis.ch/onet/v3
require (
github.com/BurntSushi/toml v0.3.1
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/daviddengcn/go-colortext v0.0.0-20180409174941-186a3d44e920
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/golangplus/bytes v0.0.0-20160111154220-45c989fe5450 // indirect
github.com/golangplus/fmt v0.0.0-20150411045040-2a5d6d7d2995 // indirect
github.com/golangplus/testing v0.0.0-20180327235837-af21d9c3145e // indirect
github.com/google/uuid v1.1.2
github.com/gorilla/websocket v1.4.1
github.com/honeycombio/beeline-go v0.4.11
github.com/honeycombio/libhoney-go v1.12.3 // indirect
github.com/klauspost/compress v1.10.3 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/montanaflynn/stats v0.5.0
github.com/shirou/gopsutil v2.20.2+incompatible
github.com/stretchr/testify v1.5.1
github.com/urfave/cli v1.22.2
go.dedis.ch/kyber/v3 v3.0.13
go.dedis.ch/protobuf v1.0.11
go.etcd.io/bbolt v1.3.4
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c // indirect
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
rsc.io/goversion v1.2.0
)
go 1.13