mirror of
https://github.com/jwhited/wgsd.git
synced 2025-01-18 13:59:34 +08:00
12 lines
262 B
Modula-2
12 lines
262 B
Modula-2
module github.com/jwhited/wgsd
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/caddyserver/caddy v1.0.5
|
|
github.com/coredns/coredns v1.6.9
|
|
github.com/miekg/dns v1.1.29
|
|
github.com/prometheus/common v0.9.1
|
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200511024508-91d9787b944f
|
|
)
|