source: code/trunk/go.mod@ 431

Last change on this file since 431 was 425, checked in by contact, 5 years ago

Upgrade dependencies

File size: 542 bytes
Line 
1module git.sr.ht/~emersion/soju
2
3go 1.13
4
5require (
6 git.sr.ht/~emersion/go-scfg v0.0.0-20201019143924-142a8aa629fc
7 github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
8 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
9 github.com/klauspost/compress v1.11.1 // indirect
10 github.com/mattn/go-sqlite3 v1.14.4
11 github.com/pires/go-proxyproto v0.2.0
12 golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
13 golang.org/x/sys v0.0.0-20201024232916-9f70ab9862d5 // indirect
14 gopkg.in/irc.v3 v3.1.3
15 nhooyr.io/websocket v1.8.6
16)
Note: See TracBrowser for help on using the repository browser.