Files
Malcolm Seyd 44888a6123 upgrade noise (thanks dependabot!)
this was not vulnerable anyways since we manually controlled the nonce
but dependabot wouldn't shut up
2022-05-10 12:22:10 -07:00

13 lines
310 B
Modula-2

module github.com/malcolmseyd/natpunch-go
go 1.15
require (
github.com/flynn/noise v1.0.0
github.com/google/gopacket v1.1.18
github.com/ogier/pflag v0.0.1
github.com/vishvananda/netlink v1.1.0
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
)