source: code/trunk/go.mod@ 259

Last change on this file since 259 was 125, checked in by contact, 5 years ago

Remove some IRCv3 constants

go-irc v3.1.2 adds some missing IRCv3 constants.

File size: 372 bytes
RevLine 
[98]1module git.sr.ht/~emersion/soju
[1]2
3go 1.13
4
[77]5require (
[95]6 github.com/emersion/go-sasl v0.0.0-20191210011802-430746ea8b9b
[117]7 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
[77]8 github.com/mattn/go-sqlite3 v2.0.3+incompatible
[125]9 golang.org/x/crypto v0.0.0-20200317142112-1b76d66859c6
10 golang.org/x/sys v0.0.0-20200317113312-5766fd39f98d // indirect
11 gopkg.in/irc.v3 v3.1.2
[77]12)
Note: See TracBrowser for help on using the repository browser.