Skip to content

Commit

Permalink
imports: replace gopkg.in/antchfx/htmlquery.v1
Browse files Browse the repository at this point in the history
replace gopkg.in/antchfx/htmlquery.v1 with github.com/antchfx/htmlquery

Signed-off-by: Alexandre Vicenzi <[email protected]>
  • Loading branch information
alexandrevicenzi authored and stgraber committed Jan 9, 2025
1 parent d6cea1c commit ecccb1a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sources/archlinux-http.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"sort"
"strings"

"gopkg.in/antchfx/htmlquery.v1"
"github.com/antchfx/htmlquery"

"github.com/lxc/distrobuilder/shared"
)
Expand Down
2 changes: 1 addition & 1 deletion sources/opensuse-http.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"sort"
"strings"

"gopkg.in/antchfx/htmlquery.v1"
"github.com/antchfx/htmlquery"

"github.com/lxc/distrobuilder/shared"
)
Expand Down
2 changes: 1 addition & 1 deletion sources/oraclelinux-http.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import (
"sort"
"strings"

"github.com/antchfx/htmlquery"
incus "github.com/lxc/incus/v6/shared/util"
"golang.org/x/sys/unix"
"gopkg.in/antchfx/htmlquery.v1"

"github.com/lxc/distrobuilder/shared"
)
Expand Down
2 changes: 1 addition & 1 deletion sources/plamolinux-http.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"strconv"
"strings"

"gopkg.in/antchfx/htmlquery.v1"
"github.com/antchfx/htmlquery"

"github.com/lxc/distrobuilder/shared"
)
Expand Down
2 changes: 1 addition & 1 deletion sources/slackware-http.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"slices"
"strings"

"gopkg.in/antchfx/htmlquery.v1"
"github.com/antchfx/htmlquery"

"github.com/lxc/distrobuilder/shared"
)
Expand Down

0 comments on commit ecccb1a

Please sign in to comment.