-
Notifications
You must be signed in to change notification settings - Fork 7
/
go.mod
23 lines (20 loc) · 860 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/koinos/koinos-cli
go 1.15
require (
github.com/btcsuite/btcd v0.20.1-beta
github.com/btcsuite/btcutil v1.0.2
github.com/ethereum/go-ethereum v1.10.9 // indirect
github.com/joho/godotenv v1.3.0
github.com/koinos/go-prompt v0.0.0-20221201222302-dba4c3542a91
github.com/koinos/koinos-proto-golang v1.0.1-0.20221123003957-336b725f600d
github.com/koinos/koinos-util-golang v1.0.1-0.20221123171000-f256b12203af
github.com/minio/sio v0.3.0
github.com/multiformats/go-multihash v0.1.0
github.com/shopspring/decimal v1.3.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
github.com/ybbus/jsonrpc/v3 v3.1.1
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
google.golang.org/protobuf v1.27.1
)
replace google.golang.org/protobuf => github.com/koinos/protobuf-go v1.27.2-0.20211026185306-2456c83214fe