soju/go.mod
Simon Ser 3863b8cb6b Add webpush extension
References: https://github.com/ircv3/ircv3-specifications/pull/471
Co-authored-by: delthas <delthas@dille.cc>
2022-06-14 16:16:12 +02:00

24 lines
883 B
Modula-2

module git.sr.ht/~emersion/soju
go 1.15
require (
git.sr.ht/~emersion/go-scfg v0.0.0-20211215104734-c2c7a15d6c99
git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9
github.com/SherClockHolmes/webpush-go v1.2.0
github.com/emersion/go-sasl v0.0.0-20211008083017-0b9dcfb154ac
github.com/klauspost/compress v1.15.6 // indirect
github.com/lib/pq v1.10.6
github.com/mattn/go-sqlite3 v1.14.13
github.com/pires/go-proxyproto v0.6.2
github.com/prometheus/client_golang v1.12.2
github.com/prometheus/common v0.34.0 // indirect
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d // indirect
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
golang.org/x/time v0.0.0-20220609170525-579cf78fd858
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/irc.v3 v3.1.4
nhooyr.io/websocket v1.8.7
)