We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95f236 commit b486c03Copy full SHA for b486c03
go.mod
@@ -6,6 +6,7 @@ require (
6
github.com/BurntSushi/toml v1.6.0
7
github.com/docker/docker v28.5.2+incompatible
8
github.com/fsnotify/fsnotify v1.9.0
9
+ github.com/opencontainers/image-spec v1.1.1
10
github.com/spf13/cobra v1.10.2
11
github.com/zeebo/blake3 v0.2.4
12
)
@@ -29,7 +30,6 @@ require (
29
30
github.com/moby/term v0.5.2 // indirect
31
github.com/morikuni/aec v1.1.0 // indirect
32
github.com/opencontainers/go-digest v1.0.0 // indirect
- github.com/opencontainers/image-spec v1.1.1 // indirect
33
github.com/pkg/errors v0.9.1 // indirect
34
github.com/spf13/pflag v1.0.9 // indirect
35
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
0 commit comments