gotron/go.mod

23 lines
709 B
Modula-2
Raw Normal View History

2024-11-13 20:40:41 +00:00
module gitea.capitan.black/public/gotron
2024-11-13 16:49:35 +00:00
go 1.23.1
require (
2024-11-13 22:49:54 +00:00
github.com/ethereum/go-ethereum v1.14.11
github.com/mr-tron/base58 v1.2.0
2024-11-13 20:59:28 +00:00
google.golang.org/genproto/googleapis/api v0.0.0-20241113202542-65e8d215514f
2024-11-13 16:49:35 +00:00
google.golang.org/grpc v1.68.0
google.golang.org/protobuf v1.35.1
)
require (
2024-11-13 22:49:54 +00:00
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
github.com/holiman/uint256 v1.3.1 // indirect
golang.org/x/crypto v0.29.0 // indirect
2024-11-13 20:59:28 +00:00
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
2024-11-13 16:49:35 +00:00
)