23 lines
629 B
Modula-2
23 lines
629 B
Modula-2
module github.com/phamminh0811/private-grpc
|
|
|
|
go 1.24.5
|
|
|
|
require (
|
|
github.com/btcsuite/btcd/btcutil v1.1.6
|
|
github.com/cosmos/go-bip39 v1.0.0
|
|
github.com/stretchr/testify v1.8.4
|
|
golang.org/x/crypto v0.39.0
|
|
google.golang.org/grpc v1.75.1
|
|
google.golang.org/protobuf v1.36.9
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/net v0.41.0 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
golang.org/x/text v0.26.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|