File: go.mod

package info (click to toggle)
golang-pault-go-ykpiv 1.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 204 kB
  • sloc: makefile: 11
file content (8 lines) | stat: -rw-r--r-- 132 bytes parent folder | download
1
2
3
4
5
6
7
8
module pault.ag/go/ykpiv

go 1.13

require (
	github.com/aead/ecdh v0.2.0
	golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
)