feat: upgrade deps

This commit is contained in:
GreyXor
2023-01-11 09:33:57 +01:00
parent 94c223df4b
commit 70fc8578c7
2 changed files with 12 additions and 12 deletions
+4 -4
View File
@@ -5,15 +5,15 @@ go 1.19
require (
github.com/BurntSushi/toml v1.2.1
github.com/gorilla/handlers v1.5.1
github.com/infobloxopen/go-trees v0.0.0-20200715205103-96a057b8dfb9
github.com/infobloxopen/go-trees v0.0.0-20221216143356-66ceba885ebc
github.com/miekg/dns v1.1.50
golang.org/x/net v0.4.0
golang.org/x/net v0.5.0
)
require (
github.com/felixge/httpsnoop v1.0.1 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/text v0.6.0 // indirect
golang.org/x/tools v0.1.12 // indirect
)