Last change
on this file since 569 was 566, checked in by hubert, 4 years ago |
Hand-made word splitter for BouncerServ
Remove the (direct) dependency on shlex (go-scfg still depends on it).
Co-authored-by: Simon Ser <contact@…>
|
File size:
613 bytes
|
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
|
---|
[488] | 7 | git.sr.ht/~sircmpwn/go-bare v0.0.0-20210331145808-46f9b5e5bcf9
|
---|
[410] | 8 | github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
|
---|
[490] | 9 | github.com/klauspost/compress v1.11.13 // indirect
|
---|
[445] | 10 | github.com/mattn/go-sqlite3 v1.14.6
|
---|
[490] | 11 | github.com/pires/go-proxyproto v0.5.0
|
---|
| 12 | golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
---|
| 13 | golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44 // indirect
|
---|
| 14 | golang.org/x/term v0.0.0-20210317153231-de623e64d2a6 // indirect
|
---|
[445] | 15 | gopkg.in/irc.v3 v3.1.4
|
---|
[410] | 16 | nhooyr.io/websocket v1.8.6
|
---|
[77] | 17 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.