From 16fddae8b6e5b0adb0265f4f8f44bff607394dcc Mon Sep 17 00:00:00 2001 From: Jguer Date: Mon, 17 Jun 2019 13:22:30 +0100 Subject: [PATCH] Fix linting error breaking docker release --- config.go | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.go b/config.go index 56cb62d9..0343a484 100644 --- a/config.go +++ b/config.go @@ -9,8 +9,8 @@ import ( "os/exec" "strings" - pacmanconf "github.com/Morganamilo/go-pacmanconf" alpm "github.com/Jguer/go-alpm" + pacmanconf "github.com/Morganamilo/go-pacmanconf" ) // Verbosity settings for search diff --git a/main.go b/main.go index 92d09ac6..221561d9 100644 --- a/main.go +++ b/main.go @@ -7,8 +7,8 @@ import ( "path/filepath" "strings" - pacmanconf "github.com/Morganamilo/go-pacmanconf" alpm "github.com/Jguer/go-alpm" + pacmanconf "github.com/Morganamilo/go-pacmanconf" ) func setPaths() error {