File: go.mod

package info (click to toggle)
golang-github-flynn-noise 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,064 kB
  • sloc: makefile: 5
file content (8 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
module github.com/flynn/noise

go 1.16

require (
	golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
	gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
)