support config reference

This commit is contained in:
wweir
2020-07-13 07:24:40 +08:00
parent 47b8fc601f
commit 56b8e35fe7
19 changed files with 546 additions and 328 deletions
+7 -6
View File
@@ -4,11 +4,12 @@ go 1.14
require (
github.com/krolaw/dhcp4 v0.0.0-20190909130307-a50d88189771
github.com/libp2p/go-reuseport v0.0.1
github.com/miekg/dns v1.1.29
github.com/pelletier/go-toml v1.7.0
github.com/libp2p/go-reuseport v0.0.2
github.com/miekg/dns v1.1.30
github.com/pelletier/go-toml v1.8.0
github.com/pkg/errors v0.9.1
github.com/wweir/utils v0.0.0-20200401081845-fc35af3737dc
golang.org/x/crypto v0.0.0-20200414173820-0848c9571904
golang.org/x/sys v0.0.0-20200413165638-669c56c373c4
github.com/wweir/util-go/log v0.0.0-20200701032032-3cff7b4a46ea
github.com/wweir/util-go/mem v0.0.0-20200701032032-3cff7b4a46ea
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
)