mirror of https://github.com/knative/caching.git
upgrade to latest dependencies (#604)
bumping knative.dev/hack 7331bb1...0456e8b: > 0456e8b Update community files (# 152) > b9cb198 Update community files (# 151) > 0e30607 Update kntest path after https://github.com/knative/test-infra/pull/3087 (# 150) bumping knative.dev/pkg 51be315...3c00bb0: > 3c00bb0 Update community files (# 2426) > fc93ac7 upgrade to latest dependencies (# 2424) Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
parent
12e040cd2e
commit
cc4f2a67e2
4
go.mod
4
go.mod
|
@ -10,6 +10,6 @@ require (
|
||||||
k8s.io/client-go v0.22.5
|
k8s.io/client-go v0.22.5
|
||||||
k8s.io/code-generator v0.22.5
|
k8s.io/code-generator v0.22.5
|
||||||
k8s.io/kube-openapi v0.0.0-20211109043538-20434351676c
|
k8s.io/kube-openapi v0.0.0-20211109043538-20434351676c
|
||||||
knative.dev/hack v0.0.0-20220209225905-7331bb16ba00
|
knative.dev/hack v0.0.0-20220216040439-0456e8bf6547
|
||||||
knative.dev/pkg v0.0.0-20220203020920-51be315ed160
|
knative.dev/pkg v0.0.0-20220215153400-3c00bb0157b9
|
||||||
)
|
)
|
||||||
|
|
8
go.sum
8
go.sum
|
@ -1108,11 +1108,11 @@ k8s.io/kube-openapi v0.0.0-20211109043538-20434351676c h1:jvamsI1tn9V0S8jicyX82q
|
||||||
k8s.io/kube-openapi v0.0.0-20211109043538-20434351676c/go.mod h1:vHXdDvt9+2spS2Rx9ql3I8tycm3H9FDfdUoIuKCefvw=
|
k8s.io/kube-openapi v0.0.0-20211109043538-20434351676c/go.mod h1:vHXdDvt9+2spS2Rx9ql3I8tycm3H9FDfdUoIuKCefvw=
|
||||||
k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a h1:8dYfu/Fc9Gz2rNJKB9IQRGgQOh2clmRzNIPPY1xLY5g=
|
k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a h1:8dYfu/Fc9Gz2rNJKB9IQRGgQOh2clmRzNIPPY1xLY5g=
|
||||||
k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
|
k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
|
||||||
knative.dev/hack v0.0.0-20220128200847-51a42b2eb63e/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI=
|
|
||||||
knative.dev/hack v0.0.0-20220209225905-7331bb16ba00 h1:MbdDq3JZoCoUzYbw/liB0Idklk/fE2bXiSQnIRhgeC4=
|
|
||||||
knative.dev/hack v0.0.0-20220209225905-7331bb16ba00/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI=
|
knative.dev/hack v0.0.0-20220209225905-7331bb16ba00/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI=
|
||||||
knative.dev/pkg v0.0.0-20220203020920-51be315ed160 h1:usHculW2JbADkFNQS8LN3e+sQo2xdJfBaP6/XSvHxQ4=
|
knative.dev/hack v0.0.0-20220216040439-0456e8bf6547 h1:lEWsaG/yMLLp3onNushrawsHFXD4LXCXTo5FUUa2GiU=
|
||||||
knative.dev/pkg v0.0.0-20220203020920-51be315ed160/go.mod h1:bZMFTPDPHV3wXuiQ09UJuEGYYQnfpe81MCxNvsMAiJk=
|
knative.dev/hack v0.0.0-20220216040439-0456e8bf6547/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI=
|
||||||
|
knative.dev/pkg v0.0.0-20220215153400-3c00bb0157b9 h1:u0vYuNe0BTFvbqN8euaauL/kN3jR7mjmxMc+QRnWsUw=
|
||||||
|
knative.dev/pkg v0.0.0-20220215153400-3c00bb0157b9/go.mod h1:6ZoCgi60jSUn/WrwTGNAZbsz5/kmwiZZD8EovSLzYZ4=
|
||||||
pgregory.net/rapid v0.3.3/go.mod h1:UYpPVyjFHzYBGHIxLFoupi8vwk6rXNzRY9OMvVxFIOU=
|
pgregory.net/rapid v0.3.3/go.mod h1:UYpPVyjFHzYBGHIxLFoupi8vwk6rXNzRY9OMvVxFIOU=
|
||||||
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
|
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
|
||||||
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
|
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
|
||||||
|
|
|
@ -111,7 +111,7 @@ main "$@"
|
||||||
This is a helper script for Knative E2E test scripts. To use it:
|
This is a helper script for Knative E2E test scripts. To use it:
|
||||||
|
|
||||||
1. [optional] Customize the test cluster. Pass the flags as described
|
1. [optional] Customize the test cluster. Pass the flags as described
|
||||||
[here](../kntest/pkg/kubetest2/gke/README.md) to the `initialize` function
|
[here](../tools/kntest/pkg/kubetest2/gke/README.md) to the `initialize` function
|
||||||
call if the default values don't fit your needs.
|
call if the default values don't fit your needs.
|
||||||
|
|
||||||
1. Source the script.
|
1. Source the script.
|
||||||
|
|
|
@ -695,7 +695,7 @@ function go_mod_gopath_hack() {
|
||||||
# Parameters: $1..$n - parameters passed to the tool.
|
# Parameters: $1..$n - parameters passed to the tool.
|
||||||
function run_kntest() {
|
function run_kntest() {
|
||||||
if [[ ! -x "$(command -v kntest)" ]]; then
|
if [[ ! -x "$(command -v kntest)" ]]; then
|
||||||
echo "--- FAIL: kntest not installed, please clone knative test-infra repo and run \`go install ./kntest/cmd/kntest\` to install it"; return 1;
|
echo "--- FAIL: kntest not installed, please clone knative test-infra repo and run \`go install ./tools/kntest/cmd/kntest\` to install it"; return 1;
|
||||||
fi
|
fi
|
||||||
kntest "$@"
|
kntest "$@"
|
||||||
}
|
}
|
||||||
|
|
|
@ -579,10 +579,10 @@ k8s.io/kube-openapi/pkg/validation/spec
|
||||||
k8s.io/utils/buffer
|
k8s.io/utils/buffer
|
||||||
k8s.io/utils/integer
|
k8s.io/utils/integer
|
||||||
k8s.io/utils/trace
|
k8s.io/utils/trace
|
||||||
# knative.dev/hack v0.0.0-20220209225905-7331bb16ba00
|
# knative.dev/hack v0.0.0-20220216040439-0456e8bf6547
|
||||||
## explicit
|
## explicit
|
||||||
knative.dev/hack
|
knative.dev/hack
|
||||||
# knative.dev/pkg v0.0.0-20220203020920-51be315ed160
|
# knative.dev/pkg v0.0.0-20220215153400-3c00bb0157b9
|
||||||
## explicit
|
## explicit
|
||||||
knative.dev/pkg/apis
|
knative.dev/pkg/apis
|
||||||
knative.dev/pkg/apis/duck
|
knative.dev/pkg/apis/duck
|
||||||
|
|
Loading…
Reference in New Issue