mirror of
https://github.com/malcolmseyd/natpunch-go.git
synced 2026-04-22 15:47:16 +08:00
44888a6123
this was not vulnerable anyways since we manually controlled the nonce but dependabot wouldn't shut up
13 lines
310 B
Modula-2
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
|
|
)
|