81 lines
3.4 KiB
Modula-2
81 lines
3.4 KiB
Modula-2
module go.sour.is/lextwt-encoding
|
|
|
|
go 1.24.0
|
|
|
|
tool (
|
|
github.com/SpirentOrion/go-avrogrpc/go-avrogrpc
|
|
github.com/Zxilly/go-size-analyzer/cmd/gsa
|
|
github.com/hamba/avro/v2/cmd/avrogen
|
|
github.com/hamba/avro/v2/cmd/avrosv
|
|
google.golang.org/protobuf/cmd/protoc-gen-go
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/google/flatbuffers v25.2.10+incompatible
|
|
github.com/hamba/avro/v2 v2.28.0
|
|
go.yarn.social/types v0.0.0-20250108134258-ed75fa653ede
|
|
)
|
|
|
|
require (
|
|
github.com/SpirentOrion/go-avrogrpc v0.0.0-20201103153720-fba312c1a9f5 // indirect
|
|
github.com/ettle/strcase v0.2.0 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/linkedin/goavro/v2 v2.9.8 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/writeas/go-strip-markdown/v2 v2.1.1 // indirect
|
|
golang.org/x/crypto v0.36.0 // indirect
|
|
golang.org/x/mod v0.23.0 // indirect
|
|
golang.org/x/tools v0.30.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/Zxilly/go-size-analyzer v1.7.7 // indirect
|
|
github.com/ZxillyFork/gore v0.0.0-20250212071411-56f1a74740b2 // indirect
|
|
github.com/ZxillyFork/gosym v0.0.0-20240510024817-deed2b882525 // indirect
|
|
github.com/ZxillyFork/trie v0.0.0-20240512061834-f75150731646 // indirect
|
|
github.com/alecthomas/kong v1.8.1 // indirect
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
github.com/blacktop/go-dwarf v1.0.10 // indirect
|
|
github.com/blacktop/go-macho v1.1.238 // indirect
|
|
github.com/charmbracelet/bubbles v0.20.0 // indirect
|
|
github.com/charmbracelet/bubbletea v1.3.3 // indirect
|
|
github.com/charmbracelet/lipgloss v1.0.0 // indirect
|
|
github.com/charmbracelet/x/ansi v0.8.0 // indirect
|
|
github.com/charmbracelet/x/term v0.2.1 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
|
|
github.com/go-delve/delve v1.24.0 // indirect
|
|
github.com/go-json-experiment/json v0.0.0-20250213060926-925ba3f173fa // indirect
|
|
github.com/hamba/avro v1.8.0
|
|
github.com/jedib0t/go-pretty/v6 v6.6.6 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/knadh/profiler v0.2.0 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-localereader v0.0.1 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
|
|
github.com/muesli/cancelreader v0.2.2 // indirect
|
|
github.com/muesli/reflow v0.3.0 // indirect
|
|
github.com/muesli/termenv v0.15.2 // indirect
|
|
github.com/nikolaydubina/treemap v1.2.5 // indirect
|
|
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
|
|
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/samber/lo v1.49.1 // indirect
|
|
go.yarn.social/lextwt v0.1.5-0.20250328015012-42a9ffb46fea
|
|
golang.org/x/arch v0.14.0 // indirect
|
|
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect
|
|
golang.org/x/net v0.35.0 // indirect
|
|
golang.org/x/sync v0.12.0 // indirect
|
|
golang.org/x/sys v0.32.0 // indirect
|
|
golang.org/x/text v0.23.0 // indirect
|
|
google.golang.org/protobuf v1.36.5
|
|
)
|