File: go.mod

package info (click to toggle)
golang-github-protonmail-go-crypto 0.0~git20230124.0acdc8a-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports
  • size: 1,304 kB
  • sloc: makefile: 7
file content (8 lines) | stat: -rw-r--r-- 153 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/ProtonMail/go-crypto

go 1.13

require (
	github.com/cloudflare/circl v1.1.0
	golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
)