forked from sigstore/cosign
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
40 lines (38 loc) · 1.81 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
module github.com/sigstore/cosign
go 1.16
require (
github.com/cyberphone/json-canonicalization v0.0.0-20210303052042-6bc126869bf4
github.com/go-openapi/analysis v0.20.1 // indirect
github.com/go-openapi/runtime v0.19.28
github.com/go-openapi/strfmt v0.20.1
github.com/go-openapi/swag v0.19.15
github.com/go-piv/piv-go v1.7.0
github.com/google/certificate-transparency-go v1.1.1 // indirect
github.com/google/go-cmp v0.5.6
github.com/google/go-containerregistry v0.5.1
github.com/google/trillian v1.3.14-0.20210413093047-5e12fb368c8f
github.com/jedisct1/go-minisign v0.0.0-20210414164026-819d7e2534ac // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/magiconair/properties v1.8.5 // indirect
github.com/manifoldco/promptui v0.8.0
github.com/open-policy-agent/opa v0.28.0
github.com/pelletier/go-toml v1.9.1 // indirect
github.com/peterbourgon/ff/v3 v3.0.0
github.com/pkg/errors v0.9.1
github.com/sigstore/fulcio v0.0.0-20210405115948-e7630f533fca
github.com/sigstore/rekor v0.1.2-0.20210519014330-b5480728bde6
github.com/sigstore/sigstore v0.0.0-20210522133621-faee93288971
github.com/spf13/afero v1.6.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/theupdateframework/go-tuf v0.0.0-20201230183259-aee6270feb55
go.mongodb.org/mongo-driver v1.5.2 // indirect
go.uber.org/multierr v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/net v0.0.0-20210521195947-fe42d452be8f // indirect
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210521203332-0cec03c779c1 // indirect
golang.org/x/term v0.0.0-20210503060354-a79de5458b56
google.golang.org/genproto v0.0.0-20210521181308-5ccab8a35a9a // indirect
google.golang.org/grpc v1.38.0 // indirect
)