henwen/go.mod

12 lines
251 B
Modula-2
Raw Normal View History

2020-03-24 14:59:27 +00:00
module gitlab.codemonkeysoftware.net/b/henwen
2020-09-27 21:52:32 +00:00
go 1.15
2020-03-24 14:59:27 +00:00
require (
2020-09-27 21:50:21 +00:00
crawshaw.io/sqlite v0.3.2
github.com/matryer/is v1.4.0
2021-03-04 04:22:09 +00:00
github.com/matthewhartstonge/argon2 v0.1.4
2020-09-27 21:50:21 +00:00
github.com/rickb777/date v1.14.0
2020-05-26 01:43:10 +00:00
gitlab.codemonkeysoftware.net/b/hatmill v0.0.6
2020-03-24 14:59:27 +00:00
)