-
Notifications
You must be signed in to change notification settings - Fork 119
Expand file tree
/
Copy pathgo.mod
More file actions
30 lines (27 loc) · 1.07 KB
/
go.mod
File metadata and controls
30 lines (27 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module github.com/theupdateframework/go-tuf/v2
go 1.25.0
require (
github.com/cenkalti/backoff/v5 v5.0.3
github.com/go-logr/stdr v1.2.2
github.com/secure-systems-lab/go-securesystemslib v0.11.0
github.com/sigstore/sigstore v1.10.8
github.com/spf13/cobra v1.10.2
github.com/stretchr/testify v1.11.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/google/go-containerregistry v0.20.7 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sigstore/protobuf-specs v0.5.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
golang.org/x/crypto v0.50.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/term v0.42.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
google.golang.org/protobuf v1.36.11 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)