From e177afdcd60a1c4112a607a368117ee8e1ff3c78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 20:05:02 +0200 Subject: [PATCH] build(deps): bump github.com/matthewhartstonge/argon2 (#4622) Bumps [github.com/matthewhartstonge/argon2](https://github.com/matthewhartstonge/argon2) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/matthewhartstonge/argon2/releases) - [Changelog](https://github.com/matthewhartstonge/argon2/blob/main/CHANGELOG.md) - [Commits](https://github.com/matthewhartstonge/argon2/compare/v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: github.com/matthewhartstonge/argon2 dependency-version: 1.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 55423886..3d027c50 100644 --- a/go.mod +++ b/go.mod @@ -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.3.1 + github.com/matthewhartstonge/argon2 v1.3.2 github.com/pion/ice/v4 v4.0.7 github.com/pion/interceptor v0.1.38 github.com/pion/logging v0.2.3 diff --git a/go.sum b/go.sum index b4d6881a..e004c3bc 100644 --- a/go.sum +++ b/go.sum @@ -135,8 +135,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.3.1 h1:2JVxT+SECYX1Nmq/VxHD00qGEfbkD3qliH1IsAGrzPY= -github.com/matthewhartstonge/argon2 v1.3.1/go.mod h1:+5w8NVZBN4coj1dksHnVBAfP9gKR/6XeTnl1osBoWuI= +github.com/matthewhartstonge/argon2 v1.3.2 h1:Y3VvOw0hcvedKXvUGh2M1pskYHuFlu+JYlAnjzYpgws= +github.com/matthewhartstonge/argon2 v1.3.2/go.mod h1:oOJesjWRJYBO4mIM8hsV+GWLm7jMBnITov8nAyc6KVk= 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=