Changeset 410 in code for trunk/go.mod
- Timestamp:
- Aug 24, 2020, 5:05:56 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/go.mod
r323 r410 4 4 5 5 require ( 6 github.com/emersion/go-sasl v0.0.0-20 191210011802-430746ea8b9b6 github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21 7 7 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 8 github.com/mattn/go-sqlite3 v2.0.3+incompatible 9 golang.org/x/crypto v0.0.0-20200317142112-1b76d66859c6 10 golang.org/x/sys v0.0.0-20200317113312-5766fd39f98d // indirect 11 gopkg.in/irc.v3 v3.1.2 12 nhooyr.io/websocket v1.8.5 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 13 14 )
Note:
See TracChangeset
for help on using the changeset viewer.