Skip to content

Commit 690853e

Browse files
author
Jake Sanders
authored
Bump non-k8s deps (#1102)
* update google/certificate-transparency-go and google/trillian * bump all other non-k8s-API deps Signed-off-by: Jake Sanders <[email protected]>
1 parent 040ed3d commit 690853e

File tree

3 files changed

+87
-57
lines changed

3 files changed

+87
-57
lines changed

go.mod

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ require (
88
github.com/ThalesIgnite/crypto11 v1.2.5
99
github.com/cyberphone/json-canonicalization v0.0.0-20210823021906-dc406ceaf94b
1010
github.com/go-openapi/runtime v0.21.0
11-
github.com/go-openapi/strfmt v0.21.0
11+
github.com/go-openapi/strfmt v0.21.1
1212
github.com/go-openapi/swag v0.19.15
1313
github.com/go-piv/piv-go v1.9.0
14-
github.com/google/certificate-transparency-go v1.1.2-0.20210728111105-5f7e9ba4be3d
14+
github.com/google/certificate-transparency-go v1.1.2
1515
github.com/google/go-cmp v0.5.6
1616
github.com/google/go-containerregistry v0.7.1-0.20211118220127-abdc633f8305
17-
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20211102215614-dd49079bb93d
17+
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20211118220127-abdc633f8305
1818
github.com/google/go-github/v39 v39.2.0
19-
github.com/google/trillian v1.3.14-0.20210713114448-df474653733c
20-
github.com/in-toto/in-toto-golang v0.3.4-0.20211115151443-952a6cf50fc9
19+
github.com/google/trillian v1.4.0
20+
github.com/in-toto/in-toto-golang v0.4.0-prerelease
2121
github.com/manifoldco/promptui v0.9.0
2222
github.com/miekg/pkcs11 v1.0.3
2323
github.com/open-policy-agent/opa v0.34.2
@@ -27,33 +27,31 @@ require (
2727
github.com/sigstore/rekor v0.3.1-0.20211117161348-09070aa96aef
2828
github.com/sigstore/sigstore v1.0.2-0.20211115214857-534e133ebf9d
2929
github.com/spf13/cobra v1.2.1
30+
github.com/spf13/viper v1.9.0
3031
github.com/stretchr/testify v1.7.0
3132
github.com/tent/canonical-json-go v0.0.0-20130607151641-96e4ba3a7613
32-
github.com/theupdateframework/go-tuf v0.0.0-20211006142131-1dc15a86c64d
33+
github.com/theupdateframework/go-tuf v0.0.0-20211115152232-a4f2dd6ea314
3334
github.com/xanzy/go-gitlab v0.52.0
3435
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
3536
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
3637
google.golang.org/api v0.60.0
3738
k8s.io/api v0.21.7
3839
k8s.io/apimachinery v0.21.7
3940
k8s.io/client-go v0.21.7
40-
knative.dev/pkg v0.0.0-20211004133827-74ac82a333a4
41+
k8s.io/utils v0.0.0-20211116205334-6203023598ed
42+
knative.dev/pkg v0.0.0-20211123135150-787aec59e70a
4143
)
4244

4345
require (
4446
github.com/envoyproxy/protoc-gen-validate v0.6.2 // indirect
45-
github.com/fatih/color v1.12.0 // indirect
47+
github.com/fatih/color v1.13.0 // indirect
4648
github.com/form3tech-oss/jwt-go v3.2.5+incompatible // indirect
4749
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
4850
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
4951
github.com/mattn/go-runewidth v0.0.13 // indirect
50-
github.com/onsi/gomega v1.16.0 // indirect
51-
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
5252
github.com/prometheus/procfs v0.7.3 // indirect
53-
github.com/spf13/viper v1.9.0
5453
github.com/urfave/cli v1.22.5 // indirect
55-
go.opentelemetry.io/contrib v1.1.0 // indirect
56-
go.opentelemetry.io/proto/otlp v0.10.0 // indirect
57-
k8s.io/klog/v2 v2.20.0 // indirect
58-
k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b
54+
go.opentelemetry.io/contrib v1.2.0 // indirect
55+
go.opentelemetry.io/proto/otlp v0.11.0 // indirect
56+
k8s.io/klog/v2 v2.30.0 // indirect
5957
)

0 commit comments

Comments
 (0)