50 lines
1.9 KiB
Modula-2
50 lines
1.9 KiB
Modula-2
module github.com/beeper/groupme
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/gabriel-vasile/mimetype v0.3.23
|
|
github.com/lib/pq v1.10.9
|
|
github.com/mattn/go-sqlite3 v1.14.17
|
|
github.com/prometheus/client_golang v1.11.1
|
|
maunium.net/go/maulogger/v2 v2.4.1
|
|
maunium.net/go/mautrix v0.16.1-0.20230821105106-ac5c2c22102c
|
|
)
|
|
|
|
require go.mau.fi/util v0.0.0-20230805171708-199bf3eec776
|
|
|
|
require (
|
|
gitea.watsonlabs.net/watsonb8/fayec v0.0.5 // indirect
|
|
gitea.watsonlabs.net/watsonb8/groupme-lib v0.3.7 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
|
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
|
github.com/google/go-cmp v0.5.8 // indirect
|
|
github.com/google/uuid v1.3.1 // indirect
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
github.com/prometheus/common v0.26.0 // indirect
|
|
github.com/prometheus/procfs v0.6.0 // indirect
|
|
github.com/rs/zerolog v1.30.0 // indirect
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
|
github.com/tidwall/gjson v1.16.0 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
github.com/tidwall/sjson v1.2.5 // indirect
|
|
github.com/yuin/goldmark v1.5.5 // indirect
|
|
go.mau.fi/zeroconfig v0.1.2 // indirect
|
|
golang.org/x/crypto v0.12.0 // indirect
|
|
golang.org/x/exp v0.0.0-20230810033253-352e893a4cad // indirect
|
|
golang.org/x/net v0.14.0 // indirect
|
|
golang.org/x/sys v0.11.0 // indirect
|
|
google.golang.org/protobuf v1.26.0-rc.1 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
maunium.net/go/mauflag v1.0.0 // indirect
|
|
)
|