jwhited-wgsd/go.mod

12 lines
257 B
Modula-2

module github.com/jwhited/wgsd
go 1.14
require (
github.com/coredns/caddy v1.1.0
github.com/coredns/coredns v1.8.0
github.com/miekg/dns v1.1.34
github.com/stretchr/testify v1.4.0
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200511024508-91d9787b944f
)