fix(pkg/hub): changed import path for go-logger library

This commit is contained in:
2019-09-24 15:38:34 +02:00
parent 709faa97de
commit cfcfbdeee8
4 changed files with 14 additions and 4 deletions

4
go.mod
View File

@ -4,8 +4,8 @@ go 1.13
require (
github.com/Masterminds/semver v1.5.0
github.com/d2r2/go-logger v0.0.0-20181221090742-9998a510495e
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-flucky/flucky v0.0.0-20190714170626-0dd156f480be
github.com/stretchr/testify v1.3.0
github.com/stretchr/testify v1.4.0
github.com/volker-raschek/go-logger v0.0.0-20190924133618-4a42099e655f
)