diff --git a/NOTICE.txt b/NOTICE.txt index ffc392aafb..bfcff03b99 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -926,11 +926,11 @@ Contents of probable licence file $GOMODCACHE/github.com/google/go-containerregi -------------------------------------------------------------------------------- Module : github.com/google/uuid -Version : v1.3.0 -Time : 2021-07-12T22:33:52Z +Version : v1.3.1 +Time : 2023-08-21T16:29:15Z Licence : BSD-3-Clause -Contents of probable licence file $GOMODCACHE/github.com/google/uuid@v1.3.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/google/uuid@v1.3.1/LICENSE: Copyright (c) 2009,2014 Google Inc. All rights reserved. diff --git a/docs/reference/dependencies.asciidoc b/docs/reference/dependencies.asciidoc index 71235ea7f1..caa17d43ea 100644 --- a/docs/reference/dependencies.asciidoc +++ b/docs/reference/dependencies.asciidoc @@ -30,7 +30,7 @@ This page lists the third-party dependencies used to build {n}. | link:https://github.com/gobuffalo/flect[$$github.com/gobuffalo/flect$$] | v1.0.2 | MIT | link:https://github.com/google/go-cmp[$$github.com/google/go-cmp$$] | v0.5.9 | BSD-3-Clause | link:https://github.com/google/go-containerregistry[$$github.com/google/go-containerregistry$$] | v0.16.1 | Apache-2.0 -| link:https://github.com/google/uuid[$$github.com/google/uuid$$] | v1.3.0 | BSD-3-Clause +| link:https://github.com/google/uuid[$$github.com/google/uuid$$] | v1.3.1 | BSD-3-Clause | link:https://github.com/hashicorp/go-multierror[$$github.com/hashicorp/go-multierror$$] | v1.1.1 | MPL-2.0 | link:https://github.com/hashicorp/golang-lru[$$github.com/hashicorp/golang-lru/v2$$] | v2.0.5 | MPL-2.0 | link:https://github.com/hashicorp/vault[$$github.com/hashicorp/vault/api$$] | v1.9.2 | MPL-2.0 diff --git a/go.sum b/go.sum index 556feec86e..44576aa8e9 100644 --- a/go.sum +++ b/go.sum @@ -205,8 +205,6 @@ github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 h1:K6RDEckDVWvDI9JAJY github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I= -github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4= github.com/google/uuid v1.3.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg=