1
1
module github.com/gitpod-io/gitpod/image-builder/bob
2
2
3
- go 1.22 .0
3
+ go 1.23 .0
4
4
5
5
toolchain go1.23.3
6
6
@@ -16,7 +16,7 @@ require (
16
16
github.com/opencontainers/runtime-spec v1.1.0
17
17
github.com/sirupsen/logrus v1.9.3
18
18
github.com/spf13/cobra v1.7.0
19
- golang.org/x/sync v0.5 .0
19
+ golang.org/x/sync v0.12 .0
20
20
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
21
21
)
22
22
@@ -32,7 +32,7 @@ require (
32
32
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
33
33
github.com/containerd/typeurl/v2 v2.1.1 // indirect
34
34
github.com/docker/distribution v2.8.2+incompatible // indirect
35
- github.com/docker/docker v24 .0.0 +incompatible // indirect
35
+ github.com/docker/docker v28 .0.2 +incompatible // indirect
36
36
github.com/docker/docker-credential-helpers v0.7.0 // indirect
37
37
github.com/gitpod-io/gitpod/components/scrubber v0.0.0-00010101000000-000000000000 // indirect
38
38
github.com/go-logr/logr v1.4.1 // indirect
@@ -76,13 +76,13 @@ require (
76
76
go.opentelemetry.io/otel/sdk v1.21.0 // indirect
77
77
go.opentelemetry.io/otel/trace v1.21.0 // indirect
78
78
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
79
- golang.org/x/crypto v0.21 .0 // indirect
80
- golang.org/x/mod v0.14 .0 // indirect
81
- golang.org/x/net v0.23 .0 // indirect
82
- golang.org/x/sys v0.18 .0 // indirect
83
- golang.org/x/text v0.14 .0 // indirect
79
+ golang.org/x/crypto v0.36 .0 // indirect
80
+ golang.org/x/mod v0.17 .0 // indirect
81
+ golang.org/x/net v0.25 .0 // indirect
82
+ golang.org/x/sys v0.31 .0 // indirect
83
+ golang.org/x/text v0.23 .0 // indirect
84
84
golang.org/x/time v0.3.0 // indirect
85
- golang.org/x/tools v0.16.1 // indirect
85
+ golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
86
86
google.golang.org/genproto/googleapis/api v0.0.0-20230913181813-007df8e322eb // indirect
87
87
google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
88
88
google.golang.org/grpc v1.59.0 // indirect
0 commit comments