Skip to content

Commit

Permalink
chore(deps): bump github.com/pilinux/argon2 from 0.12.0 to 0.13.0 (#200)
Browse files Browse the repository at this point in the history
Bumps [github.com/pilinux/argon2](https://github.com/pilinux/argon2) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/pilinux/argon2/releases)
- [Commits](pilinux/argon2@v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: github.com/pilinux/argon2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 17, 2024
1 parent 974887d commit 85607ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/joho/godotenv v1.5.1
github.com/mediocregopher/radix/v4 v4.1.4
github.com/mrz1836/postmark v1.6.4
github.com/pilinux/argon2 v0.12.0
github.com/pilinux/argon2 v0.13.0
github.com/pilinux/crypt v0.0.7
github.com/pilinux/libgo v0.0.5
github.com/pilinux/logrus v0.11.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ github.com/mrz1836/postmark v1.6.4 h1:x5g0zjFE1q1wOgZ3N22rtGMyfKd3GBo4O874cAUw6b
github.com/mrz1836/postmark v1.6.4/go.mod h1:6z5MxAH00Kj44owtQaryv9Pbqp5OKT3wWcRSydB0p0A=
github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM=
github.com/pelletier/go-toml/v2 v2.2.2/go.mod h1:1t835xjRzz80PqgE6HHgN2JOsmgYu/h4qDAS4n929Rs=
github.com/pilinux/argon2 v0.12.0 h1:xyWvnoXJF3xouxeC8EWaXmB2kZloUjB5MYhkS6gmiss=
github.com/pilinux/argon2 v0.12.0/go.mod h1:y6kv6HdAfY7Vun8E8hh8LHj4s1N7F8qY39qjxR3nkLQ=
github.com/pilinux/argon2 v0.13.0 h1:GmVuPBYKMaqcTJzAcX0Ema1CvC4iD4bVrC4+GHSpjZY=
github.com/pilinux/argon2 v0.13.0/go.mod h1:8s4Gib+LVYcI0jaqMkfL29YjBNkUKN1vVaIsgnog5Yo=
github.com/pilinux/crypt v0.0.7 h1:hSBvFYf2b+UHC8rFEArOZAJ7jla6XTAlLYgq5N62NYY=
github.com/pilinux/crypt v0.0.7/go.mod h1:EnGr5m9MbvkLMvbzLNzTFG05Sb5/A8HlrvzPmeCD0DM=
github.com/pilinux/cryptoengine v0.1.3 h1:Zvvp3z5FnJrWk0jBJt/TWO9MLU5FSuLFtNrmSPvODVA=
Expand Down

0 comments on commit 85607ca

Please sign in to comment.