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-09-13 12:23:33 +00:00
|
|
|
git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9
|
2020-08-24 17:05:56 +00:00
|
|
|
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
|
2021-09-13 12:23:33 +00:00
|
|
|
github.com/klauspost/compress v1.13.5 // indirect
|
2021-10-08 17:15:56 +00:00
|
|
|
github.com/lib/pq v1.10.3
|
2021-09-13 12:23:33 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.8
|
|
|
|
github.com/pires/go-proxyproto v0.6.1
|
|
|
|
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
|
|
|
|
golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0 // indirect
|
|
|
|
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
|
2021-01-19 18:20:04 +00:00
|
|
|
gopkg.in/irc.v3 v3.1.4
|
2021-09-13 12:23:33 +00:00
|
|
|
nhooyr.io/websocket v1.8.7
|
2020-03-04 17:22:58 +00:00
|
|
|
)
|