mirror of
https://dev.narayana.im/narayana/telegabber.git
synced 2026-08-05 12:17:06 +00:00
56 lines
2.3 KiB
Modula-2
56 lines
2.3 KiB
Modula-2
module dev.narayana.im/narayana/telegabber
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/dgraph-io/badger/v4 v4.1.0
|
|
github.com/google/uuid v1.1.1
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/santhosh-tekuri/jsonschema v1.2.4
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/soheilhy/args v0.0.0-20150720134047-6bcf4c78e87e
|
|
github.com/zelenin/go-tdlib v0.5.2
|
|
gopkg.in/yaml.v2 v2.2.4
|
|
gosrc.io/xmpp v0.5.2-0.20211214110136-5f99e1cd06e1
|
|
gotgcalls v0.0.0-00010101000000-000000000000
|
|
)
|
|
|
|
require (
|
|
github.com/Laky-64/gologging v1.1.0 // indirect
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/charmbracelet/colorprofile v0.3.2 // indirect
|
|
github.com/charmbracelet/lipgloss v1.1.0 // indirect
|
|
github.com/charmbracelet/x/ansi v0.10.1 // indirect
|
|
github.com/charmbracelet/x/cellbuf v0.0.13 // indirect
|
|
github.com/charmbracelet/x/term v0.2.1 // indirect
|
|
github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
|
|
github.com/dgraph-io/ristretto v0.1.1 // indirect
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
|
|
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
github.com/golang/snappy v0.0.3 // indirect
|
|
github.com/google/flatbuffers v1.12.1 // indirect
|
|
github.com/klauspost/compress v1.12.3 // indirect
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.19 // indirect
|
|
github.com/muesli/termenv v0.16.0 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
go.opencensus.io v0.22.5 // indirect
|
|
golang.org/x/net v0.44.0 // indirect
|
|
golang.org/x/sys v0.36.0 // indirect
|
|
golang.org/x/term v0.35.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
nhooyr.io/websocket v1.6.5 // indirect
|
|
)
|
|
|
|
replace gosrc.io/xmpp => dev.narayana.im/narayana/go-xmpp v0.0.0-20240512132113-6725c3862314
|
|
|
|
replace github.com/zelenin/go-tdlib => dev.narayana.im/narayana/go-tdlib v0.0.0-20240124222245-b4c12addb061
|
|
|
|
replace gotgcalls => ./ntgcalls/examples/go
|