correct update-check

This commit is contained in:
2024-01-19 20:17:50 -06:00
parent 567cfe8083
commit ef68e8c4a2
4 changed files with 31 additions and 367 deletions

9
go.mod
View File

@@ -1,12 +1,3 @@
module istheinternetonfire.app
go 1.21.6
require github.com/miekg/dns v1.1.57
require (
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/tools v0.17.0 // indirect
)