File tree Expand file tree Collapse file tree 13 files changed +22
-22
lines changed
Expand file tree Collapse file tree 13 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 66 "testing"
77 "time"
88
9- "aidanwoods.dev/go-paseto"
9+ "aidanwoods.dev/go-paseto/v2 "
1010 "github.com/stretchr/testify/require"
1111)
1212
Original file line number Diff line number Diff line change 1- module aidanwoods.dev/go-paseto
1+ module aidanwoods.dev/go-paseto/v2
22
33go 1.18
44
Original file line number Diff line number Diff line change 77 "crypto/rand"
88 "testing"
99
10- "aidanwoods.dev/go-paseto"
10+ "aidanwoods.dev/go-paseto/v2 "
1111 "github.com/stretchr/testify/require"
1212)
1313
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package paseto
33import (
44 "strings"
55
6- "aidanwoods.dev/go-paseto/internal/encoding"
6+ "aidanwoods.dev/go-paseto/v2/ internal/encoding"
77 t "aidanwoods.dev/go-result"
88)
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package paseto_test
33import (
44 "testing"
55
6- "aidanwoods.dev/go-paseto"
6+ "aidanwoods.dev/go-paseto/v2 "
77 "github.com/stretchr/testify/require"
88)
99
Original file line number Diff line number Diff line change 55 "testing"
66 "time"
77
8- "aidanwoods.dev/go-paseto"
8+ "aidanwoods.dev/go-paseto/v2 "
99 "github.com/stretchr/testify/require"
1010)
1111
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ package paseto
33import (
44 "crypto/ed25519"
55
6- "aidanwoods.dev/go-paseto/internal/encoding"
7- "aidanwoods.dev/go-paseto/internal/hashing"
8- "aidanwoods.dev/go-paseto/internal/random"
6+ "aidanwoods.dev/go-paseto/v2/ internal/encoding"
7+ "aidanwoods.dev/go-paseto/v2/ internal/hashing"
8+ "aidanwoods.dev/go-paseto/v2/ internal/random"
99 t "aidanwoods.dev/go-result"
1010 "golang.org/x/crypto/chacha20poly1305"
1111)
Original file line number Diff line number Diff line change 44 "crypto/ed25519"
55 "encoding/hex"
66
7- "aidanwoods.dev/go-paseto/internal/encoding"
8- "aidanwoods.dev/go-paseto/internal/random"
7+ "aidanwoods.dev/go-paseto/v2/ internal/encoding"
8+ "aidanwoods.dev/go-paseto/v2/ internal/random"
99 t "aidanwoods.dev/go-result"
1010)
1111
Original file line number Diff line number Diff line change 99 "crypto/sha512"
1010 "math/big"
1111
12- "aidanwoods.dev/go-paseto/internal/encoding"
13- "aidanwoods.dev/go-paseto/internal/random"
12+ "aidanwoods.dev/go-paseto/v2/ internal/encoding"
13+ "aidanwoods.dev/go-paseto/v2/ internal/random"
1414 t "aidanwoods.dev/go-result"
1515)
1616
Original file line number Diff line number Diff line change 88 "io"
99 "math/big"
1010
11- "aidanwoods.dev/go-paseto/internal/encoding"
12- "aidanwoods.dev/go-paseto/internal/random"
11+ "aidanwoods.dev/go-paseto/v2/ internal/encoding"
12+ "aidanwoods.dev/go-paseto/v2/ internal/random"
1313 t "aidanwoods.dev/go-result"
1414 "golang.org/x/crypto/hkdf"
1515)
You can’t perform that action at this time.
0 commit comments