henwen/go.mod

11 lines
207 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-05-26 01:43:10 +00:00
github.com/rickb777/date v1.12.5
gitlab.codemonkeysoftware.net/b/hatmill v0.0.6
2020-03-24 14:59:27 +00:00
)