File tree Expand file tree Collapse file tree 11 files changed +17
-17
lines changed Expand file tree Collapse file tree 11 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 4
4
"crypto/ecdsa"
5
5
"crypto/elliptic"
6
6
"crypto/rand"
7
- "github.com/CarsonSlovoka/go- jwt"
7
+ "github.com/CarsonSlovoka/jwt"
8
8
"testing"
9
9
)
10
10
Original file line number Diff line number Diff line change 4
4
"crypto/ed25519"
5
5
"crypto/rand"
6
6
"errors"
7
- "github.com/CarsonSlovoka/go- jwt"
7
+ "github.com/CarsonSlovoka/jwt"
8
8
"testing"
9
9
)
10
10
Original file line number Diff line number Diff line change 1
- module github.com/CarsonSlovoka/go- jwt
1
+ module github.com/CarsonSlovoka/jwt
2
2
3
3
go 1.23.0
Original file line number Diff line number Diff line change 1
1
package jwt_test
2
2
3
3
import (
4
- "github.com/CarsonSlovoka/go- jwt"
4
+ "github.com/CarsonSlovoka/jwt"
5
5
"testing"
6
6
"time"
7
7
)
Original file line number Diff line number Diff line change 5
5
"encoding/base64"
6
6
"encoding/json"
7
7
"fmt"
8
- "github.com/CarsonSlovoka/go- jwt"
9
- "github.com/CarsonSlovoka/go- jwt/validator"
8
+ "github.com/CarsonSlovoka/jwt"
9
+ "github.com/CarsonSlovoka/jwt/validator"
10
10
"strings"
11
11
)
12
12
Original file line number Diff line number Diff line change 4
4
"crypto/rand"
5
5
"crypto/rsa"
6
6
"fmt"
7
- "github.com/CarsonSlovoka/go- jwt"
8
- "github.com/CarsonSlovoka/go- jwt/parser"
9
- "github.com/CarsonSlovoka/go- jwt/validator"
7
+ "github.com/CarsonSlovoka/jwt"
8
+ "github.com/CarsonSlovoka/jwt/parser"
9
+ "github.com/CarsonSlovoka/jwt/validator"
10
10
"slices"
11
11
"testing"
12
12
)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package jwt_test
3
3
import (
4
4
"crypto/rand"
5
5
"crypto/rsa"
6
- "github.com/CarsonSlovoka/go- jwt"
6
+ "github.com/CarsonSlovoka/jwt"
7
7
"testing"
8
8
)
9
9
Original file line number Diff line number Diff line change 8
8
"crypto/rand"
9
9
"crypto/rsa"
10
10
"encoding/base64"
11
- "github.com/CarsonSlovoka/go- jwt"
12
- "github.com/CarsonSlovoka/go- jwt/parser"
13
- "github.com/CarsonSlovoka/go- jwt/validator"
11
+ "github.com/CarsonSlovoka/jwt"
12
+ "github.com/CarsonSlovoka/jwt/parser"
13
+ "github.com/CarsonSlovoka/jwt/validator"
14
14
"testing"
15
15
)
16
16
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package jwt_test
4
4
5
5
import (
6
6
"encoding/json"
7
- "github.com/CarsonSlovoka/go- jwt"
7
+ "github.com/CarsonSlovoka/jwt"
8
8
"math"
9
9
"testing"
10
10
"time"
Original file line number Diff line number Diff line change 4
4
"crypto/subtle"
5
5
"errors"
6
6
"fmt"
7
- "github.com/CarsonSlovoka/go- jwt"
7
+ "github.com/CarsonSlovoka/jwt"
8
8
"time"
9
9
)
10
10
You can’t perform that action at this time.
0 commit comments