2020-02-04 09:46:22 +00:00
|
|
|
module git.sr.ht/~emersion/jounce
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
2020-03-04 17:22:58 +00:00
|
|
|
require (
|
2020-03-13 14:12:44 +00:00
|
|
|
github.com/emersion/go-sasl v0.0.0-20191210011802-430746ea8b9b
|
2020-03-04 17:22:58 +00:00
|
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
2020-03-11 18:01:03 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200311171314-f7b00557c8c4
|
2020-03-04 17:22:58 +00:00
|
|
|
gopkg.in/irc.v3 v3.1.0
|
|
|
|
)
|