2020-03-13 17:13:03 +00:00
|
|
|
module git.sr.ht/~emersion/soju
|
2020-02-04 09:46:22 +00:00
|
|
|
|
|
|
|
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-18 11:23:08 +00:00
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
2020-03-04 17:22:58 +00:00
|
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
2020-03-19 13:51:45 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200317142112-1b76d66859c6
|
|
|
|
golang.org/x/sys v0.0.0-20200317113312-5766fd39f98d // indirect
|
|
|
|
gopkg.in/irc.v3 v3.1.2
|
2020-03-04 17:22:58 +00:00
|
|
|
)
|