mirror of
https://github.com/jwhited/wgsd.git
synced 2025-11-26 21:35:34 +08:00
update import paths to support coredns v1.8.0
This commit is contained in:
committed by
Jordan Whited
parent
3876977f81
commit
dfd8346f69
6
go.mod
6
go.mod
@@ -3,8 +3,8 @@ 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/coredns/caddy v1.1.0
|
||||
github.com/coredns/coredns v1.8.0
|
||||
github.com/miekg/dns v1.1.34
|
||||
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200511024508-91d9787b944f
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user