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-10-25 17:10:50 +00:00
|
|
|
git.sr.ht/~emersion/go-scfg v0.0.0-20201019143924-142a8aa629fc
|
2021-03-31 09:59:13 +00:00
|
|
|
git.sr.ht/~sircmpwn/go-bare v0.0.0-20210331145808-46f9b5e5bcf9
|
2020-08-24 17:05:56 +00:00
|
|
|
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
|
2020-03-18 11:23:08 +00:00
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
2021-03-31 16:18:16 +00:00
|
|
|
github.com/klauspost/compress v1.11.13 // indirect
|
2021-01-19 18:20:04 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
2021-03-31 16:18:16 +00:00
|
|
|
github.com/pires/go-proxyproto v0.5.0
|
|
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
|
|
|
golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44 // indirect
|
|
|
|
golang.org/x/term v0.0.0-20210317153231-de623e64d2a6 // indirect
|
2021-01-19 18:20:04 +00:00
|
|
|
gopkg.in/irc.v3 v3.1.4
|
2020-08-24 17:05:56 +00:00
|
|
|
nhooyr.io/websocket v1.8.6
|
2020-03-04 17:22:58 +00:00
|
|
|
)
|