Files
tproxy/go.mod
dependabot[bot] dbe5a44011 chore(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11
Bumps google.golang.org/protobuf from 1.36.10 to 1.36.11.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-25 22:01:05 +08:00

29 lines
946 B
Modula-2

module github.com/kevwan/tproxy
go 1.24.0
require (
github.com/eclipse/paho.mqtt.golang v1.5.1
github.com/fatih/color v1.18.0
github.com/juju/ratelimit v1.0.2
github.com/olekukonko/tablewriter v1.1.2
go.mongodb.org/mongo-driver v1.17.6
golang.org/x/net v0.48.0
google.golang.org/protobuf v1.36.11
)
require (
github.com/clipperhouse/displaywidth v0.6.0 // indirect
github.com/clipperhouse/stringish v0.1.1 // indirect
github.com/clipperhouse/uax29/v2 v2.3.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.1.0 // indirect
github.com/olekukonko/ll v0.1.3 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.32.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)