source: code/trunk/go.mod@ 95

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

Add support for SASL authentication

We now store SASL credentials in the database and automatically populate
them on NickServ REGISTER/IDENTIFY.

References: https://todo.sr.ht/~emersion/jounce/10

File size: 249 bytes
Line 
1module git.sr.ht/~emersion/jounce
2
3go 1.13
4
5require (
6 github.com/emersion/go-sasl v0.0.0-20191210011802-430746ea8b9b
7 github.com/mattn/go-sqlite3 v2.0.3+incompatible
8 golang.org/x/crypto v0.0.0-20200311171314-f7b00557c8c4
9 gopkg.in/irc.v3 v3.1.0
10)
Note: See TracBrowser for help on using the repository browser.