This commit is contained in:
2026-08-10 21:15:19 +01:00
parent d7ca591b76
commit 4da942786e
97 changed files with 105039 additions and 3370 deletions
+9
View File
@@ -5,6 +5,15 @@ go 1.26.4
require (
github.com/google/uuid v1.6.0
github.com/mattn/go-sqlite3 v1.14.49
github.com/miekg/dns v1.1.72
golang.org/x/crypto v0.54.0
gopkg.in/yaml.v3 v3.0.1
)
require (
golang.org/x/mod v0.31.0 // indirect
golang.org/x/net v0.56.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/tools v0.40.0 // indirect
)