Skip to content

Commit 89544ca

Browse files
authoredMar 7, 2024
Merge pull request #255 from securesign/bump-deps
chore: bump fulcio, trillian and ct
2 parents 06d1865 + e6fab80 commit 89544ca

File tree

2 files changed

+65
-78
lines changed

2 files changed

+65
-78
lines changed
 

‎go.mod

+19-22
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,29 @@ go 1.21
44

55
require (
66
github.com/docker/docker v24.0.7+incompatible
7-
github.com/go-logr/logr v1.3.0
8-
github.com/google/certificate-transparency-go v1.1.6
9-
github.com/google/trillian v1.5.3
10-
github.com/google/uuid v1.5.0
7+
github.com/go-logr/logr v1.4.1
8+
github.com/google/certificate-transparency-go v1.1.7
9+
github.com/google/trillian v1.6.0
10+
github.com/google/uuid v1.6.0
1111
github.com/onsi/ginkgo/v2 v2.13.0
1212
github.com/onsi/gomega v1.29.0
1313
github.com/openshift/api v0.0.0-20231118005202-0f638a8a4705
1414
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.70.0
15-
github.com/sigstore/fulcio v1.4.3
16-
github.com/sigstore/sigstore v1.8.0
17-
google.golang.org/grpc v1.60.1
15+
github.com/sigstore/fulcio v1.4.4
16+
github.com/sigstore/sigstore v1.8.1
17+
google.golang.org/grpc v1.62.0
1818
google.golang.org/protobuf v1.32.0
1919
gopkg.in/yaml.v2 v2.4.0
2020
k8s.io/api v0.28.5
2121
k8s.io/apimachinery v0.28.5
2222
k8s.io/client-go v0.28.5
23-
k8s.io/klog/v2 v2.110.1
24-
knative.dev/pkg v0.0.0-20240111013350-bc230ae58d14
23+
k8s.io/klog/v2 v2.120.0
2524
sigs.k8s.io/controller-runtime v0.16.3
2625
)
2726

2827
require (
2928
github.com/Microsoft/go-winio v0.6.1 // indirect
3029
github.com/beorn7/perks v1.0.1 // indirect
31-
github.com/blendle/zapdriver v1.3.1 // indirect
3230
github.com/cespare/xxhash/v2 v2.2.0 // indirect
3331
github.com/davecgh/go-spew v1.1.1 // indirect
3432
github.com/distribution/reference v0.5.0 // indirect
@@ -37,7 +35,7 @@ require (
3735
github.com/docker/go-units v0.5.0 // indirect
3836
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
3937
github.com/evanphx/json-patch/v5 v5.7.0 // indirect
40-
github.com/fsnotify/fsnotify v1.6.0 // indirect
38+
github.com/fsnotify/fsnotify v1.7.0 // indirect
4139
github.com/go-logr/zapr v1.2.4 // indirect
4240
github.com/go-openapi/jsonpointer v0.19.6 // indirect
4341
github.com/go-openapi/jsonreference v0.20.2 // indirect
@@ -55,7 +53,6 @@ require (
5553
github.com/json-iterator/go v1.1.12 // indirect
5654
github.com/letsencrypt/boulder v0.0.0-20230907030200-6d76a0f91e1e // indirect
5755
github.com/mailru/easyjson v0.7.7 // indirect
58-
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
5956
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
6057
github.com/modern-go/reflect2 v1.0.2 // indirect
6158
github.com/morikuni/aec v1.0.0 // indirect
@@ -64,34 +61,34 @@ require (
6461
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
6562
github.com/pkg/errors v0.9.1 // indirect
6663
github.com/prometheus/client_golang v1.18.0 // indirect
67-
github.com/prometheus/client_model v0.5.0 // indirect
68-
github.com/prometheus/common v0.45.0 // indirect
64+
github.com/prometheus/client_model v0.6.0 // indirect
65+
github.com/prometheus/common v0.48.0 // indirect
6966
github.com/prometheus/procfs v0.12.0 // indirect
7067
github.com/robfig/cron/v3 v3.0.1
7168
github.com/secure-systems-lab/go-securesystemslib v0.8.0 // indirect
7269
github.com/spf13/pflag v1.0.5 // indirect
7370
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
7471
github.com/transparency-dev/merkle v0.0.2 // indirect
7572
go.uber.org/multierr v1.11.0 // indirect
76-
go.uber.org/zap v1.26.0 // indirect
77-
golang.org/x/crypto v0.17.0 // indirect
73+
go.uber.org/zap v1.27.0
74+
golang.org/x/crypto v0.19.0 // indirect
7875
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
7976
golang.org/x/mod v0.14.0 // indirect
80-
golang.org/x/net v0.19.0 // indirect
81-
golang.org/x/oauth2 v0.15.0 // indirect
82-
golang.org/x/sys v0.15.0 // indirect
83-
golang.org/x/term v0.15.0 // indirect
77+
golang.org/x/net v0.21.0
78+
golang.org/x/oauth2 v0.17.0 // indirect
79+
golang.org/x/sys v0.17.0 // indirect
80+
golang.org/x/term v0.17.0 // indirect
8481
golang.org/x/text v0.14.0 // indirect
8582
golang.org/x/time v0.5.0 // indirect
8683
golang.org/x/tools v0.16.1 // indirect
8784
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
8885
google.golang.org/appengine v1.6.8 // indirect
89-
google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect
86+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240213162025-012b6fc9bca9 // indirect
9087
gopkg.in/go-jose/go-jose.v2 v2.6.1 // indirect
9188
gopkg.in/inf.v0 v0.9.1 // indirect
9289
gopkg.in/yaml.v3 v3.0.1 // indirect
9390
gotest.tools/v3 v3.5.1 // indirect
94-
k8s.io/apiextensions-apiserver v0.28.5 // indirect
91+
k8s.io/apiextensions-apiserver v0.28.5
9592
k8s.io/component-base v0.28.5 // indirect
9693
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
9794
k8s.io/utils v0.0.0-20231127182322-b307cd553661 // indirect

0 commit comments

Comments
 (0)