Skip to content

Commit b486c03

Browse files
committed
deps: promote opencontainers/image-spec to a direct dependency.
1 parent e95f236 commit b486c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ require (
66
github.com/BurntSushi/toml v1.6.0
77
github.com/docker/docker v28.5.2+incompatible
88
github.com/fsnotify/fsnotify v1.9.0
9+
github.com/opencontainers/image-spec v1.1.1
910
github.com/spf13/cobra v1.10.2
1011
github.com/zeebo/blake3 v0.2.4
1112
)
@@ -29,7 +30,6 @@ require (
2930
github.com/moby/term v0.5.2 // indirect
3031
github.com/morikuni/aec v1.1.0 // indirect
3132
github.com/opencontainers/go-digest v1.0.0 // indirect
32-
github.com/opencontainers/image-spec v1.1.1 // indirect
3333
github.com/pkg/errors v0.9.1 // indirect
3434
github.com/spf13/pflag v1.0.9 // indirect
3535
go.opentelemetry.io/auto/sdk v1.2.1 // indirect

0 commit comments

Comments
 (0)