Skip to content

Commit

Permalink
update genereated migration files
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Jan 18, 2024
1 parent 1476400 commit c3278ef
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package migrations
import (
"context"

"github.com/c9s/rockhopper"
"github.com/c9s/rockhopper/v2"
)

func init() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package migrations
import (
"context"

"github.com/c9s/rockhopper"
"github.com/c9s/rockhopper/v2"
)

func init() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package migrations
import (
"context"

"github.com/c9s/rockhopper"
"github.com/c9s/rockhopper/v2"
)

func init() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package migrations
import (
"context"

"github.com/c9s/rockhopper"
"github.com/c9s/rockhopper/v2"
)

func init() {
Expand Down
2 changes: 1 addition & 1 deletion pkg/testing/migrations/migration_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"runtime"
"strings"

"github.com/c9s/rockhopper"
"github.com/c9s/rockhopper/v2"
)

type registryKey struct {
Expand Down
3 changes: 2 additions & 1 deletion pkg/testing/migrations/migration_api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package migrations
import (
"testing"

"github.com/c9s/rockhopper"
"github.com/c9s/rockhopper/v2"

"github.com/stretchr/testify/assert"
)

Expand Down

0 comments on commit c3278ef

Please sign in to comment.