source: code/trunk/go.mod@ 93

Last change on this file since 93 was 84, checked in by contact, 5 years ago

cmd/jouncectl: new command

Allows to create users.

File size: 185 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 golang.org/x/crypto v0.0.0-20200311171314-f7b00557c8c4
8 gopkg.in/irc.v3 v3.1.0
9)
Note: See TracBrowser for help on using the repository browser.