diff --git a/src/crypto/internal/fips/aes/_asm/ctr/go.mod b/src/crypto/internal/fips/aes/_asm/ctr/go.mod index 7db2198970427f..5d97cd7f4e608b 100644 --- a/src/crypto/internal/fips/aes/_asm/ctr/go.mod +++ b/src/crypto/internal/fips/aes/_asm/ctr/go.mod @@ -1,4 +1,4 @@ -module std/crypto/aes/_asm/ctr +module crypto/aes/_asm/ctr go 1.24 diff --git a/src/crypto/internal/fips/aes/_asm/standard/go.mod b/src/crypto/internal/fips/aes/_asm/standard/go.mod index f9382a9780a697..f1329b7290af04 100644 --- a/src/crypto/internal/fips/aes/_asm/standard/go.mod +++ b/src/crypto/internal/fips/aes/_asm/standard/go.mod @@ -1,4 +1,4 @@ -module std/crypto/aes/_asm/standard +module crypto/aes/_asm/standard go 1.24 diff --git a/src/crypto/internal/fips/aes/gcm/_asm/gcm/go.mod b/src/crypto/internal/fips/aes/gcm/_asm/gcm/go.mod index ba78b210fbbb93..3fd2094068e897 100644 --- a/src/crypto/internal/fips/aes/gcm/_asm/gcm/go.mod +++ b/src/crypto/internal/fips/aes/gcm/_asm/gcm/go.mod @@ -1,4 +1,4 @@ -module std/crypto/aes/_asm/gcm +module crypto/aes/_asm/gcm go 1.24 diff --git a/src/crypto/internal/fips/bigmod/_asm/go.mod b/src/crypto/internal/fips/bigmod/_asm/go.mod index 2193dc80d9c4b3..e51aa3cb2b1803 100644 --- a/src/crypto/internal/fips/bigmod/_asm/go.mod +++ b/src/crypto/internal/fips/bigmod/_asm/go.mod @@ -1,4 +1,4 @@ -module std/crypto/internal/fips/bigmod/_asm +module crypto/internal/fips/bigmod/_asm go 1.19 diff --git a/src/crypto/internal/fips/edwards25519/field/_asm/go.mod b/src/crypto/internal/fips/edwards25519/field/_asm/go.mod index ad95a61f8ab2fa..273b1f5473b5ff 100644 --- a/src/crypto/internal/fips/edwards25519/field/_asm/go.mod +++ b/src/crypto/internal/fips/edwards25519/field/_asm/go.mod @@ -1,4 +1,4 @@ -module std/crypto/internal/fips/edwards25519/field/_asm +module crypto/internal/fips/edwards25519/field/_asm go 1.19 diff --git a/src/crypto/internal/fips/nistec/_asm/go.mod b/src/crypto/internal/fips/nistec/_asm/go.mod index d631322e10243d..eb361dbaf5cf1c 100644 --- a/src/crypto/internal/fips/nistec/_asm/go.mod +++ b/src/crypto/internal/fips/nistec/_asm/go.mod @@ -1,4 +1,4 @@ -module std/crypto/internal/fips/nistec/_asm +module crypto/internal/fips/nistec/_asm go 1.24 diff --git a/src/crypto/internal/fips/sha256/_asm/go.mod b/src/crypto/internal/fips/sha256/_asm/go.mod index cd247e351093bd..eb93418b8a1734 100644 --- a/src/crypto/internal/fips/sha256/_asm/go.mod +++ b/src/crypto/internal/fips/sha256/_asm/go.mod @@ -1,4 +1,4 @@ -module std/crypto/sha256/_asm +module crypto/sha256/_asm go 1.24 diff --git a/src/crypto/internal/fips/sha512/_asm/go.mod b/src/crypto/internal/fips/sha512/_asm/go.mod index 63f129f7c6b175..78b953258b6720 100644 --- a/src/crypto/internal/fips/sha512/_asm/go.mod +++ b/src/crypto/internal/fips/sha512/_asm/go.mod @@ -1,4 +1,4 @@ -module std/crypto/sha512/_asm +module crypto/sha512/_asm go 1.24 diff --git a/src/crypto/md5/_asm/go.mod b/src/crypto/md5/_asm/go.mod index 04e6e30a84ff76..db1e46d8eeea3c 100644 --- a/src/crypto/md5/_asm/go.mod +++ b/src/crypto/md5/_asm/go.mod @@ -1,4 +1,4 @@ -module std/crypto/md5/_asm +module crypto/md5/_asm go 1.24 diff --git a/src/crypto/sha1/_asm/go.mod b/src/crypto/sha1/_asm/go.mod index d141682320c5fb..ebd41369ba4731 100644 --- a/src/crypto/sha1/_asm/go.mod +++ b/src/crypto/sha1/_asm/go.mod @@ -1,4 +1,4 @@ -module std/crypto/sha1/_asm +module crypto/sha1/_asm go 1.24