Skip to content

Commit

Permalink
Move migrate package
Browse files Browse the repository at this point in the history
  • Loading branch information
Micah Parks committed May 29, 2023
1 parent fdf06fc commit 6234932
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/migrate/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (

mld "github.com/MicahParks/magiclinksdev"
"github.com/MicahParks/magiclinksdev/setup"
"github.com/MicahParks/magiclinksdev/storage/migrate"
"github.com/MicahParks/magiclinksdev/storage/postgres"
"github.com/MicahParks/magiclinksdev/storage/postgres/migrate"
)

func main() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ import (
"crypto/cipher"
"encoding/json"
"fmt"

"github.com/MicahParks/jwkset"

"github.com/MicahParks/magiclinksdev/storage"
)

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6234932

Please sign in to comment.