gh-115-go-import-v2: Run go mod tidy

This commit is contained in:
Fishbone
2021-09-12 17:09:53 +08:00
parent f25e9a706d
commit 63c6c1de91
2 changed files with 2 additions and 27 deletions

2
go.mod
View File

@@ -7,7 +7,5 @@ require (
github.com/gorilla/handlers v1.4.0
github.com/infobloxopen/go-trees v0.0.0-20200715205103-96a057b8dfb9
github.com/miekg/dns v1.1.41
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
golang.org/x/net v0.0.0-20210324205630-d1beb07c2056
golang.org/x/tools v0.0.0-20191216052735-49a3e744a425 // indirect
)