source:
code/trunk/go.mod@
96
Last change on this file since 96 was 96, checked in by , 5 years ago | |
---|---|
File size: 314 bytes |
Line | |
---|---|
1 | module git.sr.ht/~emersion/jounce |
2 | |
3 | go 1.13 |
4 | |
5 | require ( |
6 | github.com/emersion/go-sasl v0.0.0-20191210011802-430746ea8b9b |
7 | github.com/mattn/go-sqlite3 v2.0.3+incompatible |
8 | golang.org/x/crypto v0.0.0-20200311171314-f7b00557c8c4 |
9 | golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect |
10 | gopkg.in/irc.v3 v3.1.1 |
11 | ) |
Note:
See TracBrowser
for help on using the repository browser.