Skip to content

Commit a700b89

Browse files
upgrade to latest dependencies (#2136)
bumping github.com/prometheus/procfs 113c501...ff0ad85: > ff0ad85 Update for Go 1.21 (# 575) > ce949a5 Add `hw_counters` for infiniband device. (# 549) > b2168a3 infiniband: do not fail if board_id is not present (# 556) > 647e50e Add inode number to fdinfo (# 552) > 9d715e8 Add NSpid to proc status (# 557) > 8676d3d dongjiang, add nfs over RDMA proc parse (# 558) > 607adcf Fix build tags for isRealProc function (# 560) > a5ae62f proc_maps: Parse address and device without allocating (# 572) > 5056707 Improve sysfs vulnerability parsing (# 568) > 340d4b8 NFSd: handle new wdeleg_getattr attribute in /proc/net/rpc/nfsd (# 574) > e8dd544 Fixup nfs naming (# 573) > f22604f Update common Prometheus files > b6ad5a7 fix code comment error (# 561) (# 562) > c05b611 fix gofmt checking fail > 301089d dongjiang, support v4 proc4ops 38 operations > 8f5b8ca dongjiang, fix nfsd v4 ops index > e3cbe53 Bump golang.org/x/sys from 0.10.0 to 0.11.0 > 75c02c7 Update common Prometheus files > e7af452 Fix annotation errors > c5d92ab Bump golang.org/x/sys from 0.9.0 to 0.10.0 bumping google.golang.org/protobuf 68463f0...3068604: > 3068604 all: release v1.32.0 > bfcd647 protojson: configurable recursion limit when unmarshalling > 24fba63 gha-ci: instruct bazelisk to use previous bazel version > 8ed73c7 all: run integration test on longtest builders in CI > e8baad6 reflect/protodesc: support editions feature resolution > 3bfc0b0 all: drop -mod=vendor in integration test invocations > c9d2559 reflect/protoreflect: use go1.20 unsafe interface for strings and slices > a1297bf all: set required version to 1.17 > 2b71f26 all: fix go generate (needs protolegacy build tag for weak fields) > 704136e protoc: update to the newest protobuf version (25.1) > 2087447 internal/strs: use go1.20 unsafe interface for strings > 9b87403 all: remove pre-module support code from integration test > a8317fb reflect/protodesc: don't generate invalid syntax values > 9492118 internal/benchmarks: make download_benchdata print an error > f4a6c1f types/descriptorpb: regenerate using latest protobuf v25.0-rc2 release candidate > 86bdc47 internal/impl: preallocate memory when unmarshalling packed repeated fields > 322d454 all: avoid non-const reflect.MethodByName calls > 6352dec prototext: Fix parsing of unknown repeated message fields > 8088bf8 encoding: Add EmitDefaultValues option > 01c8445 all: test with Go 1.20 and 1.21 > 849f2c2 gha-ci: fix builds from cache: add ~/.cache/bazel (+ update actions) > 70db1e1 encoding/protojson: ignore unknown enum name if DiscardUnknown=true > f9212a8 all: modernize documentation > 6d0a5db types/descriptorpb: regenerate using latest protobuf v24.0-rc2 release candidate > 31694db types/dynamicpb: make atomicExtFiles the first word of the struct > 4396dd4 encoding/protodelim: drop TestUnmarshalFromBufioAllocations > 55f120e all: start v1.31.0-devel bumping google.golang.org/genproto/googleapis/api 49dd2c1...989df2b: > 989df2b chore(all): update actions/setup-go action to v5 (# 1074) > 3a041ad chore(all): update all to 83a465c (# 1072) > 83a465c chore(all): update all (# 1070) > 419f025 chore(all): update actions/github-script action to v7 (# 1071) > bbf56f3 chore(all): update all (# 1069) > d783a09 chore(all): update all (# 1068) Signed-off-by: Knative Automation <automation@knative.team>
1 parent 5caabf2 commit a700b89

File tree

7 files changed

+165
-351
lines changed

7 files changed

+165
-351
lines changed

go.mod

+44-44
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/cloudevents/sdk-go/v2 v2.14.0
1717
github.com/containerd/containerd v1.7.2
1818
github.com/containers/image/v5 v5.26.1
19-
github.com/coreos/go-semver v0.3.0
19+
github.com/coreos/go-semver v0.3.1
2020
github.com/creack/pty v1.1.20
2121
github.com/docker/cli v24.0.2+incompatible
2222
github.com/docker/docker v24.0.5-0.20230718221249-d4a26c153000+incompatible
@@ -27,7 +27,7 @@ require (
2727
github.com/google/go-cmp v0.6.0
2828
github.com/google/go-containerregistry v0.15.2
2929
github.com/google/go-github/v49 v49.1.0
30-
github.com/google/uuid v1.4.0
30+
github.com/google/uuid v1.5.0
3131
github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95
3232
github.com/heroku/color v0.0.6
3333
github.com/hinshun/vt10x v0.0.0-20220228203356-1ab2cad5fd82
@@ -47,23 +47,23 @@ require (
4747
github.com/tektoncd/cli v0.31.1
4848
github.com/tektoncd/pipeline v0.47.0
4949
github.com/xanzy/go-gitlab v0.83.0
50-
golang.org/x/crypto v0.16.0
50+
golang.org/x/crypto v0.18.0
5151
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
52-
golang.org/x/net v0.19.0
53-
golang.org/x/oauth2 v0.14.0
54-
golang.org/x/sync v0.5.0
55-
golang.org/x/term v0.15.0
52+
golang.org/x/net v0.20.0
53+
golang.org/x/oauth2 v0.16.0
54+
golang.org/x/sync v0.6.0
55+
golang.org/x/term v0.16.0
5656
gopkg.in/yaml.v2 v2.4.0
5757
gopkg.in/yaml.v3 v3.0.1
5858
gotest.tools/v3 v3.4.0
59-
k8s.io/api v0.27.6
60-
k8s.io/apimachinery v0.27.6
61-
k8s.io/client-go v0.27.6
62-
knative.dev/client-pkg v0.0.0-20231120183025-83abcc001800
63-
knative.dev/eventing v0.39.1-0.20231120220132-67f382d60b43
64-
knative.dev/hack v0.0.0-20231109190034-5deaddeb51a7
65-
knative.dev/pkg v0.0.0-20231120182734-703c8b0d5c34
66-
knative.dev/serving v0.39.1-0.20231121111845-30c9b6d91659
59+
k8s.io/api v0.28.5
60+
k8s.io/apimachinery v0.28.5
61+
k8s.io/client-go v0.28.5
62+
knative.dev/client-pkg v0.0.0-20240124090003-67fca0ca8681
63+
knative.dev/eventing v0.40.0
64+
knative.dev/hack v0.0.0-20240123162936-f3f03ac0ab1a
65+
knative.dev/pkg v0.0.0-20240116073220-b488e7be5902
66+
knative.dev/serving v0.40.0
6767
)
6868

6969
require (
@@ -86,6 +86,7 @@ require (
8686
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
8787
github.com/agext/levenshtein v1.2.3 // indirect
8888
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
89+
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
8990
github.com/apex/log v1.9.0 // indirect
9091
github.com/aws/aws-sdk-go-v2 v1.18.1 // indirect
9192
github.com/aws/aws-sdk-go-v2/config v1.18.27 // indirect
@@ -127,7 +128,7 @@ require (
127128
github.com/emicklei/go-restful/v3 v3.10.1 // indirect
128129
github.com/emirpasic/gods v1.18.1 // indirect
129130
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
130-
github.com/evanphx/json-patch/v5 v5.7.0 // indirect
131+
github.com/evanphx/json-patch/v5 v5.8.0 // indirect
131132
github.com/fatih/color v1.15.0 // indirect
132133
github.com/fsnotify/fsnotify v1.6.0 // indirect
133134
github.com/gdamore/encoding v1.0.0 // indirect
@@ -136,7 +137,7 @@ require (
136137
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
137138
github.com/go-kit/log v0.2.1 // indirect
138139
github.com/go-logfmt/logfmt v0.6.0 // indirect
139-
github.com/go-logr/logr v1.2.4 // indirect
140+
github.com/go-logr/logr v1.3.0 // indirect
140141
github.com/go-openapi/jsonpointer v0.19.6 // indirect
141142
github.com/go-openapi/jsonreference v0.20.2 // indirect
142143
github.com/go-openapi/swag v0.22.4 // indirect
@@ -145,8 +146,8 @@ require (
145146
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
146147
github.com/golang/protobuf v1.5.3 // indirect
147148
github.com/google/btree v1.1.2 // indirect
148-
github.com/google/cel-go v0.13.0 // indirect
149-
github.com/google/gnostic v0.6.9 // indirect
149+
github.com/google/cel-go v0.16.1 // indirect
150+
github.com/google/gnostic-models v0.6.8 // indirect
150151
github.com/google/go-querystring v1.1.0 // indirect
151152
github.com/google/gofuzz v1.2.0 // indirect
152153
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
@@ -178,7 +179,6 @@ require (
178179
github.com/mattn/go-colorable v0.1.13 // indirect
179180
github.com/mattn/go-isatty v0.0.20 // indirect
180181
github.com/mattn/go-runewidth v0.0.14 // indirect
181-
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
182182
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
183183
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
184184
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -204,10 +204,10 @@ require (
204204
github.com/openzipkin/zipkin-go v0.4.2 // indirect
205205
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
206206
github.com/pjbgf/sha1cd v0.3.0 // indirect
207-
github.com/prometheus/client_golang v1.17.0 // indirect
208-
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
209-
github.com/prometheus/common v0.45.0 // indirect
210-
github.com/prometheus/procfs v0.11.1 // indirect
207+
github.com/prometheus/client_golang v1.18.0 // indirect
208+
github.com/prometheus/client_model v0.5.0 // indirect
209+
github.com/prometheus/common v0.46.0 // indirect
210+
github.com/prometheus/procfs v0.12.0 // indirect
211211
github.com/prometheus/statsd_exporter v0.23.0 // indirect
212212
github.com/rickb777/date v1.20.1 // indirect
213213
github.com/rickb777/plural v1.4.1 // indirect
@@ -227,37 +227,37 @@ require (
227227
github.com/tektoncd/triggers v0.23.1-0.20230420080448-bf603123cc0f // indirect
228228
github.com/vbatts/tar-split v0.11.3 // indirect
229229
github.com/xanzy/ssh-agent v0.3.3 // indirect
230-
github.com/xlab/treeprint v1.1.0 // indirect
230+
github.com/xlab/treeprint v1.2.0 // indirect
231231
go.opencensus.io v0.24.0 // indirect
232-
go.starlark.net v0.0.0-20220817180228-f738f5508c12 // indirect
233-
go.uber.org/multierr v1.10.0 // indirect
232+
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
233+
go.uber.org/multierr v1.11.0 // indirect
234234
go.uber.org/zap v1.26.0 // indirect
235235
golang.org/x/mod v0.14.0 // indirect
236-
golang.org/x/sys v0.15.0 // indirect
236+
golang.org/x/sys v0.16.0 // indirect
237237
golang.org/x/text v0.14.0 // indirect
238-
golang.org/x/time v0.3.0 // indirect
239-
golang.org/x/tools v0.15.0 // indirect
238+
golang.org/x/time v0.5.0 // indirect
239+
golang.org/x/tools v0.17.0 // indirect
240240
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
241-
google.golang.org/api v0.150.0 // indirect
242-
google.golang.org/appengine v1.6.7 // indirect
243-
google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b // indirect
244-
google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect
245-
google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect
246-
google.golang.org/grpc v1.59.0 // indirect
247-
google.golang.org/protobuf v1.31.0 // indirect
241+
google.golang.org/api v0.155.0 // indirect
242+
google.golang.org/appengine v1.6.8 // indirect
243+
google.golang.org/genproto v0.0.0-20231211222908-989df2bf70f3 // indirect
244+
google.golang.org/genproto/googleapis/api v0.0.0-20231211222908-989df2bf70f3 // indirect
245+
google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect
246+
google.golang.org/grpc v1.60.1 // indirect
247+
google.golang.org/protobuf v1.32.0 // indirect
248248
gopkg.in/inf.v0 v0.9.1 // indirect
249249
gopkg.in/ini.v1 v1.67.0 // indirect
250250
gopkg.in/warnings.v0 v0.1.2 // indirect
251-
k8s.io/apiextensions-apiserver v0.27.6 // indirect
252-
k8s.io/cli-runtime v0.25.9 // indirect
251+
k8s.io/apiextensions-apiserver v0.28.5 // indirect
252+
k8s.io/cli-runtime v0.28.5 // indirect
253253
k8s.io/klog/v2 v2.100.1 // indirect
254-
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
255-
k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 // indirect
256-
knative.dev/networking v0.0.0-20231109233957-8f3c5211035b // indirect
254+
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
255+
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect
256+
knative.dev/networking v0.0.0-20240116081125-ce0738abf051 // indirect
257257
sigs.k8s.io/controller-runtime v0.7.2 // indirect
258258
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
259-
sigs.k8s.io/kustomize/api v0.12.1 // indirect
260-
sigs.k8s.io/kustomize/kyaml v0.13.9 // indirect
259+
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
260+
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
261261
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
262262
sigs.k8s.io/yaml v1.4.0 // indirect
263263
)

0 commit comments

Comments
 (0)