-
Notifications
You must be signed in to change notification settings - Fork 52
/
go.mod
37 lines (35 loc) · 1.54 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
37
module github.com/grailbio/reflow
go 1.16
require (
docker.io/go-docker v1.0.0
github.com/Microsoft/go-winio v0.4.5 // indirect
github.com/aws/aws-sdk-go v1.34.31
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 v20.10.5+incompatible
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0
github.com/gogo/protobuf v1.3.2 // 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.10
github.com/grailbio/infra v0.0.2-0.20201105215413-8610bbcf04f2
github.com/grailbio/testutil v0.0.4-0.20210412203346-39b3ca80f18a
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // 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-20201021035429-f5854403a974
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
golang.org/x/tools v0.0.0-20210106214847-113979e3529a
gonum.org/v1/gonum v0.0.0-20190902003836-43865b531bee
gopkg.in/yaml.v2 v2.2.8
gotest.tools v2.2.0+incompatible // indirect
v.io/x/lib v0.1.5
)