-
- Downloads
[renovate] Update module github.com/sethvargo/go-password to v0.3.1
See merge request !927 Co-authored-by:Renovate Bot <renovate@danet.fbi.h-da.de>
parent
8bd4802a
No related branches found
No related tags found
Pipeline #210810 passed
Stage: build
Stage: build-testing
Stage: test
Stage: analyze
Stage: test-legacy
Stage: deploy
... | ... | @@ -15,7 +15,7 @@ require ( |
github.com/openconfig/ygot v0.29.19 | ||
github.com/prometheus/client_golang v1.19.1 | ||
github.com/pterm/pterm v0.12.79 | ||
github.com/sethvargo/go-password v0.3.0 | ||
github.com/sethvargo/go-password v0.3.1 | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/spf13/cobra v1.8.1 | ||
github.com/spf13/pflag v1.0.5 | ||
... | ... |
... | ... | @@ -286,6 +286,8 @@ github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ= |
github.com/sergi/go-diff v1.2.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM= | ||
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/sethvargo/go-retry v0.2.4 h1:T+jHEQy/zKJf5s95UkguisicE0zuF9y7+/vgz08Ocec= | ||
github.com/sethvargo/go-retry v0.2.4/go.mod h1:1afjQuvh7s4gflMObvjLPaWgluLLyhA1wmVZ6KLpICw= | ||
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= | ||
... | ... |
Please register or sign in to comment