We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e902ff commit 19cd13aCopy full SHA for 19cd13a
go.mod
@@ -0,0 +1,18 @@
1
+module github.com/compose-spec/compliance
2
+
3
+go 1.13
4
5
+require (
6
+ github.com/Microsoft/go-winio v0.4.14 // indirect
7
+ github.com/docker/distribution v2.7.1+incompatible // indirect
8
+ github.com/docker/docker v1.13.1
9
+ github.com/docker/go-connections v0.4.0 // indirect
10
+ github.com/docker/go-units v0.4.0 // indirect
11
+ github.com/google/go-cmp v0.4.0 // indirect
12
+ github.com/labstack/echo v3.3.10+incompatible
13
+ github.com/labstack/gommon v0.3.0 // indirect
14
+ github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
15
+ github.com/pkg/errors v0.9.1 // indirect
16
+ gopkg.in/yaml.v2 v2.2.8
17
+ gotest.tools/v3 v3.0.2
18
+)
0 commit comments