From b33735c42d9da2dfeb009d544f37c048548aefbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 01:38:54 +0000 Subject: [PATCH 1/2] fix(deps): update module github.com/sethvargo/go-password to v0.3.1 --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7735c16cc3..f60f9c2253 100644 --- a/go.mod +++ b/go.mod @@ -24,7 +24,7 @@ require ( github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 github.com/prometheus/client_golang v1.19.1 github.com/prometheus/common v0.54.0 - github.com/sethvargo/go-password v0.3.0 + github.com/sethvargo/go-password v0.3.1 github.com/spf13/cobra v1.8.1 github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.19.0 diff --git a/go.sum b/go.sum index 02ee06b8fc..899b225fca 100644 --- a/go.sum +++ b/go.sum @@ -246,6 +246,8 @@ github.com/sagikazarmark/slog-shim v0.1.0 h1:diDBnUNK9N/354PgrxMywXnAwEr1QZcOr6g github.com/sagikazarmark/slog-shim v0.1.0/go.mod h1:SrcSrq8aKtyuqEI1uvTDTK1arOWRIczQRv+GVI1AkeQ= github.com/sethvargo/go-password v0.3.0 h1:OLFHZ91Z7NiNP3dnaPxLxCDXlb6TBuxFzMvv6bu+Ptw= github.com/sethvargo/go-password v0.3.0/go.mod h1:p6we8DZ0eyYXof9pon7Cqrw98N4KTaYiadDml1dUEEw= +github.com/sethvargo/go-password v0.3.1 h1:WqrLTjo7X6AcVYfC6R7GtSyuUQR9hGyAj/f1PYQZCJU= +github.com/sethvargo/go-password v0.3.1/go.mod h1:rXofC1zT54N7R8K/h1WDUdkf9BOx5OptoxrMBcrXzvs= github.com/shopspring/decimal v1.2.0 h1:abSATXmQEYyShuxI4/vyW3tV1MrKAJzCZ/0zLUXYbsQ= github.com/shopspring/decimal v1.2.0/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o= github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= From 3448500af05e30c58c88ae7d9535d93ae1566896 Mon Sep 17 00:00:00 2001 From: Thibault Richard Date: Wed, 3 Jul 2024 22:43:31 +0200 Subject: [PATCH 2/2] make generate --- NOTICE.txt | 6 +++--- docs/reference/dependencies.asciidoc | 2 +- go.sum | 2 -- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/NOTICE.txt b/NOTICE.txt index 12d3c299f3..7a1a32a4e1 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -2632,11 +2632,11 @@ Contents of probable licence file $GOMODCACHE/github.com/prometheus/common@v0.54 -------------------------------------------------------------------------------- Module : github.com/sethvargo/go-password -Version : v0.3.0 -Time : 2024-04-18T16:00:23Z +Version : v0.3.1 +Time : 2024-06-25T00:17:20Z Licence : MIT -Contents of probable licence file $GOMODCACHE/github.com/sethvargo/go-password@v0.3.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/sethvargo/go-password@v0.3.1/LICENSE: Copyright 2017 Seth Vargo diff --git a/docs/reference/dependencies.asciidoc b/docs/reference/dependencies.asciidoc index 29a3a6429c..5118725494 100644 --- a/docs/reference/dependencies.asciidoc +++ b/docs/reference/dependencies.asciidoc @@ -40,7 +40,7 @@ This page lists the third-party dependencies used to build {n}. | link:https://github.com/pmezard/go-difflib[$$github.com/pmezard/go-difflib$$] | v1.0.1-0.20181226105442-5d4384ee4fb2 | BSD-3-Clause | link:https://github.com/prometheus/client_golang[$$github.com/prometheus/client_golang$$] | v1.19.1 | Apache-2.0 | link:https://github.com/prometheus/common[$$github.com/prometheus/common$$] | v0.54.0 | Apache-2.0 -| link:https://github.com/sethvargo/go-password[$$github.com/sethvargo/go-password$$] | v0.3.0 | MIT +| link:https://github.com/sethvargo/go-password[$$github.com/sethvargo/go-password$$] | v0.3.1 | MIT | link:https://github.com/spf13/cobra[$$github.com/spf13/cobra$$] | v1.8.1 | Apache-2.0 | link:https://github.com/spf13/pflag[$$github.com/spf13/pflag$$] | v1.0.5 | BSD-3-Clause | link:https://github.com/spf13/viper[$$github.com/spf13/viper$$] | v1.19.0 | MIT diff --git a/go.sum b/go.sum index 899b225fca..1d03d05743 100644 --- a/go.sum +++ b/go.sum @@ -244,8 +244,6 @@ github.com/sagikazarmark/locafero v0.4.0 h1:HApY1R9zGo4DBgr7dqsTH/JJxLTTsOt7u6ke github.com/sagikazarmark/locafero v0.4.0/go.mod h1:Pe1W6UlPYUk/+wc/6KFhbORCfqzgYEpgQ3O5fPuL3H4= github.com/sagikazarmark/slog-shim v0.1.0 h1:diDBnUNK9N/354PgrxMywXnAwEr1QZcOr6gto+ugjYE= github.com/sagikazarmark/slog-shim v0.1.0/go.mod h1:SrcSrq8aKtyuqEI1uvTDTK1arOWRIczQRv+GVI1AkeQ= -github.com/sethvargo/go-password v0.3.0 h1:OLFHZ91Z7NiNP3dnaPxLxCDXlb6TBuxFzMvv6bu+Ptw= -github.com/sethvargo/go-password v0.3.0/go.mod h1:p6we8DZ0eyYXof9pon7Cqrw98N4KTaYiadDml1dUEEw= github.com/sethvargo/go-password v0.3.1 h1:WqrLTjo7X6AcVYfC6R7GtSyuUQR9hGyAj/f1PYQZCJU= github.com/sethvargo/go-password v0.3.1/go.mod h1:rXofC1zT54N7R8K/h1WDUdkf9BOx5OptoxrMBcrXzvs= github.com/shopspring/decimal v1.2.0 h1:abSATXmQEYyShuxI4/vyW3tV1MrKAJzCZ/0zLUXYbsQ=