diff --git a/argon2/_asm/go.mod b/argon2/_asm/go.mod index 4056de3..6b1a738 100644 --- a/argon2/_asm/go.mod +++ b/argon2/_asm/go.mod @@ -2,7 +2,7 @@ module argon2/_asm go 1.25.0 -toolchain go1.26.6 +toolchain go1.26.7 require ( github.com/go-crypt/x v0.4.16 diff --git a/blake2b/_asm/standard/go.mod b/blake2b/_asm/standard/go.mod index c607fae..7134166 100644 --- a/blake2b/_asm/standard/go.mod +++ b/blake2b/_asm/standard/go.mod @@ -2,7 +2,7 @@ module blake2b/_asm go 1.25.0 -toolchain go1.26.6 +toolchain go1.26.7 require ( github.com/go-crypt/x v0.4.16 diff --git a/go.mod b/go.mod index 91f3654..0247cd0 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/go-crypt/x go 1.25.0 -toolchain go1.26.6 +toolchain go1.26.7 require ( github.com/stretchr/testify v1.11.1