forked from sigstore/cosign
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
57 lines (54 loc) · 2.27 KB
/
go.mod
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
module github.com/sigstore/cosign
go 1.16
require (
cloud.google.com/go/storage v1.18.2
cuelang.org/go v0.4.0
github.com/ThalesIgnite/crypto11 v1.2.5
github.com/cyberphone/json-canonicalization v0.0.0-20210823021906-dc406ceaf94b
github.com/go-openapi/runtime v0.21.0
github.com/go-openapi/strfmt v0.21.1
github.com/go-openapi/swag v0.19.15
github.com/go-piv/piv-go v1.9.0
github.com/google/certificate-transparency-go v1.1.2
github.com/google/go-cmp v0.5.6
github.com/google/go-containerregistry v0.7.1-0.20211203164431-c75901cce627
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20211215180950-ab77ea68f600
github.com/google/go-github/v39 v39.2.0
github.com/google/trillian v1.4.0
github.com/in-toto/in-toto-golang v0.3.4-0.20211211042327-af1f9fb822bf
github.com/manifoldco/promptui v0.9.0
github.com/miekg/pkcs11 v1.1.1
github.com/open-policy-agent/opa v0.35.0
github.com/pkg/errors v0.9.1
github.com/secure-systems-lab/go-securesystemslib v0.3.0
github.com/sigstore/fulcio v0.1.2-0.20211207184413-f4746cc4ff3d
github.com/sigstore/rekor v0.3.1-0.20211211150321-b8eca1b71e0b
github.com/sigstore/sigstore v1.0.2-0.20211223185235-75bc699f921d
github.com/spf13/cobra v1.3.0
github.com/spf13/viper v1.10.1
github.com/stretchr/testify v1.7.0
github.com/theupdateframework/go-tuf v0.0.0-20211213174152-470b5ab00139
github.com/xanzy/go-gitlab v0.54.3
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
google.golang.org/api v0.64.0
k8s.io/api v0.22.5
k8s.io/apimachinery v0.22.5
k8s.io/client-go v0.22.5
k8s.io/utils v0.0.0-20211208161948-7d6a63dca704
knative.dev/pkg v0.0.0-20220104185830-52e42b760b54
)
require (
github.com/bytecodealliance/wasmtime-go v0.32.0 // indirect
github.com/form3tech-oss/jwt-go v3.2.5+incompatible // indirect
github.com/go-logr/logr v1.2.2 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.10
github.com/urfave/cli v1.22.5 // indirect
go.opentelemetry.io/contrib v1.3.0 // indirect
go.opentelemetry.io/proto/otlp v0.11.0 // indirect
go.uber.org/goleak v1.1.12 // indirect
k8s.io/klog/v2 v2.30.0 // indirect
k8s.io/kube-openapi v0.0.0-20211110012726-3cc51fd1e909 // indirect
)