1cb3b8b29a
This updates both btcsuite and external dependencies to their latest versions. In particular, gRPC was updated to version 1.0.3 and bolt to 1.3.0. The walletrpc package needed to be regenerated for the gRPC update. While here, update the Travis-CI script so this can be tested there.
40 lines
929 B
YAML
40 lines
929 B
YAML
package: github.com/btcsuite/btcwallet
|
|
import:
|
|
- package: github.com/btcsuite/btcd
|
|
subpackages:
|
|
- blockchain
|
|
- btcec
|
|
- btcjson
|
|
- chaincfg
|
|
- txscript
|
|
- wire
|
|
- package: github.com/btcsuite/btclog
|
|
- package: github.com/btcsuite/btcrpcclient
|
|
- package: github.com/btcsuite/btcutil
|
|
subpackages:
|
|
- hdkeychain
|
|
- package: github.com/btcsuite/fastsha256
|
|
- package: github.com/btcsuite/golangcrypto
|
|
subpackages:
|
|
- nacl/secretbox
|
|
- ripemd160
|
|
- scrypt
|
|
- ssh/terminal
|
|
- package: github.com/btcsuite/seelog
|
|
- package: github.com/btcsuite/websocket
|
|
- package: github.com/golang/protobuf
|
|
subpackages:
|
|
- proto
|
|
- package: golang.org/x/net
|
|
subpackages:
|
|
- context
|
|
- package: google.golang.org/grpc
|
|
version: ^1.0.0
|
|
subpackages:
|
|
- codes
|
|
- credentials
|
|
- grpclog
|
|
- package: github.com/jessevdk/go-flags
|
|
version: 1679536dcc895411a9f5848d9a0250be7856448c
|
|
- package: github.com/boltdb/bolt
|
|
version: ^1.3.0
|