fix typo in dependencies

This commit is contained in:
Alex Grintsvayg 2018-06-13 12:44:09 -04:00
parent de40df28c1
commit f0762e9c57
No known key found for this signature in database
GPG key ID: AEB3F089F86A22B5
3 changed files with 11 additions and 5 deletions

12
Gopkg.lock generated
View file

@ -155,6 +155,12 @@
revision = "d1008ad1fd04ceb5faedaf34881df0c504382706"
version = "v3.1"
[[projects]]
branch = "master"
name = "github.com/mitchellh/go-ps"
packages = ["."]
revision = "4fdf99ab29366514c69ccccddab5dc58b8d84062"
[[projects]]
branch = "master"
name = "github.com/mitchellh/mapstructure"
@ -180,10 +186,10 @@
revision = "19e3cb6c29303990525b56f51acf77c5630dd88a"
[[projects]]
branch = "master"
name = "github.com/sirupsen/logrus"
packages = ["."]
revision = "c155da19408a8799da419ed3eeb0cb5db0ad5dbc"
version = "v1.0.5"
revision = "ea8897e79973357ba785ac2533559a6297e83c44"
[[projects]]
name = "github.com/spf13/cast"
@ -266,6 +272,6 @@
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "a335f49e704ad628a3910e0f073dcbb9c35bcaafa41199054b74d1c89dab3359"
inputs-digest = "adebfeec40e94ad17cba1f18d8f47da60af4106a50386ebce51650d036e3d4ac"
solver-name = "gps-cdcl"
solver-version = 1

View file

@ -28,7 +28,7 @@
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.0.3"
branch = "master"
[[constraint]]
name = "github.com/spf13/cast"

View file

@ -21,8 +21,8 @@ import (
"github.com/lbryio/lbry.go/stopOnce"
"github.com/lbryio/lbry.go/ytsync/redisdb"
"github.com/lbryio/lbry.go/ytsync/sources"
ps "github.com/old/mitchellh/go-ps"
"github.com/mitchellh/go-ps"
log "github.com/sirupsen/logrus"
"google.golang.org/api/googleapi/transport"
"google.golang.org/api/youtube/v3"