bbj2/go.mod

10 lines
204 B
Modula-2
Raw Normal View History

2022-04-11 02:32:02 +00:00
module git.tilde.town/tildetown/bbj2
go 1.18
2022-04-11 03:45:33 +00:00
require gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
2022-04-12 20:33:13 +00:00
require github.com/mattn/go-sqlite3 v1.14.12
2022-04-28 19:08:05 +00:00
require github.com/google/uuid v1.3.0 // indirect