Release 2.1.1

This commit is contained in:
Star Brilliant
2019-06-24 10:16:18 +08:00
parent 852d0f6767
commit 1c321be49c
5 changed files with 16 additions and 51 deletions

8
go.mod
View File

@@ -6,9 +6,7 @@ require (
github.com/BurntSushi/toml v0.3.1
github.com/gorilla/handlers v1.4.0
github.com/miekg/dns v1.1.14
golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 // indirect
golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
golang.org/x/sys v0.0.0-20190614084037-d442b75600c5 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20190613204242-ed0dc450797f // indirect
golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4 // indirect
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
golang.org/x/sys v0.0.0-20190621203818-d432491b9138 // indirect
)