Skip to content

Commit 2971107

Browse files
chore(deps): bump github.com/pilinux/argon2 from 0.20.0 to 0.21.0 (#313)
Bumps [github.com/pilinux/argon2](https://github.com/pilinux/argon2) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/pilinux/argon2/releases) - [Commits](pilinux/argon2@v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: github.com/pilinux/argon2 dependency-version: 0.21.0 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>
1 parent 63e8246 commit 2971107

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/joho/godotenv v1.5.1
1414
github.com/mediocregopher/radix/v4 v4.1.4
1515
github.com/mrz1836/postmark v1.8.0
16-
github.com/pilinux/argon2 v0.20.0
16+
github.com/pilinux/argon2 v0.21.0
1717
github.com/pilinux/crypt v0.0.16
1818
github.com/pilinux/libgo v0.0.5
1919
github.com/pilinux/structs v1.1.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ github.com/mrz1836/postmark v1.8.0 h1:upE3UaYL7tNvxL+Pp2TDak+wwuAWtKfjOo3NERrYCR
9797
github.com/mrz1836/postmark v1.8.0/go.mod h1:0/7m4WMaKl72nWb55H7AIPtuCuvkdEIAjV1jAGCBFIQ=
9898
github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4=
9999
github.com/pelletier/go-toml/v2 v2.2.4/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY=
100-
github.com/pilinux/argon2 v0.20.0 h1:yjrBybuchHVnQ6j5srXa58kz6rgGO2QpwCsp4ZeFQ9E=
101-
github.com/pilinux/argon2 v0.20.0/go.mod h1:hcYkRkA5JFs0fp5ttwwiZS2KwaovfZv/zJauSp2Ec6o=
100+
github.com/pilinux/argon2 v0.21.0 h1:AAZcq5mW0fXOV6qOVXnAaZWOQzrH1ruT/VQh6BoMbXo=
101+
github.com/pilinux/argon2 v0.21.0/go.mod h1:SeIzGmFQzYkqNUXAszbA6edrF70JBWrt8Dp9uCLMLRw=
102102
github.com/pilinux/crypt v0.0.16 h1:4YTbyFrP3Rsq0ZhP8x//nj5x9gJKWSk+LeSf+AwO6u8=
103103
github.com/pilinux/crypt v0.0.16/go.mod h1:U6+nQU8YXTWU9JKpvG9W/6qtrePoOtRQ8lkOP0oXBkA=
104104
github.com/pilinux/cryptoengine v0.1.11 h1:y2tSwZZ02UAUxlSp46vnvGq0QOnMM5SN04CM5LQTJwA=

0 commit comments

Comments
 (0)