source: code/trunk/go.mod@ 795

Last change on this file since 795 was 791, checked in by contact, 3 years ago

Upgrade dependencies

File size: 787 bytes
Line 
1module git.sr.ht/~emersion/soju
2
3go 1.15
4
5require (
6 git.sr.ht/~emersion/go-scfg v0.0.0-20211215104734-c2c7a15d6c99
7 git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9
8 github.com/emersion/go-sasl v0.0.0-20211008083017-0b9dcfb154ac
9 github.com/klauspost/compress v1.14.4 // indirect
10 github.com/lib/pq v1.10.4
11 github.com/mattn/go-sqlite3 v1.14.12
12 github.com/pires/go-proxyproto v0.6.2
13 github.com/prometheus/client_golang v1.12.1
14 golang.org/x/crypto v0.0.0-20220214200702-86341886e292
15 golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
16 golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
17 golang.org/x/time v0.0.0-20220224211638-0e9765cccd65
18 google.golang.org/protobuf v1.27.1 // indirect
19 gopkg.in/irc.v3 v3.1.4
20 nhooyr.io/websocket v1.8.7
21)
Note: See TracBrowser for help on using the repository browser.