1
1
module github.com/containers/podman-bootc
2
2
3
- go 1.20
3
+ go 1.22.6
4
4
5
5
require (
6
6
github.com/adrg/xdg v0.4.0
7
7
github.com/containers/common v0.58.1
8
8
github.com/containers/gvisor-tap-vsock v0.7.3
9
9
github.com/containers/podman/v5 v5.0.1
10
+ github.com/distribution/reference v0.5.0
10
11
github.com/docker/go-units v0.5.0
11
12
github.com/gofrs/flock v0.8.1
12
13
github.com/onsi/ginkgo/v2 v2.17.1
13
14
github.com/onsi/gomega v1.32.0
14
15
github.com/sirupsen/logrus v1.9.3
15
16
github.com/spf13/cobra v1.8.0
16
- golang.org/x/crypto v0.22 .0
17
- golang.org/x/sys v0.19 .0
18
- golang.org/x/term v0.19 .0
17
+ golang.org/x/crypto v0.28 .0
18
+ golang.org/x/sys v0.26 .0
19
+ golang.org/x/term v0.25 .0
19
20
libvirt.org/go/libvirt v1.10002.0
20
21
)
21
22
@@ -29,11 +30,12 @@ require (
29
30
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
30
31
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
31
32
github.com/blang/semver/v4 v4.0.0 // indirect
32
- github.com/bytedance/sonic v1.10.2 // indirect
33
- github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
34
- github.com/chenzhuoyu/iasm v0.9.1 // indirect
33
+ github.com/bytedance/sonic v1.12.3 // indirect
34
+ github.com/bytedance/sonic/loader v0.2.1 // indirect
35
35
github.com/chzyer/readline v1.5.1 // indirect
36
36
github.com/cilium/ebpf v0.11.0 // indirect
37
+ github.com/cloudwego/base64x v0.1.4 // indirect
38
+ github.com/cloudwego/iasm v0.2.0 // indirect
37
39
github.com/containerd/cgroups/v3 v3.0.3 // indirect
38
40
github.com/containerd/containerd v1.7.13 // indirect
39
41
github.com/containerd/errdefs v0.1.0 // indirect
@@ -56,17 +58,16 @@ require (
56
58
github.com/digitalocean/go-libvirt v0.0.0-20220804181439-8648fbde413e // indirect
57
59
github.com/digitalocean/go-qemu v0.0.0-20230711162256-2e3d0186973e // indirect
58
60
github.com/disiqueira/gotree/v3 v3.0.2 // indirect
59
- github.com/distribution/reference v0.5.0 // indirect
60
61
github.com/docker/distribution v2.8.3+incompatible // indirect
61
62
github.com/docker/docker v25.0.3+incompatible // indirect
62
63
github.com/docker/docker-credential-helpers v0.8.1 // indirect
63
64
github.com/docker/go-connections v0.5.0 // indirect
64
65
github.com/felixge/httpsnoop v1.0.4 // indirect
65
66
github.com/fsnotify/fsnotify v1.7.0 // indirect
66
67
github.com/fsouza/go-dockerclient v1.10.1 // indirect
67
- github.com/gabriel-vasile/mimetype v1.4.3 // indirect
68
+ github.com/gabriel-vasile/mimetype v1.4.6 // indirect
68
69
github.com/gin-contrib/sse v0.1.0 // indirect
69
- github.com/gin-gonic/gin v1.9.1 // indirect
70
+ github.com/gin-gonic/gin v1.10.0 // indirect
70
71
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
71
72
github.com/go-logr/logr v1.4.1 // indirect
72
73
github.com/go-logr/stdr v1.2.2 // indirect
@@ -83,9 +84,9 @@ require (
83
84
github.com/go-openapi/validate v0.22.1 // indirect
84
85
github.com/go-playground/locales v0.14.1 // indirect
85
86
github.com/go-playground/universal-translator v0.18.1 // indirect
86
- github.com/go-playground/validator/v10 v10.17.0 // indirect
87
+ github.com/go-playground/validator/v10 v10.22.1 // indirect
87
88
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
88
- github.com/goccy/go-json v0.10.2 // indirect
89
+ github.com/goccy/go-json v0.10.3 // indirect
89
90
github.com/godbus/dbus/v5 v5.1.1-0.20230522191255-76236955d466 // indirect
90
91
github.com/gogo/protobuf v1.3.2 // indirect
91
92
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -104,10 +105,10 @@ require (
104
105
github.com/josharian/intern v1.0.0 // indirect
105
106
github.com/json-iterator/go v1.1.12 // indirect
106
107
github.com/klauspost/compress v1.17.7 // indirect
107
- github.com/klauspost/cpuid/v2 v2.2.6 // indirect
108
+ github.com/klauspost/cpuid/v2 v2.2.8 // indirect
108
109
github.com/klauspost/pgzip v1.2.6 // indirect
109
110
github.com/kr/fs v0.1.0 // indirect
110
- github.com/leodido/go-urn v1.2.4 // indirect
111
+ github.com/leodido/go-urn v1.4.0 // indirect
111
112
github.com/letsencrypt/boulder v0.0.0-20230907030200-6d76a0f91e1e // indirect
112
113
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
113
114
github.com/mailru/easyjson v0.7.7 // indirect
@@ -139,7 +140,7 @@ require (
139
140
github.com/opencontainers/selinux v1.11.0 // indirect
140
141
github.com/openshift/imagebuilder v1.2.6 // indirect
141
142
github.com/ostreedev/ostree-go v0.0.0-20210805093236-719684c64e4f // indirect
142
- github.com/pelletier/go-toml/v2 v2.1.1 // indirect
143
+ github.com/pelletier/go-toml/v2 v2.2.3 // indirect
143
144
github.com/pkg/errors v0.9.1 // indirect
144
145
github.com/pkg/sftp v1.13.6 // indirect
145
146
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
@@ -172,17 +173,17 @@ require (
172
173
go.opentelemetry.io/otel v1.22.0 // indirect
173
174
go.opentelemetry.io/otel/metric v1.22.0 // indirect
174
175
go.opentelemetry.io/otel/trace v1.22.0 // indirect
175
- golang.org/x/arch v0.7 .0 // indirect
176
+ golang.org/x/arch v0.11 .0 // indirect
176
177
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
177
- golang.org/x/mod v0.15 .0 // indirect
178
- golang.org/x/net v0.22 .0 // indirect
179
- golang.org/x/sync v0.6 .0 // indirect
180
- golang.org/x/text v0.14 .0 // indirect
178
+ golang.org/x/mod v0.17 .0 // indirect
179
+ golang.org/x/net v0.30 .0 // indirect
180
+ golang.org/x/sync v0.8 .0 // indirect
181
+ golang.org/x/text v0.19 .0 // indirect
181
182
golang.org/x/time v0.3.0 // indirect
182
- golang.org/x/tools v0.18.0 // indirect
183
+ golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
183
184
google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect
184
185
google.golang.org/grpc v1.61.0 // indirect
185
- google.golang.org/protobuf v1.33.0 // indirect
186
+ google.golang.org/protobuf v1.35.1 // indirect
186
187
gopkg.in/go-jose/go-jose.v2 v2.6.3 // indirect
187
188
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
188
189
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
0 commit comments