tron protocol sumbodule

This commit is contained in:
anon
2024-11-13 17:59:28 -03:00
parent feb5e036d0
commit 7da9c4b2b2
5 changed files with 28 additions and 15 deletions

10
go.mod
View File

@@ -3,14 +3,14 @@ module gitea.capitan.black/public/gotron
go 1.23.1
require (
google.golang.org/genproto/googleapis/api v0.0.0-20241113154021-e0fbfb71d213
google.golang.org/genproto/googleapis/api v0.0.0-20241113202542-65e8d215514f
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
golang.org/x/net v0.31.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/text v0.20.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241113154021-e0fbfb71d213 // indirect
)