summaryrefslogtreecommitdiffstats
path: root/src/crypto/internal/bigmod/_asm/go.mod
blob: 1ce2b5e465ae632c22ee79b3b3bf68184235c061 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module asm

go 1.19

require github.com/mmcloughlin/avo v0.4.0

require (
	golang.org/x/mod v0.4.2 // indirect
	golang.org/x/sys v0.0.0-20211030160813-b3129d9d1021 // indirect
	golang.org/x/tools v0.1.7 // indirect
	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)