File: go.mod

package info (click to toggle)
golang-github-cloudflare-circl 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie, trixie-backports
  • size: 18,064 kB
  • sloc: asm: 20,492; ansic: 1,292; makefile: 68
file content (15 lines) | stat: -rw-r--r-- 302 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module github.com/cloudflare/circl/sign/internal/dilithium/asm

go 1.22.0

require (
	github.com/cloudflare/circl v1.4.0
	github.com/mmcloughlin/avo v0.6.0
)

require (
	golang.org/x/mod v0.14.0 // indirect
	golang.org/x/tools v0.16.1 // indirect
)

replace github.com/cloudflare/circl => ../../../../