Skip to content

Commit

Permalink
upgrade to latest dependencies (#532)
Browse files Browse the repository at this point in the history
bumping knative.dev/client-pkg 0b343a9...8393d69:
  > 8393d69 upgrade to latest dependencies (# 189)

Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation authored Jul 24, 2024
1 parent 036afc7 commit 4ce080d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22
require (
github.com/spf13/cobra v1.7.0
gotest.tools/v3 v3.3.0
knative.dev/client-pkg v0.0.0-20240722124607-0b343a987949
knative.dev/client-pkg v0.0.0-20240724091446-8393d69ad672
knative.dev/hack v0.0.0-20240704013904-b9799599afcf

)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ k8s.io/klog/v2 v2.120.1 h1:QXU6cPEOIslTGvZaXvFWiP9VKyeet3sawzTOvdXb4Vw=
k8s.io/klog/v2 v2.120.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
k8s.io/utils v0.0.0-20240102154912-e7106e64919e h1:eQ/4ljkx21sObifjzXwlPKpdGLrCfRziVtos3ofG/sQ=
k8s.io/utils v0.0.0-20240102154912-e7106e64919e/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
knative.dev/client-pkg v0.0.0-20240722124607-0b343a987949 h1:HyJ4YwzAbNH+UIWz3FMNg/kYnvzlaG0NseLY7Y+/WIw=
knative.dev/client-pkg v0.0.0-20240722124607-0b343a987949/go.mod h1:MfWWXuEDScT0dCY7J+LF05HX5JARLvmow3NSn+0mfyM=
knative.dev/client-pkg v0.0.0-20240724091446-8393d69ad672 h1:kPjt/WSTDTAOUKb4K9GUQafOc5IFHO8IguEE8Am3hW0=
knative.dev/client-pkg v0.0.0-20240724091446-8393d69ad672/go.mod h1:Y56KfZx3gJJpju88l86jQ9csxywLiopR0GkxCWW3+Kg=
knative.dev/hack v0.0.0-20240704013904-b9799599afcf h1:n92FmZRywgtHso7pFAku7CW0qvRAs1hXtMQqO0R6eiE=
knative.dev/hack v0.0.0-20240704013904-b9799599afcf/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
knative.dev/pkg v0.0.0-20240716082220-4355f0c73608 h1:BOiRzcnRS9Z5ruxlCiS/K1/Hb5bUN0X4W3xCegdcYQE=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gotest.tools/v3/internal/assert
gotest.tools/v3/internal/difflib
gotest.tools/v3/internal/format
gotest.tools/v3/internal/source
# knative.dev/client-pkg v0.0.0-20240722124607-0b343a987949
# knative.dev/client-pkg v0.0.0-20240724091446-8393d69ad672
## explicit; go 1.22
knative.dev/client-pkg/pkg/plugin
# knative.dev/hack v0.0.0-20240704013904-b9799599afcf
Expand Down

0 comments on commit 4ce080d

Please sign in to comment.