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 fe7b394 commit 4f080a7Copy full SHA for 4f080a7
specs-go/go.mod
@@ -0,0 +1,5 @@
1
+module github.com/opencontainers/image-spec/specs-go
2
+
3
+go 1.15
4
5
+require github.com/opencontainers/go-digest v1.0.0
specs-go/go.sum
@@ -0,0 +1,2 @@
+github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
+github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
0 commit comments