Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
upgrade to latest dependencies (#671)
Browse files Browse the repository at this point in the history
bumping knative.dev/pkg 9f033a7...bea8825:
  > bea8825 drop eventing-rabbitmq downstream testing (# 2969)
  > 695c421 drop http01 from downstream testing (# 2968)
  > 73aebb0 upgrade to latest dependencies (# 2967)
bumping knative.dev/networking f5845ef...71d6811:
  > 71d6811 drop net-http01 from downstream testing (# 930)
  > 8bbc041 upgrade to latest dependencies (# 929)

Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation authored Feb 22, 2024
1 parent 5a9c810 commit fe2836b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 9 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ require (
k8s.io/apimachinery v0.29.2
k8s.io/client-go v0.29.2
knative.dev/hack v0.0.0-20240221160411-fe1f2b48a69a
knative.dev/networking v0.0.0-20240221013756-f5845efc6d21
knative.dev/pkg v0.0.0-20240221065059-9f033a7b77f7
knative.dev/networking v0.0.0-20240221175059-71d6811127ef
knative.dev/pkg v0.0.0-20240221180044-bea88256cb23
)

require (
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -697,10 +697,10 @@ k8s.io/utils v0.0.0-20240102154912-e7106e64919e h1:eQ/4ljkx21sObifjzXwlPKpdGLrCf
k8s.io/utils v0.0.0-20240102154912-e7106e64919e/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
knative.dev/hack v0.0.0-20240221160411-fe1f2b48a69a h1:ihHLVHm38G0Va1Y7onh8e9QRZc7lU5guLRa+cQsUZdE=
knative.dev/hack v0.0.0-20240221160411-fe1f2b48a69a/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
knative.dev/networking v0.0.0-20240221013756-f5845efc6d21 h1:bpidmIiie4cs3l0I/BIvRz2R7U0MFLimlWp3wn3aQis=
knative.dev/networking v0.0.0-20240221013756-f5845efc6d21/go.mod h1:0YAh9IQGmZ+ZTu4hJhuxi/W/Oord8lSP8EoUUEi/dKU=
knative.dev/pkg v0.0.0-20240221065059-9f033a7b77f7 h1:OccHMomHYUHgNbpR6LCPC8oju6akEJCI0tymRdSMZus=
knative.dev/pkg v0.0.0-20240221065059-9f033a7b77f7/go.mod h1:j4b62+hzLiXJ1NVavG5fjfvRk8CCNHFAdxLjeiAZPHI=
knative.dev/networking v0.0.0-20240221175059-71d6811127ef h1:j6tInytYM4U1zatfKPkVL65Q1v25bhH49eJUitkUVK8=
knative.dev/networking v0.0.0-20240221175059-71d6811127ef/go.mod h1:sbtKgD44Uca6YPQOf/KwCrdqpfCT1iRUHn4VbdN/O3c=
knative.dev/pkg v0.0.0-20240221180044-bea88256cb23 h1:99s9Jml2MAng8Q0X7TiDLpVEJgvpoIpr2pf43TL1yOQ=
knative.dev/pkg v0.0.0-20240221180044-bea88256cb23/go.mod h1:ShEiTxuj4Dxg5pz7A0eNRdiyurQHImirTUP9trki6Xo=
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
Expand Down

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

6 changes: 3 additions & 3 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -907,8 +907,8 @@ k8s.io/utils/trace
# knative.dev/hack v0.0.0-20240221160411-fe1f2b48a69a
## explicit; go 1.18
knative.dev/hack
# knative.dev/networking v0.0.0-20240221013756-f5845efc6d21
## explicit; go 1.18
# knative.dev/networking v0.0.0-20240221175059-71d6811127ef
## explicit; go 1.21
knative.dev/networking/config
knative.dev/networking/pkg/apis/networking
knative.dev/networking/pkg/apis/networking/v1alpha1
Expand Down Expand Up @@ -946,7 +946,7 @@ knative.dev/networking/test/test_images/runtime/handlers
knative.dev/networking/test/test_images/timeout
knative.dev/networking/test/test_images/wsserver
knative.dev/networking/test/types
# knative.dev/pkg v0.0.0-20240221065059-9f033a7b77f7
# knative.dev/pkg v0.0.0-20240221180044-bea88256cb23
## explicit; go 1.21
knative.dev/pkg/apis
knative.dev/pkg/apis/duck
Expand Down

0 comments on commit fe2836b

Please sign in to comment.