soju/go.mod
Simon Ser 0709ac143f
Switch to go-scfg
We don't use child directives yet, but likely will in the future.
2020-10-25 18:10:50 +01:00

17 lines
543 B
Modula-2

module git.sr.ht/~emersion/soju
go 1.13
require (
git.sr.ht/~emersion/go-scfg v0.0.0-20201019143924-142a8aa629fc
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/klauspost/compress v1.10.11 // indirect
github.com/mattn/go-sqlite3 v1.14.1
github.com/pires/go-proxyproto v0.1.3
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/sys v0.0.0-20200824131525-c12d262b63d8 // indirect
gopkg.in/irc.v3 v3.1.3
nhooyr.io/websocket v1.8.6
)