2020-03-13 17:13:03 +00:00
|
|
|
module git.sr.ht/~emersion/soju
|
2020-02-04 09:46:22 +00:00
|
|
|
|
2022-01-01 23:48:44 +00:00
|
|
|
go 1.15
|
2020-02-04 09:46:22 +00:00
|
|
|
|
2020-03-04 17:22:58 +00:00
|
|
|
require (
|
2022-03-03 08:00:36 +00:00
|
|
|
git.sr.ht/~emersion/go-scfg v0.0.0-20211215104734-c2c7a15d6c99
|
2021-09-13 12:23:33 +00:00
|
|
|
git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9
|
2021-11-27 10:48:10 +00:00
|
|
|
github.com/SherClockHolmes/webpush-go v1.2.0
|
2022-11-22 13:55:52 +00:00
|
|
|
github.com/emersion/go-sasl v0.0.0-20220912192320-0145f2c60ead
|
|
|
|
github.com/klauspost/compress v1.15.12 // indirect
|
2022-09-11 13:48:24 +00:00
|
|
|
github.com/lib/pq v1.10.7
|
2022-11-22 13:55:52 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.16
|
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
2022-03-03 08:00:36 +00:00
|
|
|
github.com/pires/go-proxyproto v0.6.2
|
2022-11-22 13:55:52 +00:00
|
|
|
github.com/prometheus/client_golang v1.14.0
|
|
|
|
github.com/remyoudompheng/bigfft v0.0.0-20220927061507-ef77025ab5aa // indirect
|
|
|
|
golang.org/x/crypto v0.3.0
|
|
|
|
golang.org/x/time v0.2.0
|
|
|
|
golang.org/x/tools v0.3.0 // indirect
|
2022-11-14 11:06:58 +00:00
|
|
|
gopkg.in/irc.v4 v4.0.0
|
2022-11-22 13:55:52 +00:00
|
|
|
modernc.org/libc v1.21.5 // indirect
|
|
|
|
modernc.org/sqlite v1.19.4
|
|
|
|
modernc.org/token v1.1.0 // indirect
|
2021-09-13 12:23:33 +00:00
|
|
|
nhooyr.io/websocket v1.8.7
|
2020-03-04 17:22:58 +00:00
|
|
|
)
|