feat: 支持指定Config位置

This commit is contained in:
Mmx
2021-09-20 09:29:05 +08:00
parent bb45aa9971
commit 48a9785af1
4 changed files with 17 additions and 6 deletions

2
go.mod
View File

@@ -4,7 +4,7 @@ go 1.16
require (
github.com/Mmx233/config v0.0.3
github.com/Mmx233/tool v0.2.5
github.com/Mmx233/tool v0.2.6
github.com/PuerkitoBio/goquery v1.7.1 // indirect
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf // indirect
)