dim/go.mod
Gibheer 3f04987290 add go.mod
We want it to be buildable by others, don't we?
2021-04-22 10:07:16 +02:00

10 lines
136 B
Modula-2

module dim
go 1.16
require (
github.com/go-sql-driver/mysql v1.6.0
github.com/lib/pq v1.10.1
github.com/pelletier/go-toml v1.9.0
)