henwen/go.mod

10 lines
173 B
Modula-2
Raw Normal View History

2020-03-24 14:59:27 +00:00
module gitlab.codemonkeysoftware.net/b/henwen
go 1.14
require (
crawshaw.io/sqlite v0.2.5
2020-04-16 20:49:28 +00:00
github.com/matryer/is v1.3.0
2020-03-24 14:59:27 +00:00
gitlab.codemonkeysoftware.net/b/hatmill v0.0.5
)