4ac86fee98
Signed-off-by: Sumner Evans <sumner@beeper.com>
45 lines
1.7 KiB
Modula-2
45 lines
1.7 KiB
Modula-2
module github.com/beeper/groupme
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/Rhymen/go-whatsapp v0.1.1
|
|
github.com/beeper/groupme-lib v0.2.1-0.20221021205945-8f23e04eea71
|
|
github.com/gabriel-vasile/mimetype v1.1.2
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/karmanyaahm/wray v0.0.0-20210303233435-756d58657c14
|
|
github.com/lib/pq v1.10.7
|
|
github.com/mattn/go-sqlite3 v1.14.15
|
|
github.com/prometheus/client_golang v1.9.0
|
|
maunium.net/go/maulogger/v2 v2.3.2
|
|
maunium.net/go/mautrix v0.12.3-0.20221020190005-d0c13d2f04a1
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
|
github.com/google/uuid v1.2.0 // indirect
|
|
github.com/gorilla/mux v1.8.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/pkg/errors v0.9.1 // indirect
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
github.com/prometheus/common v0.15.0 // indirect
|
|
github.com/prometheus/procfs v0.6.0 // indirect
|
|
github.com/rs/zerolog v1.28.0 // indirect
|
|
github.com/tidwall/gjson v1.14.3 // 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.2 // indirect
|
|
golang.org/x/crypto v0.0.0-20221012134737-56aed061732a // indirect
|
|
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b // indirect
|
|
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
maunium.net/go/mauflag v1.0.0 // indirect
|
|
)
|