Fix linting error breaking docker release

This commit is contained in:
Jguer 2019-06-17 13:22:30 +01:00
parent e0a5e24a12
commit 16fddae8b6
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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 {