Skip to content

Commit 19cd13a

Browse files
committed
Add go.mod
Signed-off-by: Ulysses Souza <[email protected]>
1 parent 0e902ff commit 19cd13a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

go.mod

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)