mirror of
https://codeberg.org/ultimateplayer1999/Golang-phish-update.git
synced 2024-11-01 00:58:45 -04:00
9 lines
154 B
Modula-2
9 lines
154 B
Modula-2
|
module skywolf.nl/domain-db-updater
|
||
|
|
||
|
go 1.19
|
||
|
|
||
|
require (
|
||
|
github.com/go-sql-driver/mysql v1.7.0 // indirect
|
||
|
github.com/joho/godotenv v1.4.0 // indirect
|
||
|
)
|