Skip to content

Commit

Permalink
upgrade to latest dependencies (#1668)
Browse files Browse the repository at this point in the history
bumping knative.dev/eventing 3c2ce5e...429bbaa:
  > 429bbaa [main] Upgrade to latest dependencies (# 7557)
bumping knative.dev/serving b6552f9...0a291d6:
  > 0a291d6 Update net-certmanager nightly (# 14772)

Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation authored Jan 10, 2024
1 parent a2a6181 commit eed4779
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 30 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ require (
k8s.io/code-generator v0.28.5
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
knative.dev/caching v0.0.0-20240109084756-1609145e5a5e
knative.dev/eventing v0.39.1-0.20240109163735-3c2ce5e8e2a9
knative.dev/eventing v0.39.1-0.20240110084326-429bbaa8a182
knative.dev/hack v0.0.0-20240108153050-3ea694d6dad7
knative.dev/pkg v0.0.0-20240109155808-21d8c37af23f
knative.dev/serving v0.39.1-0.20240109142101-b6552f9caa54
knative.dev/serving v0.39.1-0.20240110120713-0a291d635a34
sigs.k8s.io/yaml v1.4.0
)

Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1349,16 +1349,16 @@ k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 h1:qY1Ad8PODbnymg2pRbkyMT/ylpTrC
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
knative.dev/caching v0.0.0-20240109084756-1609145e5a5e h1:ntpYIYh8inIKU4fCFjk6RBUIhWAujkBtRVlO24+KzSw=
knative.dev/caching v0.0.0-20240109084756-1609145e5a5e/go.mod h1:gSCdhjS8lRNh32dMwqxnquK1rKrko0A+w9k4bz8/V50=
knative.dev/eventing v0.39.1-0.20240109163735-3c2ce5e8e2a9 h1:db8y9BfhieremE8laEheCPDlqg6Wi085Dq1Kc37fzY8=
knative.dev/eventing v0.39.1-0.20240109163735-3c2ce5e8e2a9/go.mod h1:bMmsErQYk7M2SIkL/JAogpj4IzdUsypiqwEoDm5kBEU=
knative.dev/eventing v0.39.1-0.20240110084326-429bbaa8a182 h1:jccNdyH18hqjgfyj/I9+W1DccTkZlfnDbkmdpfTiaRA=
knative.dev/eventing v0.39.1-0.20240110084326-429bbaa8a182/go.mod h1:BGv4RmZ2Vj/QrEx1kLndXx1ism1tE8GiE67mgG9tt2g=
knative.dev/hack v0.0.0-20240108153050-3ea694d6dad7 h1:mICurlRke2mlKP3LmyWYQYl6KZe80rYP5+ag9w2HQLA=
knative.dev/hack v0.0.0-20240108153050-3ea694d6dad7/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
knative.dev/networking v0.0.0-20240103144957-a34a5c563a3a h1:C42d2EJcIUCTzwUE1lYniyziFBFckkyAhxz2DNarBlc=
knative.dev/networking v0.0.0-20240103144957-a34a5c563a3a/go.mod h1:yN79qZ8o7zbKVyYLFm4+MryuLRgFP0Z2ZROsqKSPFuw=
knative.dev/pkg v0.0.0-20240109155808-21d8c37af23f h1:F7zv+n+OY+FD8kX6/4CzAFbT+n4QKeJ025jHeOwFBvM=
knative.dev/pkg v0.0.0-20240109155808-21d8c37af23f/go.mod h1:8/u65OwQ+l56FFE1j8BB/rMiy6B9dom4fTrvLFZ/Vqg=
knative.dev/serving v0.39.1-0.20240109142101-b6552f9caa54 h1:2zaODsdISCAOaGUcnqz0Rzad8aNfdGEFcqr9G3WTU/k=
knative.dev/serving v0.39.1-0.20240109142101-b6552f9caa54/go.mod h1:Fr29GTEIdcdebR9IPw6UrM2fwSI6deThzByqR4OaE/Y=
knative.dev/serving v0.39.1-0.20240110120713-0a291d635a34 h1:9OfVxbqeaEPF7YuLxiZCIxs5TVN+MApUKQ0D8RswutY=
knative.dev/serving v0.39.1-0.20240110120713-0a291d635a34/go.mod h1:Fr29GTEIdcdebR9IPw6UrM2fwSI6deThzByqR4OaE/Y=
nhooyr.io/websocket v1.8.6/go.mod h1:B70DZP8IakI65RVQ51MsWP/8jndNma26DVA/nFSCgW0=
pgregory.net/rapid v1.1.0 h1:CMa0sjHSru3puNx+J0MIAuiiEV4N0qj8/cMWGBBCsjw=
pgregory.net/rapid v1.1.0/go.mod h1:PY5XlDGj0+V1FCq0o192FdRhpKHGTRIWBgqjDBTrq04=
Expand Down
20 changes: 0 additions & 20 deletions vendor/knative.dev/eventing/pkg/client/clientset/versioned/doc.go

This file was deleted.

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

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@ k8s.io/utils/trace
## explicit; go 1.18
knative.dev/caching/pkg/apis/caching
knative.dev/caching/pkg/apis/caching/v1alpha1
# knative.dev/eventing v0.39.1-0.20240109163735-3c2ce5e8e2a9
# knative.dev/eventing v0.39.1-0.20240110084326-429bbaa8a182
## explicit; go 1.19
knative.dev/eventing/pkg/apis/config
knative.dev/eventing/pkg/apis/duck
Expand Down Expand Up @@ -1503,7 +1503,7 @@ knative.dev/pkg/webhook
knative.dev/pkg/webhook/certificates
knative.dev/pkg/webhook/certificates/resources
knative.dev/pkg/webhook/resourcesemantics/conversion
# knative.dev/serving v0.39.1-0.20240109142101-b6552f9caa54
# knative.dev/serving v0.39.1-0.20240110120713-0a291d635a34
## explicit; go 1.21
knative.dev/serving/pkg/apis/autoscaling
knative.dev/serving/pkg/apis/autoscaling/v1alpha1
Expand Down

0 comments on commit eed4779

Please sign in to comment.