Added missing pkg/errors dependency

This commit is contained in:
Ethan Frey 2017-02-22 14:15:13 +01:00
parent 64feaa05f4
commit a0bdae4f9c
2 changed files with 4 additions and 0 deletions

2
glide.lock generated
View File

@ -29,6 +29,8 @@ imports:
version: 5411d3eea5978e6cdc258b30de592b60df6aba96
- name: github.com/mattn/go-isatty
version: 281032e84ae07510239465db46bf442aa44b953a
- name: github.com/pkg/errors
version: 248dadf4e9068a0b3e79f02ed0a610d935de5302
- name: github.com/spf13/pflag
version: 9ff6c6923cfffbcd502984b8e0c80539a94968b7
- name: github.com/syndtr/goleveldb

View File

@ -34,6 +34,8 @@ import:
- proto
- package: github.com/gorilla/websocket
- package: github.com/spf13/pflag
- package: github.com/pkg/errors
version: ^0.8.0
- package: golang.org/x/crypto
subpackages:
- ripemd160