Update Changelog

This commit is contained in:
Star Brilliant
2019-03-20 12:58:59 +08:00
parent 2df81db465
commit 475894baaa
4 changed files with 47 additions and 32 deletions

9
go.mod
View File

@@ -5,10 +5,9 @@ go 1.12
require (
github.com/BurntSushi/toml v0.3.1
github.com/gorilla/handlers v1.4.0
github.com/miekg/dns v1.1.4
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 // indirect
golang.org/x/net v0.0.0-20190301231341-16b79f2e4e95
github.com/miekg/dns v1.1.6
golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a // indirect
golang.org/x/net v0.0.0-20190311183353-d8887717615a
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect
golang.org/x/sys v0.0.0-20190308023053-584f3b12f43e // indirect
golang.org/x/text v0.3.0 // indirect
golang.org/x/sys v0.0.0-20190312061237-fead79001313 // indirect
)