source: code/trunk/go.mod@ 78

Last change on this file since 78 was 77, checked in by contact, 5 years ago

Add SQLite database

Closes: https://todo.sr.ht/~emersion/jounce/9

File size: 129 bytes
Line 
1module git.sr.ht/~emersion/jounce
2
3go 1.13
4
5require (
6 github.com/mattn/go-sqlite3 v2.0.3+incompatible
7 gopkg.in/irc.v3 v3.1.0
8)
Note: See TracBrowser for help on using the repository browser.