Skip to content

Commit

Permalink
Update to v2 to reflect breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
igolaizola committed Jan 30, 2024
1 parent 2d270d3 commit 705d559
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/vidai/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"strings"
"time"

"github.com/igolaizola/vidai"
"github.com/igolaizola/vidai/v2"
"github.com/peterbourgon/ff/v3"
"github.com/peterbourgon/ff/v3/ffcli"
)
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/igolaizola/vidai
module github.com/igolaizola/vidai/v2

go 1.20

Expand Down
2 changes: 1 addition & 1 deletion pkg/runway/runway.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"strings"
"time"

"github.com/igolaizola/vidai/internal/ratelimit"
"github.com/igolaizola/vidai/v2/internal/ratelimit"
)

type Client struct {
Expand Down
2 changes: 1 addition & 1 deletion vidai.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"strings"
"time"

"github.com/igolaizola/vidai/pkg/runway"
"github.com/igolaizola/vidai/v2/pkg/runway"
)

type Client struct {
Expand Down

0 comments on commit 705d559

Please sign in to comment.