Browse Source

Fix linting error breaking docker release

Jguer 5 years ago
parent
commit
16fddae8b6
2 changed files with 2 additions and 2 deletions
  1. 1 1
      config.go
  2. 1 1
      main.go

+ 1 - 1
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

+ 1 - 1
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 {