module github.com/kevwan/tproxy go 1.25.0 require ( github.com/eclipse/paho.mqtt.golang v1.5.1 github.com/fatih/color v1.19.0 github.com/juju/ratelimit v1.0.2 github.com/olekukonko/tablewriter v1.1.4 go.mongodb.org/mongo-driver v1.17.7 golang.org/x/net v0.53.0 google.golang.org/protobuf v1.36.11 ) require ( github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/clipperhouse/displaywidth v0.10.0 // indirect github.com/clipperhouse/uax29/v2 v2.6.0 // indirect github.com/mattn/go-colorable v0.1.14 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/mattn/go-runewidth v0.0.19 // indirect github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 // indirect github.com/olekukonko/errors v1.2.0 // indirect github.com/olekukonko/ll v0.1.6 // indirect golang.org/x/sys v0.43.0 // indirect golang.org/x/text v0.36.0 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect )