tron grpc api

This commit is contained in:
anon
2024-11-13 13:49:35 -03:00
commit c30a64e6c5
22 changed files with 35159 additions and 0 deletions

16
go.mod Normal file
View File

@@ -0,0 +1,16 @@
module gitea.capitan.black/pirate/gotron
go 1.23.1
require (
google.golang.org/genproto/googleapis/api v0.0.0-20241113154021-e0fbfb71d213
google.golang.org/grpc v1.68.0
google.golang.org/protobuf v1.35.1
)
require (
golang.org/x/net v0.29.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/text v0.18.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
)