mirror of
https://github.com/Jguer/yay
synced 2024-10-31 04:12:51 +00:00
Changed import
This commit is contained in:
parent
2d1f6ecbe6
commit
c0a87c67a9
2 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue