Skip to content

Commit

Permalink
[main] Upgrade to latest dependencies (#7987)
Browse files Browse the repository at this point in the history
upgrade to latest dependencies

bumping google.golang.org/genproto c3f9821...5315273:
  > 5315273 chore(all): update all (# 1131)
  > a332354 chore(all): auto-regenerate .pb.go files (# 1130)
  > d264139 chore(all): update all (# 1128)
  > dc85e6b chore(all): auto-regenerate .pb.go files (# 1129)
  > fc5f0ca chore: min Go version to 1.20 (# 1127)
  > 0867130 chore(all): auto-regenerate .pb.go files (# 1125)
  > 024948a chore(all): update all (# 1126)
  > 6275950 chore(all): auto-regenerate .pb.go files (# 1124)
  > b8a5c65 chore(all): update all (# 1123)
  > 8cf5692 chore(all): update all (# 1122)
  > 8c6c420 chore(all): update all to 7cd4c1c (# 1111)
  > 79826c8 chore(all): auto-regenerate .pb.go files (# 1112)
  > 7cd4c1c chore(all): auto-regenerate .pb.go files (# 1110)
  > 26222e5 chore(all): update all (# 1109)
  > 6f501c4 chore(all): auto-regenerate .pb.go files (# 1107)
bumping golang.org/x/term 46c790f...5f0bb72:
  > 5f0bb72 go.mod: update golang.org/x dependencies
bumping google.golang.org/genproto/googleapis/api 0867130...d264139:
  > d264139 chore(all): update all (# 1128)
  > dc85e6b chore(all): auto-regenerate .pb.go files (# 1129)
  > fc5f0ca chore: min Go version to 1.20 (# 1127)
bumping github.com/prometheus/client_model d56cd79...571429e:
  > 571429e Merge pull request # 86 from prometheus/repo_sync
  > 6fe5007 Merge pull request # 85 from prometheus/repo_sync
  > cc727ab Update common Prometheus files
  > 64c33c9 Merge pull request # 84 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.33.0
  > bce87c1 Update common Prometheus files
  > 5c25993 Merge pull request # 82 from prometheus/repo_sync
  > d954a8a Bump google.golang.org/protobuf from 1.32.0 to 1.33.0
  > 01ca24c Merge pull request # 81 from prometheus/repo_sync
  > bb45f95 Update common Prometheus files
  > ccd6823 Update common Prometheus files
bumping golang.org/x/tools cc29c91...bc6931d:
  > bc6931d go.mod: update golang.org/x dependencies
  > 1767b14 go/ssa: remove code with no effect
  > 2088083 internal/gocommand: add more debug info for hanging go commands
  > f1a3b12 internal/imports: FixImports should be cancellable
  > 4478db0 go/analysis/passes/copylock: suppress error in ill-typed code
  > 018d3b2 gopls: warn about Go 1.19 and Go 1.20
  > 58cc8a4 gopls/internal/filecache: suppress gc in tests
  > b623539 gopls/internal/cache: suppress "internal" import check on Bazel
  > 1e9d12d go/packages: pass -overlay to all 'go list' invocations
  > 3c293ad internal/cache: invalidate broken imports when package files change
  > 5eff1ee gopls/internal/cache: check viewMap before altering views
  > da9cad4 go/packages: avoid unnecessary "realpath" on pwd
  > 71b7fa9 go/callgraph/vta: save some heap allocations in the trie implementation
  > 2f8e378 go/callgraph/vta: remove graph successors method
  > 624dbd0 go/analysis/passes/stringintconv: post gotypesalias=1 tweak
  > 4669dc7 gopls/internal/test/marker: simplify seedCache file
  > 6887e99 gopls/internal/cache: use a better view in viewOfLocked
  > bd624fd gopls: make tests tolerant of new go/types error format
  > 2e977dd internal/drivertest: evaluate symlink before calling packages.Load
  > 8d54ca1 gopls/internal/test/marker: seed the cache before running tests
  > 01018ba Revert "gopls/internal/settings: enable semantic tokens by default"
  > 019da39 gopls/internal/golang: OutgoingCalls: fix crash on unsafe.Slice
  > 30c880d gopls/internal/cache: improve missing import error message
  > d017f4a go/packages/internal/drivertest: a package for a fake go/packages driver
  > e229045 go/callgraph/vta: avoid some temporary data structures using callbacks
  > 0215a5b go/packages: document fields that are part of JSON schema
  > f10a0f1 gopls/internal/golang: skip TestFreeRefs on js
  > d940b33 gopls/internal/server: support InsertReplaceEdit completion
  > e635bfa gopls/internal/golang: unexport more declarations
  > 7045d2e go/analysis/passes/nilness: fix bug with MakeInterface(TypeParam)
  > e1b14a1 gopls/internal/server: avoid VS Code lightbulb
  > 34db5bc gopls: initial support for godebug directive in go.mod and go.work
  > 56f50e3 gopls/doc: split codelenses out of settings
  > 3629652 gopls/internal/analysis/simplifyrange: suppress on range-over-func
  > fb52877 all: sync golang.org/x/telemetry@bda5523
  > 4646dbf gopls/internal/protocol: customize InsertReplaceEdit JSON unmarshal
  > bc5e086 gopls/internal/golang: unexport several functions
  > 32cec11 gopls/internal/test/integration: fix race in TestGCDetails_Toggle
  > c3aae99 gopls/doc: tidy up analyzer documentation
  > 41211c8 gopls/internal/golang: fix bug in freeRefs algorithm
  > 788d39e gopls/internal/golang: "Show free symbols" code action
  > f73683e gopls/internal/golang: remove test debugging aix-ppc64 issue
  > 0b4dca1 gopls/internal/protocol: separate CodeLens from Command; document
  > 8cf8c6f internal/test/integration: materialize startedWork and completedWork
  > de1032b gopls: remove dead code
  > 499663e all: fix function names in comment
  > c184dd7 internal/test/marker: skip basiclit.txt on ppc64
  > 1f300c9 gopls: upgrade x/telemetry to pick up CL 586195
  > fd7deae gopls/internal/test/marker: fix analyzers.txt test that requires cgo
  > af36634 gopls/internal/protocol: rename DocumentChange{s,}
  > 42d564a gopls: support four kinds of DocumentChanges
  > b92578a x/tools: update to x/telemetry@9ff3ad9
  > 987af8b x/tools: update to x/telemetry@ac8fed8
  > 069435c gopls/internal/cache: use 1 not 0 for missing line/col info
  > 528484d gopls/internal/cache: support overlays
  > 2e17129 gopls/doc/generate: add link anchors to each setting
  > ab7bc6c gopls: further minor generator simplifications
  > d40dfd5 gopls: upload from telemetry.Start, rather than upload.Run
  > e8808ed gopls: upgrade x/telemetry to latest
  > 0006edc go/ssa: support range-over-func
  > 59d9797 gopls/internal/settings: annotate TestVetSuite with NeedsTool("go")
  > 487737a gopls/internal/golang: fix another crash in RenderPackageDoc
  > 4cfd180 gopls/internal/golang: RenderPackageDoc: fix param truncation crash
  > 3e9beb6 gopls/doc/release: add release notes for struct tag hover info
  > 24f3b32 gopls/internal/golang: show struct tag when hovering over fields
  > 9795fac gopls/internal/server: discard non-file scheme workspace folder URIs
  > 3b13d03 gopls/internal/cache: fix bug.Report converting Diagnostic positions
  > 7f3a258 gopls/internal/test/integration/misc: disable another staticcheck test
  > 8483344 gopls/internal/settings: add framepointer,sigchanyzer analyzers
  > 8f9d159 gopls/internal/test/integration/misc: disable staticcheck test
  > f38ac9b gopls/internal/test: avoid std assumptions in range-over-func test
  > e35e4cc go/ssa: compile range-over-func to panic
  > e149e84 gopls: rationalize code generation
  > ff28778 gopls/internal/protocol: rationalize edit helpers
  > 5daf157 gopls/internal/golang: simplify "rewrite" code actions
  > 1718e2d gopls/internal/cache: simplify Snapshot Go commands
  > a432b16 gopls/internal/analysis: disable ssa/ir analyzers on range-over-func
  > b426bc7 go/packages/packagestest: reflect new modules.txt requirements
  > a943a14 go/analysis/passes/directive: do not report adjoining //go:debug
  > b020bdb go/callgraph/vta: add type alias test
bumping knative.dev/reconciler-test 1f340aa...2023469:
  > 2023469 Update community files (# 735)
  > c3147c1 upgrade to latest dependencies (# 734)
bumping golang.org/x/net d27919b...66e838c:
  > 66e838c go.mod: update golang.org/x dependencies
  > 6249541 http2: avoid race in server handler SetReadDeadine/SetWriteDeadline
  > 603e3e6 quic: disable X25519Kyber768Draft00 in tests
  > 67e8d0c http2: report an error if goroutines outlive serverTester tests
  > 5608279 http2: avoid corruption in priority write scheduler
  > 0d515a5 http2: factor out frame read/write test functions
  > 9f5b79b http2: drop unused retry function
  > 03c24c2 http2: use synthetic time in server tests
  > 022530c http2: add a more full-featured test net.Conn
  > 410d19e http2: avoid racy access to clientStream.requestedGzip
  > 332fe23 http2: remove spec coverage test
  > c1f5833 all: replace deprecated io/ioutil calls
  > 9545aea http2: clearer distinction between test server types
  > b1ec120 http2: use implicit synchronization in tests
  > 49bf2d7 proxy: use strings.TrimSuffix
  > c87a5b6 http2: set up the timer of closing idle connection after the initialization
  > 8aa6dbf http2: cancel handler context on stream errors
  > 2c14f51 http2: drop the gate type
  > ac99879 webdav: return 409 for PUT without parent collection
  > 7fa635b http2: avoid panic on h2c upgrade failure

Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation authored Jun 10, 2024
1 parent 3af0fac commit d60149d
Show file tree
Hide file tree
Showing 30 changed files with 607 additions and 685 deletions.
38 changes: 19 additions & 19 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ require (
go.uber.org/atomic v1.10.0
go.uber.org/multierr v1.11.0
go.uber.org/zap v1.27.0
golang.org/x/net v0.25.0
golang.org/x/net v0.26.0
golang.org/x/sync v0.7.0
google.golang.org/grpc v1.64.0
google.golang.org/protobuf v1.34.1
Expand All @@ -49,16 +49,16 @@ require (
k8s.io/apiserver v0.29.2
k8s.io/client-go v0.29.2
k8s.io/utils v0.0.0-20240102154912-e7106e64919e
knative.dev/hack v0.0.0-20240529131459-3b6d6441e7ea
knative.dev/hack/schema v0.0.0-20240529131459-3b6d6441e7ea
knative.dev/pkg v0.0.0-20240602234151-229e527a1366
knative.dev/reconciler-test v0.0.0-20240603135328-1f340aa2b068
knative.dev/hack v0.0.0-20240607132042-09143140a254
knative.dev/hack/schema v0.0.0-20240607132042-09143140a254
knative.dev/pkg v0.0.0-20240610120318-15e6cdf2f386
knative.dev/reconciler-test v0.0.0-20240607131348-2023469d1158
sigs.k8s.io/yaml v1.4.0
)

require (
cloud.google.com/go v0.114.0 // indirect
cloud.google.com/go/auth v0.4.2 // indirect
cloud.google.com/go/auth v0.5.1 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
cloud.google.com/go/compute/metadata v0.3.0 // indirect
cloud.google.com/go/iam v1.1.8 // indirect
Expand Down Expand Up @@ -106,8 +106,8 @@ require (
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v1.19.1 // indirect
github.com/prometheus/client_model v0.6.0 // indirect
github.com/prometheus/common v0.53.0 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.54.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/prometheus/statsd_exporter v0.22.7 // indirect
github.com/rickb777/plural v1.2.1 // indirect
Expand All @@ -120,19 +120,19 @@ require (
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
go.opentelemetry.io/otel/metric v1.24.0 // indirect
go.uber.org/automaxprocs v1.5.3 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/oauth2 v0.20.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/term v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/mod v0.18.0 // indirect
golang.org/x/oauth2 v0.21.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/term v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.21.0 // indirect
golang.org/x/tools v0.22.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/api v0.182.0 // indirect
google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240513163218-0867130af1f8 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240521202816-d264139d666e // indirect
google.golang.org/api v0.183.0 // indirect
google.golang.org/genproto v0.0.0-20240528184218-531527333157 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240521202816-d264139d666e // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
76 changes: 38 additions & 38 deletions go.sum

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions vendor/cloud.google.com/go/auth/CHANGES.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/cloud.google.com/go/auth/credentials/filetypes.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/golang.org/x/mod/module/module.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 13 additions & 6 deletions vendor/golang.org/x/net/http2/http2.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d60149d

Please sign in to comment.