This commit is contained in:
Kar
2026-03-10 20:43:38 +05:30
commit 2027b81cfd
4 changed files with 91 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module update-unique-domains
go 1.21
require (
github.com/go-sql-driver/mysql v1.7.1
golang.org/x/net v0.19.0
)