diff --git a/argon2/_asm/go.mod b/argon2/_asm/go.mod index d449126..5911317 100644 --- a/argon2/_asm/go.mod +++ b/argon2/_asm/go.mod @@ -2,7 +2,7 @@ module argon2/_asm go 1.24.0 -toolchain go1.25.3 +toolchain go1.25.4 require ( github.com/go-crypt/x v0.4.8 diff --git a/blake2b/_asm/standard/go.mod b/blake2b/_asm/standard/go.mod index 650b871..f36404f 100644 --- a/blake2b/_asm/standard/go.mod +++ b/blake2b/_asm/standard/go.mod @@ -2,7 +2,7 @@ module blake2b/_asm go 1.24.0 -toolchain go1.25.3 +toolchain go1.25.4 require ( github.com/go-crypt/x v0.4.8 diff --git a/go.mod b/go.mod index 4e1f0f6..504841a 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/go-crypt/x go 1.24.0 -toolchain go1.25.3 +toolchain go1.25.4 require ( github.com/stretchr/testify v1.11.1