source: code/trunk/go.mod@ 733

Last change on this file since 733 was 714, checked in by contact, 4 years ago

Upgrade dependencies

File size: 927 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
[714]8 github.com/cespare/xxhash/v2 v2.1.2 // indirect
[626]9 github.com/emersion/go-sasl v0.0.0-20211008083017-0b9dcfb154ac
[714]10 github.com/golang/protobuf v1.5.2 // indirect
[626]11 github.com/klauspost/compress v1.13.6 // indirect
[714]12 github.com/lib/pq v1.10.4
13 github.com/mattn/go-sqlite3 v1.14.9
[587]14 github.com/pires/go-proxyproto v0.6.1
[707]15 github.com/prometheus/client_golang v1.11.0
[714]16 github.com/prometheus/common v0.32.1 // indirect
17 github.com/prometheus/procfs v0.7.3 // indirect
18 golang.org/x/crypto v0.0.0-20211115234514-b4de73f9ece8
19 golang.org/x/sys v0.0.0-20211116061358-0a5406a5449c // indirect
[626]20 golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
[714]21 google.golang.org/protobuf v1.27.1 // indirect
[445]22 gopkg.in/irc.v3 v3.1.4
[587]23 nhooyr.io/websocket v1.8.7
[77]24)
Note: See TracBrowser for help on using the repository browser.