Changeset 95 in code for trunk/go.mod


Ignore:
Timestamp:
Mar 13, 2020, 2:12:44 PM (5 years ago)
Author:
contact
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/go.mod

    r84 r95  
    44
    55require (
     6        github.com/emersion/go-sasl v0.0.0-20191210011802-430746ea8b9b
    67        github.com/mattn/go-sqlite3 v2.0.3+incompatible
    78        golang.org/x/crypto v0.0.0-20200311171314-f7b00557c8c4
Note: See TracChangeset for help on using the changeset viewer.