build: update glide.lock to point to latest ltcd

This commit is contained in:
Olaoluwa Osuntokun 2017-08-25 18:04:08 -07:00
parent 4248836a2a
commit 19a843016e
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2
2 changed files with 7 additions and 6 deletions

12
glide.lock generated
View File

@ -1,5 +1,5 @@
hash: e75e8006b7f03805dc1f8a54cc3375b755eb652e3e451f32bb704104d4be39d2 hash: 2d4bd5b1aa661c61dcba829083b1925244cd2b55da07fc2a90a93d72510182d3
updated: 2017-08-24T18:04:51.985840683-07:00 updated: 2017-08-25T18:03:35.514975087-07:00
imports: imports:
- name: github.com/aead/chacha20 - name: github.com/aead/chacha20
version: d31a916ded42d1640b9d89a26f8abd53cc96790c version: d31a916ded42d1640b9d89a26f8abd53cc96790c
@ -77,7 +77,7 @@ imports:
- name: github.com/lightningnetwork/lightning-onion - name: github.com/lightningnetwork/lightning-onion
version: a164ed004296342ba8412c03ed9875699b6c594b version: a164ed004296342ba8412c03ed9875699b6c594b
- name: github.com/ltcsuite/ltcd - name: github.com/ltcsuite/ltcd
version: 38f2b6f507e2523ae972f2ee6ae4c9f04f6c1c4a version: 42622bfd8b6aeb7beb23cb840d0dd490bd25dc17
subpackages: subpackages:
- chaincfg - chaincfg
- chaincfg/chainhash - chaincfg/chainhash
@ -136,7 +136,7 @@ imports:
- name: github.com/urfave/cli - name: github.com/urfave/cli
version: cfb38830724cc34fedffe9a2a29fb54fa9169cd1 version: cfb38830724cc34fedffe9a2a29fb54fa9169cd1
- name: golang.org/x/crypto - name: golang.org/x/crypto
version: eb71ad9bd329b5ac0fd0148dd99bd62e8be8e035 version: 81e90905daefcd6fd217b62423c0908922eadb30
subpackages: subpackages:
- chacha20poly1305 - chacha20poly1305
- chacha20poly1305/internal/chacha20 - chacha20poly1305/internal/chacha20
@ -161,11 +161,11 @@ imports:
- lex/httplex - lex/httplex
- trace - trace
- name: golang.org/x/sys - name: golang.org/x/sys
version: 07c182904dbd53199946ba614a412c61d3c548f5 version: 2d6f6f883a06fc0d5f4b14a81e4c28705ea64c15
subpackages: subpackages:
- unix - unix
- name: golang.org/x/text - name: golang.org/x/text
version: cc24f0397b10b6321b1a1322b6bd592984fdabf2 version: ac87088df8ef557f1e32cd00ed0b6fbc3f7ddafb
subpackages: subpackages:
- secure/bidirule - secure/bidirule
- transform - transform

View File

@ -67,6 +67,7 @@ import:
subpackages: subpackages:
- googleapis/api/annotations - googleapis/api/annotations
- package: github.com/ltcsuite/ltcd - package: github.com/ltcsuite/ltcd
version: 42622bfd8b6aeb7beb23cb840d0dd490bd25dc17
subpackages: subpackages:
- chaincfg - chaincfg
- package: github.com/lightninglabs/neutrino - package: github.com/lightninglabs/neutrino