Changeset 587 in code for trunk/go.mod
- Timestamp:
- Sep 13, 2021, 12:23:33 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/go.mod
r566 r587 5 5 require ( 6 6 git.sr.ht/~emersion/go-scfg v0.0.0-20201019143924-142a8aa629fc 7 git.sr.ht/~sircmpwn/go-bare v0.0.0-20210 331145808-46f9b5e5bcf97 git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9 8 8 github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21 9 github.com/klauspost/compress v1.1 1.13// indirect10 github.com/mattn/go-sqlite3 v1.14. 611 github.com/pires/go-proxyproto v0. 5.012 golang.org/x/crypto v0.0.0-20210 322153248-0c34fe9e7dc213 golang.org/x/sys v0.0.0-20210 330210617-4fbd30eecc44// indirect14 golang.org/x/term v0.0.0-20210 317153231-de623e64d2a6// indirect9 github.com/klauspost/compress v1.13.5 // indirect 10 github.com/mattn/go-sqlite3 v1.14.8 11 github.com/pires/go-proxyproto v0.6.1 12 golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 13 golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0 // indirect 14 golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect 15 15 gopkg.in/irc.v3 v3.1.4 16 nhooyr.io/websocket v1.8. 616 nhooyr.io/websocket v1.8.7 17 17 )
Note:
See TracChangeset
for help on using the changeset viewer.