diff options
author | Joop Kiefte <ikojba@gmail.com> | 2021-06-07 20:36:42 +0100 |
---|---|---|
committer | Joop Kiefte <ikojba@gmail.com> | 2021-06-07 20:36:42 +0100 |
commit | 743eaa140e699ca2b84159f4d885533c32f3cd40 (patch) | |
tree | e71248a80c934ed1920ed68160c79e38a3700c40 /go.mod | |
parent | 7a6efffc98fdda8e3b07829900b5b8926e791437 (diff) |
Fix empty prayers
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ module git.kiefte.eu/prayersopml go 1.16 + +require modernc.org/sqlite v1.10.8 |