c5d07658ab
go-sqlite3 does not build with musl 1.2.4+, which is packaged in some distros (e.g. Alpine 3.19+). This update fixes it. More info: https://github.com/mattn/go-sqlite3/pull/1177
51 lines
1.9 KiB
Modula-2
51 lines
1.9 KiB
Modula-2
module git.sr.ht/~emersion/soju
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
git.sr.ht/~emersion/go-scfg v0.0.0-20231004133111-9dce55c8d63b
|
|
git.sr.ht/~emersion/go-sqlite3-fts5 v0.0.0-20230217131031-f2c8767594fc
|
|
git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9
|
|
github.com/SherClockHolmes/webpush-go v1.3.0
|
|
github.com/emersion/go-sasl v0.0.0-20220912192320-0145f2c60ead
|
|
github.com/lib/pq v1.10.9
|
|
github.com/mattn/go-sqlite3 v1.14.19
|
|
github.com/msteinert/pam v1.2.0
|
|
github.com/pires/go-proxyproto v0.7.0
|
|
github.com/prometheus/client_golang v1.17.0
|
|
golang.org/x/crypto v0.14.0
|
|
golang.org/x/time v0.3.0
|
|
gopkg.in/irc.v4 v4.0.0
|
|
modernc.org/sqlite v1.26.0
|
|
nhooyr.io/websocket v1.8.10
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
|
github.com/google/uuid v1.4.0 // indirect
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
|
github.com/prometheus/common v0.45.0 // indirect
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
golang.org/x/mod v0.13.0 // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
golang.org/x/term v0.13.0 // indirect
|
|
golang.org/x/tools v0.14.0 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
lukechampine.com/uint128 v1.3.0 // indirect
|
|
modernc.org/cc/v3 v3.41.0 // indirect
|
|
modernc.org/ccgo/v3 v3.16.15 // indirect
|
|
modernc.org/libc v1.29.0 // indirect
|
|
modernc.org/mathutil v1.6.0 // indirect
|
|
modernc.org/memory v1.7.2 // indirect
|
|
modernc.org/opt v0.1.3 // indirect
|
|
modernc.org/strutil v1.2.0 // indirect
|
|
modernc.org/token v1.1.0 // indirect
|
|
)
|