Skip to content

Commit

Permalink
Update project dependencies. (decred#329)
Browse files Browse the repository at this point in the history
Add 'version: master' to all btcsuite and decred projects, since we
always want the latest versions of these.  This works around a bug in
the latest version of glide where it does not track the master branch
correctly.

Update gRPC for the 1.0.0 release and update bolt to 1.3.0 to pick up
a fix for a memory handling error that was exposed by the Go 1.7 SSA
compiler backend.

Fixes decred#325.

Fixes decred#328.
  • Loading branch information
jrick authored and alexlyp committed Aug 24, 2016
1 parent 9987b29 commit 633cbf5
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 21 deletions.
40 changes: 20 additions & 20 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
package: github.com/decred/dcrwallet
import:
- package: github.com/btcsuite/btclog
version: master
- package: github.com/btcsuite/fastsha256
version: master
- package: github.com/btcsuite/golangcrypto
version: master
subpackages:
- nacl/secretbox
- ripemd160
- scrypt
- ssh/terminal
- package: github.com/btcsuite/seelog
version: master
- package: github.com/btcsuite/websocket
version: master
- package: github.com/decred/bitset
version: master
- package: github.com/decred/dcrd
version: master
subpackages:
- blockchain
- blockchain/stake
Expand All @@ -22,7 +29,9 @@ import:
- txscript
- wire
- package: github.com/decred/dcrrpcclient
version: master
- package: github.com/decred/dcrutil
version: master
subpackages:
- hdkeychain
- package: github.com/golang/protobuf
Expand All @@ -32,11 +41,12 @@ import:
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: 831b652a7f8dbefaf94da0eb66abd46c0c4bcf23
version: ^1.3.0

0 comments on commit 633cbf5

Please sign in to comment.