fix(pkg/logger): exclude logger library into an own repository

This commit is contained in:
2019-09-24 15:34:14 +02:00
parent bacddcfbf9
commit ea83d43cd6
9 changed files with 14 additions and 192 deletions

View File

@ -5,7 +5,7 @@ import (
"fmt"
"github.com/go-flucky/flucky/pkg/config"
"github.com/go-flucky/flucky/pkg/logger"
"github.com/volker-raschek/go-logger/pkg/logger"
_ "github.com/lib/pq"
)