upgrade to latest dependencies (#2983)

Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
knative-automation 2020-10-28 19:22:34 -07:00 committed by GitHub
parent f01083cf3f
commit 9f8b4003a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 40 additions and 7 deletions

4
go.mod
View File

@ -17,8 +17,8 @@ require (
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/webhooks.v3 v3.13.0
gopkg.in/yaml.v2 v2.3.0
knative.dev/hack v0.0.0-20201027221733-0d7f2f064b7b
knative.dev/net-istio v0.18.1-0.20201028145035-6d0f73cbc0e5
knative.dev/hack v0.0.0-20201028205534-fe80f1c8af68
knative.dev/net-istio v0.18.1-0.20201028215534-4c058cd0d1c7
)
replace go.opencensus.io => go.opencensus.io v0.20.2

6
go.sum
View File

@ -1942,8 +1942,10 @@ knative.dev/eventing-contrib v0.11.2/go.mod h1:SnXZgSGgMSMLNFTwTnpaOH7hXDzTFtw0J
knative.dev/hack v0.0.0-20201027201633-1763a666eb41/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI=
knative.dev/hack v0.0.0-20201027221733-0d7f2f064b7b h1:tBUkvMhcWZny+7CJTs5Ona8S3OCKJkgAwgZ7mkgWL3Y=
knative.dev/hack v0.0.0-20201027221733-0d7f2f064b7b/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI=
knative.dev/net-istio v0.18.1-0.20201028145035-6d0f73cbc0e5 h1:yMnBLbUFhj3s0pADTzOzPqdM8W+qh6hbyj6Jiq6WoS0=
knative.dev/net-istio v0.18.1-0.20201028145035-6d0f73cbc0e5/go.mod h1:dHKWaWKh1LsJsLsEEWwTSaCo+afE5IALYqs1XytvaXQ=
knative.dev/hack v0.0.0-20201028205534-fe80f1c8af68 h1:ygwpOK8B0PXurq88GHhym2uxKiiMJ+bRFwFeZHqGJNc=
knative.dev/hack v0.0.0-20201028205534-fe80f1c8af68/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI=
knative.dev/net-istio v0.18.1-0.20201028215534-4c058cd0d1c7 h1:kSnlU3R329zk73pGss2+omkWddOYYkt24dgsb/aDVC0=
knative.dev/net-istio v0.18.1-0.20201028215534-4c058cd0d1c7/go.mod h1:dHKWaWKh1LsJsLsEEWwTSaCo+afE5IALYqs1XytvaXQ=
knative.dev/networking v0.0.0-20201028132534-429a6210295c/go.mod h1:196CqlYZecTICLDG5Vww19dI/cAyGsHDKF+LpHKvbC4=
knative.dev/pkg v0.0.0-20191101194912-56c2594e4f11/go.mod h1:pgODObA1dTyhNoFxPZTTjNWfx6F0aKsKzn+vaT9XO/Q=
knative.dev/pkg v0.0.0-20191111150521-6d806b998379/go.mod h1:pgODObA1dTyhNoFxPZTTjNWfx6F0aKsKzn+vaT9XO/Q=

View File

@ -0,0 +1,27 @@
Copyright (c) 2009 The Go Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

View File

@ -557,7 +557,11 @@ function go_update_deps() {
echo "--- Removing unwanted vendor files"
# Remove unwanted vendor files
find vendor/ \( -name "OWNERS" -o -name "OWNERS_ALIASES" -o -name "BUILD" -o -name "BUILD.bazel" -o -name "*_test.go" \) -print0 | xargs -0 rm -f
find vendor/ \( -name "OWNERS" \
-o -name "OWNERS_ALIASES" \
-o -name "BUILD" \
-o -name "BUILD.bazel" \
-o -name "*_test.go" \) -exec rm -f {} +
export GOFLAGS=-mod=vendor

4
vendor/modules.txt vendored
View File

@ -264,10 +264,10 @@ gopkg.in/go-playground/webhooks.v3/github
# gopkg.in/yaml.v2 v2.3.0
## explicit
gopkg.in/yaml.v2
# knative.dev/hack v0.0.0-20201027221733-0d7f2f064b7b
# knative.dev/hack v0.0.0-20201028205534-fe80f1c8af68
## explicit
knative.dev/hack
# knative.dev/net-istio v0.18.1-0.20201028145035-6d0f73cbc0e5
# knative.dev/net-istio v0.18.1-0.20201028215534-4c058cd0d1c7
## explicit
knative.dev/net-istio/third_party/istio-stable
# go.opencensus.io => go.opencensus.io v0.20.2