diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/cmd/objdump/testdata/testfilenum/go.mod | 2 | ||||
| -rw-r--r-- | src/crypto/internal/bigmod/_asm/go.mod | 2 | ||||
| -rw-r--r-- | src/crypto/internal/edwards25519/field/_asm/go.mod | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/cmd/objdump/testdata/testfilenum/go.mod b/src/cmd/objdump/testdata/testfilenum/go.mod index db432883a9..f0bd6b7603 100644 --- a/src/cmd/objdump/testdata/testfilenum/go.mod +++ b/src/cmd/objdump/testdata/testfilenum/go.mod @@ -1,3 +1,3 @@ -module objdumptest +module cmd/objdump/testdata/testfilenum go 1.16 diff --git a/src/crypto/internal/bigmod/_asm/go.mod b/src/crypto/internal/bigmod/_asm/go.mod index 1ce2b5e465..7600a4abbe 100644 --- a/src/crypto/internal/bigmod/_asm/go.mod +++ b/src/crypto/internal/bigmod/_asm/go.mod @@ -1,4 +1,4 @@ -module asm +module std/crypto/internal/bigmod/_asm go 1.19 diff --git a/src/crypto/internal/edwards25519/field/_asm/go.mod b/src/crypto/internal/edwards25519/field/_asm/go.mod index 1ce2b5e465..24ad644f76 100644 --- a/src/crypto/internal/edwards25519/field/_asm/go.mod +++ b/src/crypto/internal/edwards25519/field/_asm/go.mod @@ -1,4 +1,4 @@ -module asm +module std/crypto/internal/edwards25519/field/_asm go 1.19 |
