forked from sigstore/cosign
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
56 lines (53 loc) · 2.25 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
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.0
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-0.20210728111105-5f7e9ba4be3d
github.com/google/go-cmp v0.5.6
github.com/google/go-containerregistry v0.7.0
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20211102215614-dd49079bb93d
github.com/google/go-github/v39 v39.2.0
github.com/google/trillian v1.3.14-0.20210713114448-df474653733c
github.com/in-toto/in-toto-golang v0.3.3
github.com/manifoldco/promptui v0.9.0
github.com/miekg/pkcs11 v1.0.3
github.com/open-policy-agent/opa v0.34.1
github.com/pkg/errors v0.9.1
github.com/secure-systems-lab/go-securesystemslib v0.1.0
github.com/sigstore/fulcio v0.1.2-0.20210831152525-42f7422734bb
github.com/sigstore/rekor v0.3.0
github.com/sigstore/sigstore v1.0.2-0.20211115214857-534e133ebf9d
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
github.com/tent/canonical-json-go v0.0.0-20130607151641-96e4ba3a7613
github.com/theupdateframework/go-tuf v0.0.0-20210722233521-90e262754396
github.com/xanzy/go-gitlab v0.51.1
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
google.golang.org/api v0.60.0
k8s.io/api v0.21.6
k8s.io/apimachinery v0.21.6
k8s.io/client-go v0.21.6
knative.dev/pkg v0.0.0-20211004133827-74ac82a333a4
)
require (
github.com/envoyproxy/protoc-gen-validate v0.6.2 // indirect
github.com/form3tech-oss/jwt-go v3.2.5+incompatible // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/onsi/gomega v1.16.0 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/urfave/cli v1.22.5 // indirect
go.opentelemetry.io/contrib v1.1.0 // indirect
go.opentelemetry.io/proto/otlp v0.10.0 // indirect
golang.org/x/mod v0.5.1 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
k8s.io/klog/v2 v2.20.0 // indirect
k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b // indirect
)