Skip to content

Commit

Permalink
v2 in path
Browse files Browse the repository at this point in the history
  • Loading branch information
aidantwoods committed Oct 2, 2024
1 parent 9bc11b0 commit 384fa2d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion claims_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"testing"
"time"

"aidanwoods.dev/go-paseto"
"aidanwoods.dev/go-paseto/v2"
"github.com/stretchr/testify/require"
)

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 aidanwoods.dev/go-paseto
module aidanwoods.dev/go-paseto/v2

go 1.18

Expand Down
2 changes: 1 addition & 1 deletion keys_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"crypto/rand"
"testing"

"aidanwoods.dev/go-paseto"
"aidanwoods.dev/go-paseto/v2"
"github.com/stretchr/testify/require"
)

Expand Down
2 changes: 1 addition & 1 deletion parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package paseto_test
import (
"testing"

"aidanwoods.dev/go-paseto"
"aidanwoods.dev/go-paseto/v2"
"github.com/stretchr/testify/require"
)

Expand Down
2 changes: 1 addition & 1 deletion token_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"testing"
"time"

"aidanwoods.dev/go-paseto"
"aidanwoods.dev/go-paseto/v2"
"github.com/stretchr/testify/require"
)

Expand Down
2 changes: 1 addition & 1 deletion vectors_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"os"
"testing"

"aidanwoods.dev/go-paseto"
"aidanwoods.dev/go-paseto/v2"
ty "aidanwoods.dev/go-result"
"github.com/stretchr/testify/require"
)
Expand Down

0 comments on commit 384fa2d

Please sign in to comment.