Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
upgrade to latest dependencies (#692)
Browse files Browse the repository at this point in the history
bumping knative.dev/networking a477061...ae03989:
  > ae03989 upgrade to latest dependencies (# 951)
bumping knative.dev/pkg 2d1662a...1ca1f09:
  > 1ca1f09 upgrade to latest dependencies (# 2999)
bumping knative.dev/hack b985a5b...47368d6:
  > 47368d6 Check licenses only, but not bundle them (# 376)

Signed-off-by: Knative Automation <automation@knative.team>
  • Loading branch information
knative-automation committed Mar 27, 2024
1 parent 1d098b1 commit fa290cd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 26 deletions.
6 changes: 3 additions & 3 deletions go.mod
Expand Up @@ -10,9 +10,9 @@ require (
k8s.io/api v0.29.2
k8s.io/apimachinery v0.29.2
k8s.io/client-go v0.29.2
knative.dev/hack v0.0.0-20240327131430-b985a5ba4ed9
knative.dev/networking v0.0.0-20240327132518-a4770614b9b4
knative.dev/pkg v0.0.0-20240327130924-2d1662ad2ee1
knative.dev/hack v0.0.0-20240327150553-47368d631660
knative.dev/networking v0.0.0-20240327140628-ae039896b125
knative.dev/pkg v0.0.0-20240327140624-1ca1f09c329e
)

require (
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Expand Up @@ -693,12 +693,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-20240327131430-b985a5ba4ed9 h1:W9l3cpGNZSCbU1kjT4G4Gad+lr38E3h4gJbnmEBmcRA=
knative.dev/hack v0.0.0-20240327131430-b985a5ba4ed9/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
knative.dev/networking v0.0.0-20240327132518-a4770614b9b4 h1:NCFe+JFOXStd3c8ihEJJzk0eqRQ9+vf4u9DrBZ9InXE=
knative.dev/networking v0.0.0-20240327132518-a4770614b9b4/go.mod h1:a7GsNTW10dXsWd9u2ylCctblfhvZmeeZLL0VOYC7A6w=
knative.dev/pkg v0.0.0-20240327130924-2d1662ad2ee1 h1:iAZVUiLIXeRsQvkgsYiSsXtu3Bzm57aXmB8qa6PeRWQ=
knative.dev/pkg v0.0.0-20240327130924-2d1662ad2ee1/go.mod h1:Meb7JQFjMOloRJRA2GG2RcRT/JnscMOI8/6KmBaC2/k=
knative.dev/hack v0.0.0-20240327150553-47368d631660 h1:tW6NgyjMnSXBS75+k+Xh5uNiLhJ9TFswS9hrkC3OQOc=
knative.dev/hack v0.0.0-20240327150553-47368d631660/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
knative.dev/networking v0.0.0-20240327140628-ae039896b125 h1:w9XY50H8EmPj0C3QGeScCcCqt8Y3vjPEujf/LeH7RLY=
knative.dev/networking v0.0.0-20240327140628-ae039896b125/go.mod h1:YlLpTHRi0i/5XVD3QoqEfFhSmAfRj9sZR2NQEOF9dVc=
knative.dev/pkg v0.0.0-20240327140624-1ca1f09c329e h1:Cg28hbL35g5Qd3tC0PKSX2FMMD8IZnTYxRr4VLIUgd8=
knative.dev/pkg v0.0.0-20240327140624-1ca1f09c329e/go.mod h1:uYSh5G3A/pFmzgowpvKeyphLbXVkY4x7zEhReKwsVeU=
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
16 changes: 2 additions & 14 deletions vendor/knative.dev/hack/library.sh
Expand Up @@ -772,8 +772,8 @@ function __go_update_deps_for_module() {
remove_broken_symlinks ./vendor
fi

group "Updating licenses"
update_licenses third_party/VENDOR-LICENSE "./..."
group "Checking licenses"
check_licenses
)
}

Expand Down Expand Up @@ -809,18 +809,6 @@ function run_kntest() {
go_run knative.dev/test-infra/tools/kntest/cmd/kntest@latest "$@"
}

# Run go-licenses to update licenses.
# Parameters: $1 - output file, relative to repo root dir.
# $2 - directory to inspect.
function update_licenses() {
local dst=$1
local dir=$2
shift
go_run github.com/google/go-licenses@v1.6.0 \
save "${dir}" --save_path="${dst}" --force || \
{ echo "--- FAIL: go-licenses failed to update licenses"; return 1; }
}

# Run go-licenses to check for forbidden licenses.
function check_licenses() {
# Check that we don't have any forbidden licenses.
Expand Down
6 changes: 3 additions & 3 deletions vendor/modules.txt
Expand Up @@ -906,10 +906,10 @@ k8s.io/utils/pointer
k8s.io/utils/ptr
k8s.io/utils/strings/slices
k8s.io/utils/trace
# knative.dev/hack v0.0.0-20240327131430-b985a5ba4ed9
# knative.dev/hack v0.0.0-20240327150553-47368d631660
## explicit; go 1.18
knative.dev/hack
# knative.dev/networking v0.0.0-20240327132518-a4770614b9b4
# knative.dev/networking v0.0.0-20240327140628-ae039896b125
## explicit; go 1.21
knative.dev/networking/config
knative.dev/networking/pkg/apis/networking
Expand Down Expand Up @@ -948,7 +948,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-20240327130924-2d1662ad2ee1
# knative.dev/pkg v0.0.0-20240327140624-1ca1f09c329e
## explicit; go 1.21
knative.dev/pkg/apis
knative.dev/pkg/apis/duck
Expand Down

0 comments on commit fa290cd

Please sign in to comment.