@@ -5,10 +5,10 @@ go 1.22.0
5
5
toolchain go1.22.5
6
6
7
7
require (
8
- github.com/google/go-containerregistry v0.19.1
8
+ github.com/google/go-containerregistry v0.20.2
9
9
github.com/sigstore/cosign/v2 v2.2.4
10
10
github.com/sigstore/rekor v1.3.6
11
- github.com/sigstore/sigstore v1.8.3
11
+ github.com/sigstore/sigstore v1.8.12
12
12
github.com/sirupsen/logrus v1.9.3
13
13
github.com/theupdateframework/go-tuf v0.7.0
14
14
)
@@ -24,14 +24,14 @@ require (
24
24
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
25
25
github.com/digitorus/pkcs7 v0.0.0-20230818184609-3a137a874352 // indirect
26
26
github.com/digitorus/timestamp v0.0.0-20231217203849-220c5c2851b7 // indirect
27
- github.com/docker/cli v24.0.7 +incompatible // indirect
27
+ github.com/docker/cli v27.1.1 +incompatible // indirect
28
28
github.com/docker/distribution v2.8.3+incompatible // indirect
29
- github.com/docker/docker v27.1.2+incompatible // indirect
30
29
github.com/docker/docker-credential-helpers v0.8.0 // indirect
31
30
github.com/dustin/go-humanize v1.0.1 // indirect
32
31
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
33
32
github.com/fsnotify/fsnotify v1.7.0 // indirect
34
33
github.com/go-chi/chi v4.1.2+incompatible // indirect
34
+ github.com/go-jose/go-jose/v4 v4.0.2 // indirect
35
35
github.com/go-logr/logr v1.4.1 // indirect
36
36
github.com/go-logr/stdr v1.2.2 // indirect
37
37
github.com/go-openapi/analysis v0.23.0 // indirect
@@ -63,7 +63,7 @@ require (
63
63
github.com/josharian/intern v1.0.0 // indirect
64
64
github.com/json-iterator/go v1.1.12 // indirect
65
65
github.com/klauspost/compress v1.17.4 // indirect
66
- github.com/letsencrypt/boulder v0.0.0-20231026200631-000cd05d5491 // indirect
66
+ github.com/letsencrypt/boulder v0.0.0-20240620165639-de9c06129bec // indirect
67
67
github.com/magiconair/properties v1.8.7 // indirect
68
68
github.com/mailru/easyjson v0.7.7 // indirect
69
69
github.com/miekg/pkcs11 v1.1.1 // indirect
@@ -82,7 +82,7 @@ require (
82
82
github.com/sagikazarmark/locafero v0.4.0 // indirect
83
83
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
84
84
github.com/sassoftware/relic v7.2.1+incompatible // indirect
85
- github.com/secure-systems-lab/go-securesystemslib v0.8 .0 // indirect
85
+ github.com/secure-systems-lab/go-securesystemslib v0.9 .0 // indirect
86
86
github.com/shibumi/go-pathspec v1.3.0 // indirect
87
87
github.com/sigstore/timestamp-authority v1.2.2 // indirect
88
88
github.com/sourcegraph/conc v0.3.0 // indirect
@@ -99,23 +99,22 @@ require (
99
99
github.com/vbatts/tar-split v0.11.5 // indirect
100
100
github.com/xanzy/go-gitlab v0.102.0 // indirect
101
101
go.mongodb.org/mongo-driver v1.14.0 // indirect
102
- go.opentelemetry.io/otel v1.24 .0 // indirect
103
- go.opentelemetry.io/otel/metric v1.24 .0 // indirect
104
- go.opentelemetry.io/otel/trace v1.24 .0 // indirect
102
+ go.opentelemetry.io/otel v1.27 .0 // indirect
103
+ go.opentelemetry.io/otel/metric v1.27 .0 // indirect
104
+ go.opentelemetry.io/otel/trace v1.27 .0 // indirect
105
105
go.uber.org/multierr v1.11.0 // indirect
106
106
go.uber.org/zap v1.27.0 // indirect
107
- golang.org/x/crypto v0.31 .0 // indirect
108
- golang.org/x/exp v0.0.0-20231108232855-2478ac86f678 // indirect
107
+ golang.org/x/crypto v0.32 .0 // indirect
108
+ golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 // indirect
109
109
golang.org/x/mod v0.17.0 // indirect
110
110
golang.org/x/net v0.33.0 // indirect
111
- golang.org/x/oauth2 v0.19 .0 // indirect
111
+ golang.org/x/oauth2 v0.25 .0 // indirect
112
112
golang.org/x/sync v0.10.0 // indirect
113
- golang.org/x/sys v0.28 .0 // indirect
114
- golang.org/x/term v0.27 .0 // indirect
113
+ golang.org/x/sys v0.29 .0 // indirect
114
+ golang.org/x/term v0.28 .0 // indirect
115
115
golang.org/x/text v0.21.0 // indirect
116
116
golang.org/x/time v0.5.0 // indirect
117
- google.golang.org/protobuf v1.33.0 // indirect
118
- gopkg.in/go-jose/go-jose.v2 v2.6.3 // indirect
117
+ google.golang.org/protobuf v1.34.2 // indirect
119
118
gopkg.in/inf.v0 v0.9.1 // indirect
120
119
gopkg.in/ini.v1 v1.67.0 // indirect
121
120
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments