source: code/trunk/go.mod@ 487

Last change on this file since 487 was 445, checked in by contact, 4 years ago

Update dependencies

In particular, go-irc v3.1.4 should fix empty IRC message handling.

File size: 608 bytes
RevLine 
[98]1module git.sr.ht/~emersion/soju
[1]2
3go 1.13
4
[77]5require (
[424]6 git.sr.ht/~emersion/go-scfg v0.0.0-20201019143924-142a8aa629fc
[410]7 github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
[117]8 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
[445]9 github.com/klauspost/compress v1.11.7 // indirect
10 github.com/mattn/go-sqlite3 v1.14.6
11 github.com/pires/go-proxyproto v0.4.0
12 golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
13 golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78 // indirect
14 golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
15 gopkg.in/irc.v3 v3.1.4
[410]16 nhooyr.io/websocket v1.8.6
[77]17)
Note: See TracBrowser for help on using the repository browser.