Skip to content

Commit ccf0c4c

Browse files
authored
1 parent 655cfd0 commit ccf0c4c

File tree

224 files changed

+5
-25319
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

224 files changed

+5
-25319
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ go 1.24.4
44

55
require (
66
github.com/blang/semver/v4 v4.0.0
7-
github.com/containers/image/v5 v5.36.2
87
github.com/coreos/go-semver v0.3.1
98
github.com/distribution/reference v0.6.0
109
github.com/evanphx/json-patch v5.9.11+incompatible
@@ -33,6 +32,7 @@ require (
3332
github.com/spf13/cobra v1.10.1
3433
github.com/spf13/pflag v1.0.10
3534
github.com/stretchr/testify v1.11.1
35+
go.podman.io/image/v5 v5.37.0
3636
golang.org/x/net v0.44.0
3737
golang.org/x/sync v0.17.0
3838
golang.org/x/time v0.13.0
@@ -77,7 +77,6 @@ require (
7777
github.com/containerd/typeurl/v2 v2.2.3 // indirect
7878
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
7979
github.com/containers/ocicrypt v1.2.1 // indirect
80-
github.com/containers/storage v1.59.1 // indirect
8180
github.com/coreos/go-systemd/v22 v22.6.0 // indirect
8281
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
8382
github.com/docker/cli v28.4.0+incompatible // indirect
@@ -155,7 +154,6 @@ require (
155154
go.opentelemetry.io/otel/trace v1.37.0 // indirect
156155
go.opentelemetry.io/proto/otlp v1.7.0 // indirect
157156
go.podman.io/common v0.65.0 // indirect
158-
go.podman.io/image/v5 v5.37.0 // indirect
159157
go.podman.io/storage v1.60.0 // indirect
160158
go.uber.org/automaxprocs v1.6.0 // indirect
161159
go.uber.org/multierr v1.11.0 // indirect

go.sum

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,14 +1405,10 @@ github.com/containerd/ttrpc v1.2.7 h1:qIrroQvuOL9HQ1X6KHe2ohc7p+HP/0VE6XPU7elJRq
14051405
github.com/containerd/ttrpc v1.2.7/go.mod h1:YCXHsb32f+Sq5/72xHubdiJRQY9inL4a4ZQrAbN1q9o=
14061406
github.com/containerd/typeurl/v2 v2.2.3 h1:yNA/94zxWdvYACdYO8zofhrTVuQY73fFU1y++dYSw40=
14071407
github.com/containerd/typeurl/v2 v2.2.3/go.mod h1:95ljDnPfD3bAbDJRugOiShd/DlAAsxGtUBhJxIn7SCk=
1408-
github.com/containers/image/v5 v5.36.2 h1:GcxYQyAHRF/pLqR4p4RpvKllnNL8mOBn0eZnqJbfTwk=
1409-
github.com/containers/image/v5 v5.36.2/go.mod h1:b4GMKH2z/5t6/09utbse2ZiLK/c72GuGLFdp7K69eA4=
14101408
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 h1:Qzk5C6cYglewc+UyGf6lc8Mj2UaPTHy/iF2De0/77CA=
14111409
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01/go.mod h1:9rfv8iPl1ZP7aqh9YA68wnZv2NUDbXdcdPHVz0pFbPY=
14121410
github.com/containers/ocicrypt v1.2.1 h1:0qIOTT9DoYwcKmxSt8QJt+VzMY18onl9jUXsxpVhSmM=
14131411
github.com/containers/ocicrypt v1.2.1/go.mod h1:aD0AAqfMp0MtwqWgHM1bUwe1anx0VazI108CRrSKINQ=
1414-
github.com/containers/storage v1.59.1 h1:11Zu68MXsEQGBBd+GadPrHPpWeqjKS8hJDGiAHgIqDs=
1415-
github.com/containers/storage v1.59.1/go.mod h1:KoAYHnAjP3/cTsRS+mmWZGkufSY2GACiKQ4V3ZLQnR0=
14161412
github.com/coreos/go-semver v0.3.1 h1:yi21YpKnrx1gt5R+la8n5WgS0kCrsPp33dmEyHReZr4=
14171413
github.com/coreos/go-semver v0.3.1/go.mod h1:irMmmIw/7yzSRPWryHsK7EYSg09caPQL03VsM8rvUec=
14181414
github.com/coreos/go-systemd/v22 v22.6.0 h1:aGVa/v8B7hpb0TKl0MWoAavPDmHvobFe5R5zn0bCJWo=

util/image-canonical-ref/main.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import (
55
"fmt"
66
"os"
77

8-
"github.com/containers/image/v5/docker"
9-
"github.com/containers/image/v5/docker/reference"
10-
"github.com/containers/image/v5/manifest"
11-
"github.com/containers/image/v5/types"
8+
"go.podman.io/image/v5/docker"
9+
"go.podman.io/image/v5/docker/reference"
10+
"go.podman.io/image/v5/manifest"
11+
"go.podman.io/image/v5/types"
1212
)
1313

1414
// This is a simple tool to resolve canonical reference of the image.

vendor/github.com/containers/image/v5/LICENSE

Lines changed: 0 additions & 189 deletions
This file was deleted.

0 commit comments

Comments
 (0)