mirror of
https://github.com/jwhited/wgsd.git
synced 2025-01-31 12:19:32 +08:00
9 lines
125 B
Modula-2
9 lines
125 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
|
||
|
)
|