Skip to content

Commit

Permalink
build(deps): bump github.com/matthewhartstonge/argon2 (#4068)
Browse files Browse the repository at this point in the history
Bumps [github.com/matthewhartstonge/argon2](https://github.com/matthewhartstonge/argon2) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/matthewhartstonge/argon2/releases)
- [Changelog](https://github.com/matthewhartstonge/argon2/blob/main/CHANGELOG.md)
- [Commits](matthewhartstonge/argon2@v1.0.3...v1.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent f1e031c commit 3233e48
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 @@ -23,7 +23,7 @@ require (
github.com/gookit/color v1.5.4
github.com/gorilla/websocket v1.5.3
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/matthewhartstonge/argon2 v1.0.3
github.com/matthewhartstonge/argon2 v1.1.0
github.com/pion/ice/v2 v2.3.24
github.com/pion/interceptor v0.1.37
github.com/pion/logging v0.2.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/leodido/go-urn v1.4.0 h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ=
github.com/leodido/go-urn v1.4.0/go.mod h1:bvxc+MVxLKB4z00jd1z+Dvzr47oO32F/QSNjSBOlFxI=
github.com/matthewhartstonge/argon2 v1.0.3 h1:BEfjJASwgvGDvP6vKm9lg1THG4FlphB/kcXsS3F9SBs=
github.com/matthewhartstonge/argon2 v1.0.3/go.mod h1:wPwadrM7vgZ4Ygd00znyNc0yJIf/LwUjxZ1k6P3oWpo=
github.com/matthewhartstonge/argon2 v1.1.0 h1:0Wy5k1QxETuNda6QU0uoiqz4vrV4foMbGwwOM3AB36U=
github.com/matthewhartstonge/argon2 v1.1.0/go.mod h1:wPwadrM7vgZ4Ygd00znyNc0yJIf/LwUjxZ1k6P3oWpo=
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
Expand Down

0 comments on commit 3233e48

Please sign in to comment.