Changed import

This commit is contained in:
Jguer 2016-10-16 01:21:40 +01:00
parent 2d1f6ecbe6
commit c0a87c67a9
2 changed files with 4 additions and 4 deletions

View file

@ -3,8 +3,8 @@ package main
import ( import (
"bufio" "bufio"
"fmt" "fmt"
"github.com/Jguer/go-alpm" "github.com/jguer/go-alpm"
"github.com/Jguer/yay/aur" "github.com/jguer/yay/aur"
"math" "math"
"os" "os"
"os/exec" "os/exec"

View file

@ -2,8 +2,8 @@ package main
import ( import (
"fmt" "fmt"
"github.com/Jguer/go-alpm" "github.com/jguer/go-alpm"
"github.com/Jguer/yay/aur" "github.com/jguer/yay/aur"
"os" "os"
"os/exec" "os/exec"
"strings" "strings"