Skip to content

Commit

Permalink
upgrade to latest dependencies (#2850)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
  • Loading branch information
mattmoor authored Sep 24, 2020
1 parent 122832f commit d8e1859
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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/test-infra v0.0.0-20200923011439-4ef663a0aa96
knative.dev/test-infra v0.0.0-20200924055440-7e083bb00cf9
)

replace go.opencensus.io => go.opencensus.io v0.20.2
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1849,8 +1849,8 @@ knative.dev/test-infra v0.0.0-20200505052144-5ea2f705bb55/go.mod h1:WqF1Azka+FxP
knative.dev/test-infra v0.0.0-20200513011557-d03429a76034/go.mod h1:aMif0KXL4g19YCYwsy4Ocjjz5xgPlseYV+B95Oo4JGE=
knative.dev/test-infra v0.0.0-20200519015156-82551620b0a9/go.mod h1:A5b2OAXTOeHT3hHhVQm3dmtbuWvIDP7qzgtqxA3/2pE=
knative.dev/test-infra v0.0.0-20200707183444-aed09e56ddc7/go.mod h1:RjYAhXnZqeHw9+B0zsbqSPlae0lCvjekO/nw5ZMpLCs=
knative.dev/test-infra v0.0.0-20200923011439-4ef663a0aa96 h1:4+eWI9GEPxbCTHkGXnO66nmzxwNQ9LvrkIF8urXZKUE=
knative.dev/test-infra v0.0.0-20200923011439-4ef663a0aa96/go.mod h1:Pmg2c7Z7q7BGFUV/GOpU5BlrD3ePJft4MPqx8AYBplc=
knative.dev/test-infra v0.0.0-20200924055440-7e083bb00cf9 h1:9HWtLMaGL34ta0cxPK0Pk5YLA1fJCC6vwXEqnpYeAFU=
knative.dev/test-infra v0.0.0-20200924055440-7e083bb00cf9/go.mod h1:Pmg2c7Z7q7BGFUV/GOpU5BlrD3ePJft4MPqx8AYBplc=
modernc.org/cc v1.0.0/go.mod h1:1Sk4//wdnYJiUIxnW8ddKpaOJCF37yAdqYnkxUpaYxw=
modernc.org/golex v1.0.0/go.mod h1:b/QX9oBD/LhixY6NDh+IdGv17hgB+51fET1i2kPSmvk=
modernc.org/mathutil v1.0.0/go.mod h1:wU0vUrJsVWBZ4P6e7xtFJEhFSNsfRLJ8H458uRjg03k=
Expand Down
2 changes: 1 addition & 1 deletion vendor/knative.dev/test-infra/scripts/infra-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function acquire_cluster_admin_role() {
kubectl create clusterrolebinding cluster-admin-binding \
--clusterrole=cluster-admin --user="$(gcloud config get-value core/account)"
else
kubectl create clusterrolebinding cluster-admin-binding-"${USER}" \
kubectl create clusterrolebinding cluster-admin-binding \
--clusterrole=cluster-admin --user="${USER}"
fi
fi
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ gopkg.in/go-playground/webhooks.v3/github
# gopkg.in/yaml.v2 v2.3.0
## explicit
gopkg.in/yaml.v2
# knative.dev/test-infra v0.0.0-20200923011439-4ef663a0aa96
# knative.dev/test-infra v0.0.0-20200924055440-7e083bb00cf9
## explicit
knative.dev/test-infra/scripts
# go.opencensus.io => go.opencensus.io v0.20.2

0 comments on commit d8e1859

Please sign in to comment.