diff --git a/go.mod b/go.mod index 3a677ea3..b29befd2 100644 --- a/go.mod +++ b/go.mod @@ -27,7 +27,7 @@ require ( github.com/gookit/color v1.6.1 github.com/gorilla/websocket v1.5.3 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 - github.com/matthewhartstonge/argon2 v1.5.6 + github.com/matthewhartstonge/argon2 v1.5.7 github.com/minio/selfupdate v0.6.0 github.com/pion/ice/v4 v4.4.1 github.com/pion/interceptor v0.1.47 diff --git a/go.sum b/go.sum index 0a675152..efe7c585 100644 --- a/go.sum +++ b/go.sum @@ -143,8 +143,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.5.6 h1:U0paiwMk5nE83NOxPmZwDAdrZcSa97fJ5s1Gq1uiZ7w= -github.com/matthewhartstonge/argon2 v1.5.6/go.mod h1:H/XEzJymP+YRM2F3nkZxOOP+rfZ2fMX/X2nX/8R8sug= +github.com/matthewhartstonge/argon2 v1.5.7 h1:9pU3e6myRI+RPgEorAzfnYyBkMBceCOkXPVuecXxYfs= +github.com/matthewhartstonge/argon2 v1.5.7/go.mod h1:KsrgtEkugLcLXYNvOiPSaqlLkdhoFEvQpULYgVPKZ6s= 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/minio/selfupdate v0.6.0 h1:i76PgT0K5xO9+hjzKcacQtO7+MjJ4JKA8Ak8XQ9DDwU=