Skip to content

Commit

Permalink
upgrade to latest dependencies
Browse files Browse the repository at this point in the history
bumping golang.org/x/net 7bbe320...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
  > d27919b go.mod: update golang.org/x dependencies
  > e0324fc http2: use net.ErrClosed
  > b20cd59 quic: initiate key rotation earlier in connections
  > f95a3b3 html: fix typo in package doc
  > 0a24555 http/httpguts: speed up ValidHeaderFieldName
  > ec05fdc http2: don't retry the first request on a connection on GOAWAY error
  > b67a0f0 http2: send correct LastStreamID in stream-caused GOAWAY
  > a130fcc quic: don't consider goroutines running when tests start as leaked
bumping knative.dev/operator b2dbd8d...eaa7220:
  > eaa7220 upgrade to latest dependencies (# 1826)
  > ab1ddf6 upgrade to latest dependencies (# 1825)
  > 22d2ac1 upgrade to latest dependencies (# 1824)
  > 84baecd upgrade to latest dependencies (# 1822)
  > 94ee2da fix liveness probe removal (# 1823)
  > 92e33ef upgrade to latest dependencies (# 1821)
  > a325428 upgrade to latest dependencies (# 1819)
  > 1508924 Update community files (# 1818)
  > 2614b77 upgrade to latest dependencies (# 1815)
  > cd5c504 upgrade to latest dependencies (# 1814)
  > 14087ca upgrade to latest dependencies (# 1813)
  > c0dd3fd Update community files (# 1812)
  > 3854919 upgrade to latest dependencies (# 1811)
  > 1c17f68 upgrade to latest dependencies (# 1810)
  > 5cb6d54 upgrade to latest dependencies (# 1809)
  > 2e898df upgrade to latest dependencies (# 1808)
  > 97efcab Removed the namespace in Helm template (# 1805)
  > fadfe5e Fixed the Helm Chart location issue (# 1804)
  > e325de1 upgrade to latest dependencies (# 1799)
  > 060b04b Keep the letter v at the beginning of the version number (# 1797)
  > aae815c Update actions (# 1796)
  > 9099b1b upgrade to latest dependencies (# 1795)
  > 37a0fe2 upgrade to latest dependencies (# 1794)
  > f507682 upgrade to latest dependencies (# 1793)
  > 5966e3e Pin the operator to the namespace knative-operator for helm (# 1791)
  > ccdb651 upgrade to latest dependencies (# 1790)
  > fe44060 Resume the development of 1.15 (# 1789)
  > f69461f upgrade to latest dependencies (# 1788)
  > 38890db upgrade to latest dependencies (# 1787)
  > 67dd13c upgrade to latest dependencies (# 1786)
  > ad9136c upgrade to latest dependencies (# 1785)
  > 85bf81c upgrade to latest dependencies (# 1783)
  > 7afda65 Update community files (# 1782)
  > c0c5de6 upgrade to latest dependencies (# 1780)
bumping google.golang.org/genproto/googleapis/api 6e1732d...ef581f9:
  > ef581f9 chore(all): update all (# 1132)
  > 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)
  > c3f9821 chore(all): update all (# 1108)
  > 454cdb8 chore(all): auto-regenerate .pb.go files (# 1106)
  > beb30f4 chore(all): auto-regenerate .pb.go files (# 1101)
  > 64ea030 chore(all): update all (# 1105)
  > 94a12d6 chore(all): update all (# 1102)

Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation committed Jun 27, 2024
1 parent 752a033 commit 1f707da
Show file tree
Hide file tree
Showing 164 changed files with 11,201 additions and 5,907 deletions.
34 changes: 17 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
module knative.dev/kn-plugin-operator

go 1.21
go 1.22

require (
github.com/briandowns/spinner v1.18.1
github.com/ghodss/yaml v1.0.0
github.com/k14s/ytt v0.39.0
github.com/manifestival/client-go-client v0.5.0
github.com/spf13/cobra v1.3.0
golang.org/x/mod v0.17.0
golang.org/x/mod v0.18.0
k8s.io/api v0.29.2
k8s.io/apimachinery v0.29.2
k8s.io/client-go v0.29.2
knative.dev/hack v0.0.0-20240426013324-abdcdea830f0
knative.dev/operator v0.41.0
knative.dev/pkg v0.0.0-20240429080158-b69fa2713537
knative.dev/hack v0.0.0-20240607132042-09143140a254
knative.dev/operator v0.41.1-0.20240626233508-eaa72203bdb6
knative.dev/pkg v0.0.0-20240626134149-3f6a546ac3a4
)

require (
github.com/BurntSushi/toml v1.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-openapi/jsonpointer v0.19.6 // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/swag v0.22.3 // indirect
github.com/go-openapi/jsonpointer v0.20.2 // indirect
github.com/go-openapi/jsonreference v0.20.4 // indirect
github.com/go-openapi/swag v0.22.7 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.4 // indirect
Expand All @@ -54,15 +54,15 @@ require (
go.opencensus.io v0.24.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/oauth2 v0.19.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/term v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/net v0.26.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
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240314234333-6e1732d8331c // indirect
google.golang.org/protobuf v1.33.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 // indirect
google.golang.org/protobuf v1.34.1 // 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
106 changes: 53 additions & 53 deletions go.sum

Large diffs are not rendered by default.

42 changes: 0 additions & 42 deletions vendor/github.com/evanphx/json-patch/patch.go

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

61 changes: 61 additions & 0 deletions vendor/github.com/go-openapi/jsonpointer/.golangci.yml

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

8 changes: 6 additions & 2 deletions vendor/github.com/go-openapi/jsonpointer/README.md

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

Loading

0 comments on commit 1f707da

Please sign in to comment.