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
  • size: 18,064 kB
  • sloc: asm: 20,492; ansic: 1,292; makefile: 68
file content (9 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
module github.com/cloudflare/circl

go 1.22.0

require (
	github.com/bwesterb/go-ristretto v1.2.3
	golang.org/x/crypto v0.11.1-0.20230711161743-2e82bdd1719d
	golang.org/x/sys v0.10.0
)