From 6e784bb6f4ac562d719734935937f9a2b0689c2a Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Thu, 14 Mar 2024 14:51:38 +0000 Subject: [PATCH] make update-licenses Signed-off-by: Richard Wall --- LICENSES | 4 ++-- cmd/controller/LICENSES | 4 ++-- cmd/webhook/LICENSES | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSES b/LICENSES index d34829c0b..49a9bce7b 100644 --- a/LICENSES +++ b/LICENSES @@ -47,8 +47,8 @@ github.com/evanphx/json-patch,https://github.com/evanphx/json-patch/blob/v5.9.0/ github.com/evanphx/json-patch/v5,https://github.com/evanphx/json-patch/blob/v5.9.0/v5/LICENSE,BSD-3-Clause github.com/felixge/httpsnoop,https://github.com/felixge/httpsnoop/blob/v1.0.4/LICENSE.txt,MIT github.com/fsnotify/fsnotify,https://github.com/fsnotify/fsnotify/blob/v1.7.0/LICENSE,BSD-3-Clause -github.com/go-jose/go-jose/v3,https://github.com/go-jose/go-jose/blob/v3.0.1/LICENSE,Apache-2.0 -github.com/go-jose/go-jose/v3/json,https://github.com/go-jose/go-jose/blob/v3.0.1/json/LICENSE,BSD-3-Clause +github.com/go-jose/go-jose/v3,https://github.com/go-jose/go-jose/blob/v3.0.3/LICENSE,Apache-2.0 +github.com/go-jose/go-jose/v3/json,https://github.com/go-jose/go-jose/blob/v3.0.3/json/LICENSE,BSD-3-Clause github.com/go-logr/logr,https://github.com/go-logr/logr/blob/v1.4.1/LICENSE,Apache-2.0 github.com/go-logr/stdr,https://github.com/go-logr/stdr/blob/v1.2.2/LICENSE,Apache-2.0 github.com/go-logr/zapr,https://github.com/go-logr/zapr/blob/v1.3.0/LICENSE,Apache-2.0 diff --git a/cmd/controller/LICENSES b/cmd/controller/LICENSES index 27c029b46..a6df2654b 100644 --- a/cmd/controller/LICENSES +++ b/cmd/controller/LICENSES @@ -42,8 +42,8 @@ github.com/digitalocean/godo,https://github.com/digitalocean/godo/blob/v1.109.0/ github.com/digitalocean/godo,https://github.com/digitalocean/godo/blob/v1.109.0/LICENSE.txt,BSD-3-Clause github.com/emicklei/go-restful/v3,https://github.com/emicklei/go-restful/blob/v3.11.2/LICENSE,MIT github.com/felixge/httpsnoop,https://github.com/felixge/httpsnoop/blob/v1.0.4/LICENSE.txt,MIT -github.com/go-jose/go-jose/v3,https://github.com/go-jose/go-jose/blob/v3.0.1/LICENSE,Apache-2.0 -github.com/go-jose/go-jose/v3/json,https://github.com/go-jose/go-jose/blob/v3.0.1/json/LICENSE,BSD-3-Clause +github.com/go-jose/go-jose/v3,https://github.com/go-jose/go-jose/blob/v3.0.3/LICENSE,Apache-2.0 +github.com/go-jose/go-jose/v3/json,https://github.com/go-jose/go-jose/blob/v3.0.3/json/LICENSE,BSD-3-Clause github.com/go-logr/logr,https://github.com/go-logr/logr/blob/v1.4.1/LICENSE,Apache-2.0 github.com/go-logr/stdr,https://github.com/go-logr/stdr/blob/v1.2.2/LICENSE,Apache-2.0 github.com/go-logr/zapr,https://github.com/go-logr/zapr/blob/v1.3.0/LICENSE,Apache-2.0 diff --git a/cmd/webhook/LICENSES b/cmd/webhook/LICENSES index a50ad1421..bbfdfaddf 100644 --- a/cmd/webhook/LICENSES +++ b/cmd/webhook/LICENSES @@ -56,7 +56,7 @@ golang.org/x/crypto/cryptobyte,https://cs.opensource.google/go/x/crypto/+/v0.19. golang.org/x/exp,https://cs.opensource.google/go/x/exp/+/1b970713:LICENSE,BSD-3-Clause golang.org/x/net,https://cs.opensource.google/go/x/net/+/v0.21.0:LICENSE,BSD-3-Clause golang.org/x/oauth2,https://cs.opensource.google/go/x/oauth2/+/v0.17.0:LICENSE,BSD-3-Clause -golang.org/x/sync/singleflight,https://cs.opensource.google/go/x/sync/+/v0.6.0:LICENSE,BSD-3-Clause +golang.org/x/sync,https://cs.opensource.google/go/x/sync/+/v0.6.0:LICENSE,BSD-3-Clause golang.org/x/sys/unix,https://cs.opensource.google/go/x/sys/+/v0.17.0:LICENSE,BSD-3-Clause golang.org/x/term,https://cs.opensource.google/go/x/term/+/v0.17.0:LICENSE,BSD-3-Clause golang.org/x/text,https://cs.opensource.google/go/x/text/+/v0.14.0:LICENSE,BSD-3-Clause