Skip to content

Commit

Permalink
Update Knative dependency for release-0.23 (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
chizhg committed Jun 7, 2021
1 parent 4c03fb5 commit 3864381
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
k8s.io/code-generator v0.19.7
knative.dev/caching v0.0.0-20210512050647-922782660f7c
knative.dev/eventing v0.23.1
knative.dev/hack v0.0.0-20210428122153-93ad9129c268
knative.dev/hack v0.0.0-20210602212444-509255f29a24
knative.dev/pkg v0.0.0-20210510175900-4564797bf3b7
knative.dev/serving v0.23.0
sigs.k8s.io/yaml v1.2.0
Expand Down
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1465,8 +1465,9 @@ knative.dev/caching v0.0.0-20210512050647-922782660f7c h1:R3EdV7m7ZeCkgm8Vhl1pRQ
knative.dev/caching v0.0.0-20210512050647-922782660f7c/go.mod h1:d+fIY/LkAZAM6HsRJwmfirNDMCc1+hqGlQctLP1CmzE=
knative.dev/eventing v0.23.1 h1:jbf64BrAoBvyPG5HNtw21tqtNdmODJoeC0oP/x+Yfdc=
knative.dev/eventing v0.23.1/go.mod h1:vGob3H6BTseZP+/dA5ze89gM+iNHlB2Cez8FFI7A9KM=
knative.dev/hack v0.0.0-20210428122153-93ad9129c268 h1:lBIj9Epd9UQ55NEaHzAdY/UZbuaegCdGPKVC2+Z68Q0=
knative.dev/hack v0.0.0-20210428122153-93ad9129c268/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI=
knative.dev/hack v0.0.0-20210602212444-509255f29a24 h1:eFcqwqJueFb2yY7tJVhLnDmdZCfaewfj4+MxR1CAWGo=
knative.dev/hack v0.0.0-20210602212444-509255f29a24/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI=
knative.dev/hack/schema v0.0.0-20210428122153-93ad9129c268/go.mod h1:ffjwmdcrH5vN3mPhO8RrF2KfNnbHeCE2C60A+2cv3U0=
knative.dev/networking v0.0.0-20210512050647-ace2d3306f0b h1:Ea6ym1Jfd/Hci1EGj+uPaE3d6SS1s/Br+6fFAWdJCeM=
knative.dev/networking v0.0.0-20210512050647-ace2d3306f0b/go.mod h1:y7RmP2/dHO/DAC1QmpUtgTVF6/Z8whaL+wjgey+HthU=
Expand Down
3 changes: 0 additions & 3 deletions vendor/knative.dev/hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
# This is a helper script for Knative release scripts.
# See README.md for instructions on how to use it.

# Print commands
set -x

source $(dirname "${BASH_SOURCE[0]}")/library.sh

# Organization name in GitHub; defaults to Knative.
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ knative.dev/eventing/test/upgrade/prober/wathola/config
knative.dev/eventing/test/upgrade/prober/wathola/event
knative.dev/eventing/test/upgrade/prober/wathola/fetcher
knative.dev/eventing/test/upgrade/prober/wathola/receiver
# knative.dev/hack v0.0.0-20210428122153-93ad9129c268
# knative.dev/hack v0.0.0-20210602212444-509255f29a24
## explicit
knative.dev/hack
knative.dev/hack/shell
Expand Down

0 comments on commit 3864381

Please sign in to comment.