-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
33 lines (29 loc) · 1.34 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
module github.com/john-tipper/grafeas-dynamodb
go 1.12
require (
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/aws/aws-sdk-go v1.24.1
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/gogo/protobuf v1.3.0 // indirect
github.com/golang/protobuf v1.3.2
github.com/google/uuid v1.1.1
github.com/gorilla/mux v1.7.3 // indirect
github.com/grafeas/grafeas v0.1.3
github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/sirupsen/logrus v1.4.2 // indirect
golang.org/x/net v0.0.0-20190918130420-a8b05e9114ab
golang.org/x/sys v0.0.0-20190919044723-0c1ff786ef13 // indirect
google.golang.org/genproto v0.0.0-20190916214212-f660b8655731
google.golang.org/grpc v1.23.1
gopkg.in/yaml.v2 v2.2.4 // indirect
gotest.tools v2.2.0+incompatible // indirect
)
// https://github.com/moby/moby/issues/37683#issuecomment-414969910
replace github.com/docker/docker v1.13.1 => github.com/docker/engine v0.0.0-20190822205725-ed20165a37b4
replace github.com/grafeas/grafeas v0.1.3 => ./grafeas/grafeas