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-10-12 14:54:51 +00:00
|
|
|
github.com/emersion/go-sasl v0.0.0-20211008083017-0b9dcfb154ac
|
2022-03-03 08:00:36 +00:00
|
|
|
github.com/klauspost/compress v1.14.4 // indirect
|
2021-11-17 15:57:41 +00:00
|
|
|
github.com/lib/pq v1.10.4
|
2022-03-03 08:00:36 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.12
|
|
|
|
github.com/pires/go-proxyproto v0.6.2
|
|
|
|
github.com/prometheus/client_golang v1.12.1
|
|
|
|
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
|
|
|
|
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
|
2021-10-12 14:54:51 +00:00
|
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
2022-03-03 08:00:36 +00:00
|
|
|
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65
|
2021-11-17 15:57:41 +00:00
|
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
2021-01-19 18:20:04 +00:00
|
|
|
gopkg.in/irc.v3 v3.1.4
|
2021-09-13 12:23:33 +00:00
|
|
|
nhooyr.io/websocket v1.8.7
|
2020-03-04 17:22:58 +00:00
|
|
|
)
|