From 6fa0f6df513aec94e47dd409dc9f7401163d3c0c Mon Sep 17 00:00:00 2001 From: Knative Automation Date: Mon, 24 Jun 2024 08:40:43 -0400 Subject: [PATCH] upgrade to latest dependencies (#15344) bumping knative.dev/pkg 915c009...fc0720b: > fc0720b [logstream] test polling should use a different context (# 3066) > 51dec91 drop test-infra code (# 3065) > b5bb12c drop unused OWNERS files and update script (# 3064) Signed-off-by: Knative Automation --- go.mod | 2 +- go.sum | 4 +-- .../knative.dev/pkg/hack/update-k8s-deps.sh | 29 ------------------- vendor/modules.txt | 2 +- 4 files changed, 4 insertions(+), 33 deletions(-) delete mode 100644 vendor/knative.dev/pkg/hack/update-k8s-deps.sh diff --git a/go.mod b/go.mod index 40f6916ee231..fe5e00955d0a 100644 --- a/go.mod +++ b/go.mod @@ -37,7 +37,7 @@ require ( knative.dev/caching v0.0.0-20240619192417-52069666b596 knative.dev/hack v0.0.0-20240607132042-09143140a254 knative.dev/networking v0.0.0-20240611072033-3b8764c0bb4c - knative.dev/pkg v0.0.0-20240620215714-915c00977757 + knative.dev/pkg v0.0.0-20240621201938-fc0720b7a660 sigs.k8s.io/yaml v1.4.0 ) diff --git a/go.sum b/go.sum index a7d40dc9f8fa..ada2c1c3e1c5 100644 --- a/go.sum +++ b/go.sum @@ -951,8 +951,8 @@ knative.dev/hack v0.0.0-20240607132042-09143140a254 h1:1YFnu3U6dWZg0oxm6GU8kEdA9 knative.dev/hack v0.0.0-20240607132042-09143140a254/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q= knative.dev/networking v0.0.0-20240611072033-3b8764c0bb4c h1:Q+DdJYzvhwAVWMQtP6mbEr5dNxpr+K9HAF9RqJmZefY= knative.dev/networking v0.0.0-20240611072033-3b8764c0bb4c/go.mod h1:WhZLv94eOMDGHbdZiMrw6cnRfN3WEcFgpjUcV0A48pI= -knative.dev/pkg v0.0.0-20240620215714-915c00977757 h1:vjPAW4ll00Yu0H/avu1vkjbHHh9n0DlukvWGl2eHrs4= -knative.dev/pkg v0.0.0-20240620215714-915c00977757/go.mod h1:uqK/Rec08I8njY3r2y8aY90Lmt/a8cUwm8H2XI9jHZk= +knative.dev/pkg v0.0.0-20240621201938-fc0720b7a660 h1:SYPUGNPA/egS+u6oa6q1kN3Ec+z+we/hPrWie7qhLUg= +knative.dev/pkg v0.0.0-20240621201938-fc0720b7a660/go.mod h1:Wikg4u73T6vk9TctrxZt60VXzqmGEQIx0iKfk1+9o4c= pgregory.net/rapid v1.1.0 h1:CMa0sjHSru3puNx+J0MIAuiiEV4N0qj8/cMWGBBCsjw= pgregory.net/rapid v1.1.0/go.mod h1:PY5XlDGj0+V1FCq0o192FdRhpKHGTRIWBgqjDBTrq04= rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= diff --git a/vendor/knative.dev/pkg/hack/update-k8s-deps.sh b/vendor/knative.dev/pkg/hack/update-k8s-deps.sh deleted file mode 100644 index d97170f1c8b1..000000000000 --- a/vendor/knative.dev/pkg/hack/update-k8s-deps.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env bash - -# Copyright 2020 The Knative Authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -set -o errexit -set -o nounset -set -o pipefail - -source $(dirname "$0")/../vendor/knative.dev/hack/library.sh - -run_go_tool knative.dev/test-infra/buoy \ - buoy float ${REPO_ROOT_DIR}/go.mod \ - --release "$1" --domain k8s.io --ruleset=Release \ - | xargs -n1 -t go get -d - -./hack/update-deps.sh - diff --git a/vendor/modules.txt b/vendor/modules.txt index 990c2f7e7da3..38d89ccc3210 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1388,7 +1388,7 @@ knative.dev/networking/pkg/http/stats knative.dev/networking/pkg/ingress knative.dev/networking/pkg/k8s knative.dev/networking/pkg/prober -# knative.dev/pkg v0.0.0-20240620215714-915c00977757 +# knative.dev/pkg v0.0.0-20240621201938-fc0720b7a660 ## explicit; go 1.22 knative.dev/pkg/apiextensions/storageversion knative.dev/pkg/apiextensions/storageversion/cmd/migrate