1
1
module github.com/securesign/rhtas-console
2
2
3
- go 1.23.0
4
-
5
- toolchain go1.23.9
3
+ go 1.25.0
6
4
7
5
require (
8
6
github.com/go-chi/chi/v5 v5.2.1
9
- github.com/go-sql-driver/mysql v1.9.1
7
+ github.com/go-sql-driver/mysql v1.9.3
10
8
github.com/golang-migrate/migrate/v4 v4.18.3
11
- github.com/google/go-containerregistry v0.20.3
12
- github.com/oapi-codegen/runtime v1.1.1
13
- github.com/sigstore/sigstore-go v1.0.0
9
+ github.com/google/go-containerregistry v0.20.6
10
+ github.com/oapi-codegen/runtime v1.1.2
11
+ github.com/sigstore/sigstore-go v1.1.1
14
12
github.com/theupdateframework/go-tuf v0.7.0
15
13
github.com/theupdateframework/go-tuf/v2 v2.1.1
16
14
)
@@ -19,40 +17,38 @@ require (
19
17
filippo.io/edwards25519 v1.1.0 // indirect
20
18
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
21
19
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
22
- github.com/cespare/xxhash/v2 v2.3.0 // indirect
23
- github.com/go-jose/go-jose/v4 v4.0.5 // indirect
20
+ github.com/go-jose/go-jose/v4 v4.1.2 // indirect
24
21
github.com/google/uuid v1.6.0 // indirect
25
22
github.com/hashicorp/errwrap v1.1.0 // indirect
26
23
github.com/hashicorp/go-multierror v1.1.1 // indirect
27
- github.com/letsencrypt/boulder v0.0.0-20240620165639-de9c06129bec // indirect
24
+ github.com/letsencrypt/boulder v0.20250902.0 // indirect
28
25
github.com/opencontainers/go-digest v1.0.0 // indirect
29
- github.com/rogpeppe/go-internal v1.13 .1 // indirect
30
- github.com/secure-systems-lab/go-securesystemslib v0.9.0 // indirect
31
- github.com/sigstore/protobuf-specs v0.4.1 // indirect
32
- github.com/sigstore/sigstore v1.9.4 // indirect
26
+ github.com/rogpeppe/go-internal v1.14 .1 // indirect
27
+ github.com/secure-systems-lab/go-securesystemslib v0.9.1 // indirect
28
+ github.com/sigstore/protobuf-specs v0.5.0 // indirect
29
+ github.com/sigstore/sigstore v1.9.5 // indirect
33
30
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
34
- go.uber.org/atomic v1.7 .0 // indirect
35
- golang.org/x/crypto v0.39 .0 // indirect
36
- golang.org/x/sys v0.33 .0 // indirect
37
- golang.org/x/term v0.32 .0 // indirect
38
- google.golang.org/genproto/googleapis/api v0.0.0-20250505200425-f936aa4a68b2 // indirect
39
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
31
+ go.uber.org/atomic v1.11 .0 // indirect
32
+ golang.org/x/crypto v0.41 .0 // indirect
33
+ golang.org/x/sys v0.35 .0 // indirect
34
+ golang.org/x/term v0.34 .0 // indirect
35
+ google.golang.org/genproto/googleapis/api v0.0.0-20250826171959-ef028d996bc1 // indirect
36
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250826171959-ef028d996bc1 // indirect
40
37
google.golang.org/grpc v1.73.0 // indirect
41
- google.golang.org/protobuf v1.36.6 // indirect
42
- gopkg.in/yaml.v3 v3.0.1 // indirect
38
+ google.golang.org/protobuf v1.36.8 // indirect
43
39
)
44
40
45
41
require (
46
- github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect
42
+ github.com/containerd/stargz-snapshotter/estargz v0.17.0 // indirect
47
43
github.com/docker/cli v28.2.2+incompatible // indirect
48
44
github.com/docker/distribution v2.8.3+incompatible // indirect
49
45
github.com/docker/docker-credential-helpers v0.9.3 // indirect
50
- github.com/go-chi/cors v1.2.1
46
+ github.com/go-chi/cors v1.2.2
51
47
github.com/klauspost/compress v1.18.0 // indirect
52
48
github.com/mitchellh/go-homedir v1.1.0 // indirect
53
49
github.com/opencontainers/image-spec v1.1.1 // indirect
54
50
github.com/pkg/errors v0.9.1 // indirect
55
51
github.com/sirupsen/logrus v1.9.3 // indirect
56
52
github.com/vbatts/tar-split v0.12.1 // indirect
57
- golang.org/x/sync v0.15 .0 // indirect
53
+ golang.org/x/sync v0.16 .0 // indirect
58
54
)
0 commit comments