Skip to content

Commit

Permalink
upgrade to latest dependencies (#395)
Browse files Browse the repository at this point in the history
Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation authored Nov 10, 2020
1 parent da9f3a2 commit a755d97
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ require (
k8s.io/apiserver v0.18.8
k8s.io/client-go v11.0.1-0.20190805182717-6502b5e7b1b5+incompatible
k8s.io/utils v0.0.0-20200603063816-c1c6865ac451
knative.dev/eventing v0.18.1-0.20201109063108-dccb17e10b6b
knative.dev/hack v0.0.0-20201106190108-88f9ae4e6734
knative.dev/eventing v0.18.1-0.20201110092658-746dcf81089c
knative.dev/hack v0.0.0-20201103151104-3d5abc3a0075
knative.dev/pkg v0.0.0-20201103163404-5514ab0c1fdf
)

Expand Down
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1186,12 +1186,10 @@ k8s.io/kube-openapi v0.0.0-20200410145947-bcb3869e6f29/go.mod h1:F+5wygcW0wmRTnM
k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew=
k8s.io/utils v0.0.0-20200603063816-c1c6865ac451 h1:v8ud2Up6QK1lNOKFgiIVrZdMg7MpmSnvtrOieolJKoE=
k8s.io/utils v0.0.0-20200603063816-c1c6865ac451/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
knative.dev/eventing v0.18.1-0.20201109063108-dccb17e10b6b h1:X0cLLfDZeDPLChjG2YWzWWX9YlyK44UQS96cPvvk5js=
knative.dev/eventing v0.18.1-0.20201109063108-dccb17e10b6b/go.mod h1:jwhDgDvoscWE4jWF8cXh7yHfxJcK0mTawVKVfrSjnvg=
knative.dev/eventing v0.18.1-0.20201110092658-746dcf81089c h1:68sqwFBHltMwtLALmwLSC4O3V5jLvh9jbdAY3fw5d3Q=
knative.dev/eventing v0.18.1-0.20201110092658-746dcf81089c/go.mod h1:jwhDgDvoscWE4jWF8cXh7yHfxJcK0mTawVKVfrSjnvg=
knative.dev/hack v0.0.0-20201103151104-3d5abc3a0075 h1:YAgWplKIy4O5e3F5vUUECmXAAyZ0M5ymo6fCt1jeZhs=
knative.dev/hack v0.0.0-20201103151104-3d5abc3a0075/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI=
knative.dev/hack v0.0.0-20201106190108-88f9ae4e6734 h1:AF3ZnSNQrSF6NNjJxD1EvBCr/0/WnSJt6HjCstextBU=
knative.dev/hack v0.0.0-20201106190108-88f9ae4e6734/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI=
knative.dev/pkg v0.0.0-20201103163404-5514ab0c1fdf h1:QwULgRwcv6R3Ya1GZlf/E1atcaGUNw4DKjxSQUfcR6U=
knative.dev/pkg v0.0.0-20201103163404-5514ab0c1fdf/go.mod h1:cuKOgUvJvnWHIps/apCXX8wZuMlT0dyMZLqRQfsENbQ=
modernc.org/cc v1.0.0/go.mod h1:1Sk4//wdnYJiUIxnW8ddKpaOJCF37yAdqYnkxUpaYxw=
Expand Down
2 changes: 1 addition & 1 deletion vendor/knative.dev/hack/library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ function go_update_deps() {
echo "=== Update Deps for Golang"

local UPGRADE=0
local VERSION="v9000.1" # release v9000 is so far in the future, it will always pick the default branch.
local VERSION="master"
local DOMAIN="knative.dev"
while [[ $# -ne 0 ]]; do
parameter=$1
Expand Down
4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ k8s.io/utils/buffer
k8s.io/utils/integer
k8s.io/utils/pointer
k8s.io/utils/trace
# knative.dev/eventing v0.18.1-0.20201109063108-dccb17e10b6b
# knative.dev/eventing v0.18.1-0.20201110092658-746dcf81089c
## explicit
knative.dev/eventing/pkg/apis/config
knative.dev/eventing/pkg/apis/configs
Expand Down Expand Up @@ -1173,7 +1173,7 @@ knative.dev/eventing/test/test_images/performance
knative.dev/eventing/test/test_images/print
knative.dev/eventing/test/test_images/recordevents
knative.dev/eventing/test/test_images/request-sender
# knative.dev/hack v0.0.0-20201106190108-88f9ae4e6734
# knative.dev/hack v0.0.0-20201103151104-3d5abc3a0075
## explicit
knative.dev/hack
# knative.dev/pkg v0.0.0-20201103163404-5514ab0c1fdf
Expand Down

0 comments on commit a755d97

Please sign in to comment.