Skip to content

Commit

Permalink
Merge pull request #25 from akyriako/dependabot/go_modules/github.com…
Browse files Browse the repository at this point in the history
…/sethvargo/go-password-0.3.0

chore(deps): bump github.com/sethvargo/go-password from 0.2.0 to 0.3.0
  • Loading branch information
akyriako authored May 17, 2024
2 parents dbb3cd2 + 90d6fa9 commit 8118d19
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
module github.com/akyriako/devpod-provider-opentelekomcloud

go 1.21
toolchain go1.22.2

require (
github.com/loft-sh/devpod v0.5.4
github.com/loft-sh/log v0.0.0-20240219160058-26d83ffb46ac
github.com/opentelekomcloud/gophertelekomcloud v0.9.2
github.com/pkg/errors v0.9.1
github.com/sethvargo/go-password v0.2.0
github.com/sethvargo/go-password v0.3.0
github.com/spf13/cobra v1.8.0
golang.org/x/crypto v0.22.0
golang.org/x/net v0.24.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8=
github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=
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/cobra v1.8.0 h1:7aJaZx1B85qltLMc546zn58BxxfZdR/W22ej9CFoEf0=
Expand Down
15 changes: 8 additions & 7 deletions 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 vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ github.com/opentelekomcloud/gophertelekomcloud/pagination
# github.com/pkg/errors v0.9.1
## explicit
github.com/pkg/errors
# 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 8118d19

Please sign in to comment.