Skip to content

Commit

Permalink
Update glice to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ribice committed Jun 28, 2022
1 parent cae074d commit c1f0df1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/glice.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"log"
"os"

"github.com/ribice/glice"
"github.com/ribice/glice/v2"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion glice.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
m "github.com/keighl/metabolize"
"github.com/olekukonko/tablewriter"

"github.com/ribice/glice/mod"
"github.com/ribice/glice/v2/mod"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/ribice/glice
module github.com/ribice/glice/v2

go 1.16

Expand Down

0 comments on commit c1f0df1

Please sign in to comment.