Skip to content

Commit

Permalink
upgrade to latest dependencies
Browse files Browse the repository at this point in the history
bumping knative.dev/networking cfb3abd...48fd99c:
  > 48fd99c cleanup: drop unused e2e files (# 940)
  > d5fbe3f chore: drop OWNER files from ./test & ./hack (# 941)
  > e3f29af Update community files (# 939)
bumping knative.dev/hack 5f0998e...e6dedc7:
  > e6dedc7 bump various tools (# 372)
  > 7f60be0 Update community files (# 371)
bumping knative.dev/pkg 97fb318...145b901:
  > 145b901 Update community files (# 2977)

Signed-off-by: Knative Automation <automation@knative.team>
  • Loading branch information
knative-automation committed Mar 4, 2024
1 parent 42ff2e6 commit ce09090
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 71 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ require (
k8s.io/apimachinery v0.29.2
k8s.io/client-go v0.29.2
k8s.io/code-generator v0.29.2
knative.dev/hack v0.0.0-20240222141347-5f0998e65262
knative.dev/networking v0.0.0-20240227132105-cfb3abdd3c62
knative.dev/pkg v0.0.0-20240227021706-97fb318ab987
knative.dev/hack v0.0.0-20240302114326-e6dedc74dc47
knative.dev/networking v0.0.0-20240301213829-48fd99cee22f
knative.dev/pkg v0.0.0-20240301013300-145b9017fff8
)

require (
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -718,12 +718,12 @@ k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 h1:aVUu9fTY98ivBPKR9Y5w/A
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00/go.mod h1:AsvuZPBlUDVuCdzJ87iajxtXuR9oktsTctW/R9wwouA=
k8s.io/utils v0.0.0-20240102154912-e7106e64919e h1:eQ/4ljkx21sObifjzXwlPKpdGLrCfRziVtos3ofG/sQ=
k8s.io/utils v0.0.0-20240102154912-e7106e64919e/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
knative.dev/hack v0.0.0-20240222141347-5f0998e65262 h1:QzYYQnuTjZAHamqbVLnaoxsa1bxfhpxM2AUhdfeL6qE=
knative.dev/hack v0.0.0-20240222141347-5f0998e65262/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
knative.dev/networking v0.0.0-20240227132105-cfb3abdd3c62 h1:SkftWb1pXigIhCZJk3LI6gZLz+YqS2Qh5r4w+rI47fs=
knative.dev/networking v0.0.0-20240227132105-cfb3abdd3c62/go.mod h1:Llg1nQIqMqiMTmfKyebjCvkSjzRqqQ6Z23oyCMVla7c=
knative.dev/pkg v0.0.0-20240227021706-97fb318ab987 h1:zdXI4ZgLKD+3wdHNMRTTcTxDcjuPv+IuSDIbGKcOX4g=
knative.dev/pkg v0.0.0-20240227021706-97fb318ab987/go.mod h1:RcjeKl+Pv5Ufdvs8COdJEHJKutJh42yfIXILGOjy1ng=
knative.dev/hack v0.0.0-20240302114326-e6dedc74dc47 h1:ob3nmyZw8vJbvnHQdnDTG/5RDeUKBj5erjTdef/Mpew=
knative.dev/hack v0.0.0-20240302114326-e6dedc74dc47/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
knative.dev/networking v0.0.0-20240301213829-48fd99cee22f h1:4NtA408WaBmyCKCuSq3AD027/YvyjC6ltF4YNNHGj5U=
knative.dev/networking v0.0.0-20240301213829-48fd99cee22f/go.mod h1:Llg1nQIqMqiMTmfKyebjCvkSjzRqqQ6Z23oyCMVla7c=
knative.dev/pkg v0.0.0-20240301013300-145b9017fff8 h1:NnFumOSY3xsUMPInOcllg2GzxKeP+MU448wn7L66QpY=
knative.dev/pkg v0.0.0-20240301013300-145b9017fff8/go.mod h1:RcjeKl+Pv5Ufdvs8COdJEHJKutJh42yfIXILGOjy1ng=
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/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
Expand Down
4 changes: 2 additions & 2 deletions vendor/knative.dev/hack/library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ function report_go_test() {
logfile="${logfile/.xml/.jsonl}"
echo "Running go test with args: ${go_test_args[*]}"
local gotest_retcode=0
go_run gotest.tools/gotestsum@v1.10.1 \
go_run gotest.tools/gotestsum@v1.11.0 \
--format "${GO_TEST_VERBOSITY:-testname}" \
--junitfile "${xml}" \
--junitfile-testsuite-name relative \
Expand All @@ -517,7 +517,7 @@ function report_go_test() {
echo "Test log (ANSI) written to ${ansilog}"

htmllog="${logfile/.jsonl/.html}"
go_run github.com/buildkite/terminal-to-html/v3/cmd/terminal-to-html@v3.9.1 \
go_run github.com/buildkite/terminal-to-html/v3/cmd/terminal-to-html@v3.11.0 \
--preview < "$ansilog" > "$htmllog"
echo "Test log (HTML) written to ${htmllog}"

Expand Down
32 changes: 0 additions & 32 deletions vendor/knative.dev/networking/test/e2e-common.sh

This file was deleted.

23 changes: 0 additions & 23 deletions vendor/knative.dev/networking/test/e2e-tests.sh

This file was deleted.

2 changes: 0 additions & 2 deletions vendor/knative.dev/networking/test/presubmit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@

source $(dirname $0)/../vendor/knative.dev/hack/presubmit-tests.sh

# TODO(mattmoor): integration tests

# We use the default build, unit and integration test runners.

main "$@"
6 changes: 3 additions & 3 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1010,10 +1010,10 @@ k8s.io/utils/pointer
k8s.io/utils/ptr
k8s.io/utils/strings/slices
k8s.io/utils/trace
# knative.dev/hack v0.0.0-20240222141347-5f0998e65262
# knative.dev/hack v0.0.0-20240302114326-e6dedc74dc47
## explicit; go 1.18
knative.dev/hack
# knative.dev/networking v0.0.0-20240227132105-cfb3abdd3c62
# knative.dev/networking v0.0.0-20240301213829-48fd99cee22f
## explicit; go 1.21
knative.dev/networking/config
knative.dev/networking/pkg
Expand Down Expand Up @@ -1054,7 +1054,7 @@ knative.dev/networking/test/test_images/runtime/handlers
knative.dev/networking/test/test_images/timeout
knative.dev/networking/test/test_images/wsserver
knative.dev/networking/test/types
# knative.dev/pkg v0.0.0-20240227021706-97fb318ab987
# knative.dev/pkg v0.0.0-20240301013300-145b9017fff8
## explicit; go 1.21
knative.dev/pkg/apis
knative.dev/pkg/apis/duck
Expand Down

0 comments on commit ce09090

Please sign in to comment.