forked from grailbio/reflow
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
35 lines (33 loc) · 1.44 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
module github.com/grailbio/reflow
go 1.12
require (
docker.io/go-docker v1.0.0
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/Microsoft/go-winio v0.4.5 // indirect
github.com/aws/aws-sdk-go v1.25.10
github.com/aws/aws-xray-sdk-go v1.0.0-rc.2
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect
github.com/docker/distribution v2.7.0+incompatible
github.com/docker/docker v0.7.3-0.20190109221700-b4842cfe88b3
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.3.3
github.com/gogo/protobuf v1.2.1 // indirect
github.com/google/go-containerregistry v0.0.0-20190116191554-efb7e1b888e1
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.6.2 // indirect
github.com/grailbio/base v0.0.7-0.20191216215904-c504fd73cad7
github.com/grailbio/infra v0.0.1
github.com/grailbio/testutil v0.0.3
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/sirupsen/logrus v1.3.0 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/willf/bloom v2.0.3+incompatible
golang.org/x/net v0.0.0-20191007182048-72f939374954
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff
gopkg.in/yaml.v2 v2.2.4
gotest.tools v2.2.0+incompatible // indirect
v.io/x/lib v0.1.4
)