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 (
|
2020-10-25 17:10:50 +00:00
|
|
|
git.sr.ht/~emersion/go-scfg v0.0.0-20201019143924-142a8aa629fc
|
2021-09-13 12:23:33 +00:00
|
|
|
git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9
|
2021-11-17 15:57:41 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
2021-10-12 14:54:51 +00:00
|
|
|
github.com/emersion/go-sasl v0.0.0-20211008083017-0b9dcfb154ac
|
2021-11-17 15:57:41 +00:00
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2021-10-12 14:54:51 +00:00
|
|
|
github.com/klauspost/compress v1.13.6 // indirect
|
2021-11-17 15:57:41 +00:00
|
|
|
github.com/lib/pq v1.10.4
|
|
|
|
github.com/mattn/go-sqlite3 v1.14.9
|
2021-09-13 12:23:33 +00:00
|
|
|
github.com/pires/go-proxyproto v0.6.1
|
2021-11-15 18:25:32 +00:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2021-11-17 15:57:41 +00:00
|
|
|
github.com/prometheus/common v0.32.1 // indirect
|
|
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20211115234514-b4de73f9ece8
|
|
|
|
golang.org/x/sys v0.0.0-20211116061358-0a5406a5449c // indirect
|
2021-10-12 14:54:51 +00:00
|
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
2021-12-02 22:52:29 +00:00
|
|
|
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11
|
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
|
|
|
)
|