source: code/trunk/go.mod@ 594

Last change on this file since 594 was 587, checked in by contact, 4 years ago

Upgrade dependencies

File size: 612 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
[587]7 git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9
[410]8 github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
[587]9 github.com/klauspost/compress v1.13.5 // indirect
10 github.com/mattn/go-sqlite3 v1.14.8
11 github.com/pires/go-proxyproto v0.6.1
12 golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
13 golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0 // indirect
14 golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
[445]15 gopkg.in/irc.v3 v3.1.4
[587]16 nhooyr.io/websocket v1.8.7
[77]17)
Note: See TracBrowser for help on using the repository browser.