Changeset 808 in code for trunk/go.mod
- Timestamp:
- Mar 22, 2023, 1:16:21 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/go.mod
r807 r808 1 1 module marisa.chaotic.ninja/suika 2 2 3 go 1. 153 go 1.20 4 4 5 5 require ( 6 6 git.sr.ht/~emersion/go-scfg v0.0.0-20211215104734-c2c7a15d6c99 7 7 git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9 8 github.com/emersion/go-sasl v0.0.0-20211008083017-0b9dcfb154ac 9 github.com/klauspost/compress v1.14.4 // indirect 10 github.com/lib/pq v1.10.4 11 github.com/mattn/go-sqlite3 v1.14.12 12 github.com/pires/go-proxyproto v0.6.2 13 github.com/prometheus/client_golang v1.12.1 14 golang.org/x/crypto v0.0.0-20220214200702-86341886e292 15 golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect 16 golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect 17 golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 18 google.golang.org/protobuf v1.27.1 // indirect 8 github.com/emersion/go-sasl v0.0.0-20220912192320-0145f2c60ead 9 github.com/lib/pq v1.10.7 10 github.com/mattn/go-sqlite3 v1.14.16 11 github.com/pires/go-proxyproto v0.7.0 12 github.com/prometheus/client_golang v1.14.0 13 golang.org/x/crypto v0.7.0 14 golang.org/x/time v0.3.0 19 15 gopkg.in/irc.v3 v3.1.4 20 16 nhooyr.io/websocket v1.8.7 21 17 ) 18 19 require ( 20 github.com/beorn7/perks v1.0.1 // indirect 21 github.com/cespare/xxhash/v2 v2.1.2 // indirect 22 github.com/golang/protobuf v1.5.2 // indirect 23 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect 24 github.com/klauspost/compress v1.10.3 // indirect 25 github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect 26 github.com/prometheus/client_model v0.3.0 // indirect 27 github.com/prometheus/common v0.37.0 // indirect 28 github.com/prometheus/procfs v0.8.0 // indirect 29 golang.org/x/sys v0.6.0 // indirect 30 golang.org/x/term v0.6.0 // indirect 31 google.golang.org/protobuf v1.28.1 // indirect 32 )
Note:
See TracChangeset
for help on using the changeset viewer.