File: go.mod

package info (click to toggle)
golang-github-jedisct1-go-ipcrypt 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 116 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 89 bytes parent folder | download
1
2
3
4
5
6
7
module github.com/jedisct1/go-ipcrypt

go 1.21

require (
	golang.org/x/crypto v0.17.0
)