Rev | Line | |
---|
[98] | 1 | module git.sr.ht/~emersion/soju
|
---|
[1] | 2 |
|
---|
| 3 | go 1.13
|
---|
| 4 |
|
---|
[77] | 5 | require (
|
---|
[410] | 6 | github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
|
---|
[117] | 7 | github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
---|
[410] | 8 | github.com/klauspost/compress v1.10.11 // indirect
|
---|
| 9 | github.com/mattn/go-sqlite3 v1.14.1
|
---|
| 10 | golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
|
---|
| 11 | golang.org/x/sys v0.0.0-20200824131525-c12d262b63d8 // indirect
|
---|
| 12 | gopkg.in/irc.v3 v3.1.3
|
---|
| 13 | nhooyr.io/websocket v1.8.6
|
---|
[77] | 14 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.