verstak/go.mod

9 lines
102 B
Modula-2

module verstak
go 1.25.0
require (
github.com/mattn/go-sqlite3 v1.14.44
gopkg.in/yaml.v3 v3.0.1
)