-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
30 lines (28 loc) · 1.32 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
module go.dedis.ch/simnet
go 1.13
require (
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/buger/goterm v0.0.0-20181115115552-c206103e1f37
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v1.13.1
github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.4.0 // indirect
github.com/googleapis/gnostic v0.3.1 // indirect
github.com/imdario/mergo v0.3.8 // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/stretchr/testify v1.4.0
github.com/urfave/cli/v2 v2.2.0
golang.org/x/crypto v0.0.0-20191122220453-ac88ee75c92c // indirect
golang.org/x/net v0.0.0-20191125084936-ffdde1057850 // indirect
golang.org/x/oauth2 v0.0.0-20191122200657-5d9234df094c // indirect
golang.org/x/sys v0.0.0-20191127021746-63cb32ae39b2 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
gonum.org/v1/gonum v0.0.0-20190331200053-3d26580ed485
gonum.org/v1/netlib v0.0.0-20190331212654-76723241ea4e // indirect
gonum.org/v1/plot v0.0.0-20191107103940-ca91d9d40d0a
k8s.io/api v0.0.0-20191121015604-11707872ac1c
k8s.io/apimachinery v0.0.0-20191123233150-4c4803ed55e3
k8s.io/client-go v0.0.0-20191121015835-571c0ef67034
k8s.io/utils v0.0.0-20191114200735-6ca3b61696b6 // indirect
)