Skip to content

Commit

Permalink
Bump github.com/sethvargo/go-password from 0.2.0 to 0.3.0 in /src
Browse files Browse the repository at this point in the history
Bumps [github.com/sethvargo/go-password](https://github.com/sethvargo/go-password) from 0.2.0 to 0.3.0.
- [Commits](sethvargo/go-password@v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: github.com/sethvargo/go-password
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2024
1 parent 6676999 commit 6fdfc08
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
3 changes: 2 additions & 1 deletion src/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module compose-generator

go 1.21
toolchain go1.22.2

require (
github.com/AlecAivazis/survey/v2 v2.3.7
Expand All @@ -13,7 +14,7 @@ require (
github.com/go-playground/validator/v10 v10.20.0
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/otiai10/copy v1.12.0
github.com/sethvargo/go-password v0.2.0
github.com/sethvargo/go-password v0.3.0
github.com/spf13/viper v1.16.0
github.com/stretchr/testify v1.9.0
github.com/urfave/cli/v2 v2.25.7
Expand Down
4 changes: 2 additions & 2 deletions src/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZV
github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/sethvargo/go-password v0.2.0 h1:BTDl4CC/gjf/axHMaDQtw507ogrXLci6XRiLc7i/UHI=
github.com/sethvargo/go-password v0.2.0/go.mod h1:Ym4Mr9JXLBycr02MFuVQ/0JHidNetSgbzutTr3zsYXE=
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/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
github.com/spf13/afero v1.9.5 h1:stMpOSZFs//0Lv29HduCmli3GUfpFoF3Y1Q/aXj/wVM=
Expand Down
15 changes: 8 additions & 7 deletions src/vendor/github.com/sethvargo/go-password/password/generate.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ github.com/pmezard/go-difflib/difflib
# github.com/russross/blackfriday/v2 v2.1.0
## explicit
github.com/russross/blackfriday/v2
# github.com/sethvargo/go-password v0.2.0
## explicit; go 1.14
# github.com/sethvargo/go-password v0.3.0
## explicit; go 1.22
github.com/sethvargo/go-password/password
# github.com/sirupsen/logrus v1.9.3
## explicit; go 1.13
Expand Down

0 comments on commit 6fdfc08

Please sign in to comment.