mirror of
https://codeberg.org/ultimateplayer1999/Golang-phish-update.git
synced 2024-11-21 21:58:28 -05:00
9 lines
143 B
Modula-2
9 lines
143 B
Modula-2
module 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
|
|
)
|