Browse Source

update glide

pull/665/head
Ethan Buchman 7 years ago
parent
commit
df857266b6
2 changed files with 13 additions and 4 deletions
  1. +12
    -3
      glide.lock
  2. +1
    -1
      glide.yaml

+ 12
- 3
glide.lock View File

@ -1,5 +1,5 @@
hash: 41581813ff97225a7feb86b5accb0fe4acb3e198b64592d7452240e9473c479f
updated: 2017-08-03T19:17:16.410522485Z
hash: 06ac555971ac41296cf6c869dfdf659ae911652d419e1a8c841aa791ff990556
updated: 2017-09-22T10:13:57.706322194-04:00
imports:
- name: github.com/btcsuite/btcd
version: b8df516b4b267acf2de46be593a9d948d1d2c420
@ -19,6 +19,12 @@ imports:
- log/term
- name: github.com/go-logfmt/logfmt
version: 390ab7935ee28ec6b286364bba9b4dd6410cb3d5
- name: github.com/go-playground/locales
version: 1e5f1161c6416a5ff48840eb8724a394e48cc534
subpackages:
- currency
- name: github.com/go-playground/universal-translator
version: 71201497bace774495daed26a3874fd339e0b538
- name: github.com/go-stack/stack
version: 100eb0c0a9c5b306ca2fb4f165df21d80ada4b82
- name: github.com/gogo/protobuf
@ -120,7 +126,7 @@ imports:
- iavl
- testutil
- name: github.com/tendermint/tmlibs
version: 7ce4da1eee6004d627e780c8fe91e96d9b99e459
version: 2130c329eb56aca8509ee1fec40d766f6541d8e7
subpackages:
- autofile
- cli
@ -128,6 +134,7 @@ imports:
- clist
- common
- db
- events
- flowrate
- log
- merkle
@ -184,6 +191,8 @@ imports:
- status
- tap
- transport
- name: gopkg.in/go-playground/validator.v9
version: d529ee1b0f30352444f507cc6cdac96bfd12decc
- name: gopkg.in/yaml.v2
version: cd8b52f8269e0feb286dfeef29f8fe4d5b397e0b
testImports:


+ 1
- 1
glide.yaml View File

@ -26,7 +26,7 @@ import:
subpackages:
- data
- package: github.com/tendermint/tmlibs
version: ~0.2.2
version: ~0.3.0
subpackages:
- autofile
- cli


Loading…
Cancel
Save