File: go.mod

package info (click to toggle)
golang-gitlab-yawning-edwards25519-extra 0.0~git20211229.2f91fcc-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 244 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
module gitlab.com/yawning/edwards25519-extra.git

go 1.16

require (
	filippo.io/edwards25519 v1.0.0-rc.1.0.20210721174708-390f27c3be20
	golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
)