Rev | Line | |
---|
[98] | 1 | module git.sr.ht/~emersion/soju
|
---|
[1] | 2 |
|
---|
| 3 | go 1.13
|
---|
| 4 |
|
---|
[77] | 5 | require (
|
---|
[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
|
---|
[626] | 8 | github.com/emersion/go-sasl v0.0.0-20211008083017-0b9dcfb154ac
|
---|
| 9 | github.com/klauspost/compress v1.13.6 // indirect
|
---|
[620] | 10 | github.com/lib/pq v1.10.3
|
---|
[587] | 11 | github.com/mattn/go-sqlite3 v1.14.8
|
---|
| 12 | github.com/pires/go-proxyproto v0.6.1
|
---|
[626] | 13 | golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
|
---|
| 14 | golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect
|
---|
| 15 | golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
---|
[445] | 16 | gopkg.in/irc.v3 v3.1.4
|
---|
[587] | 17 | nhooyr.io/websocket v1.8.7
|
---|
[77] | 18 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.