go get -u

This commit is contained in:
m5r
2023-02-26 05:02:07 +01:00
parent d690b18c12
commit 937e2415ea
3 changed files with 35 additions and 10 deletions

13
go.mod
View File

@@ -2,11 +2,12 @@ module local-ip.sh
go 1.19
require github.com/miekg/dns v1.1.50
require (
github.com/miekg/dns v1.1.50 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/tools v0.6.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
)