File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- module go -jwt
1
+ module github.com/HelpDeskPlatform/gin -jwt
2
2
3
3
go 1.17
4
4
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ package jwt
2
2
3
3
import (
4
4
"fmt"
5
+ "github.com/HelpDeskPlatform/gin-jwt/config"
6
+ "github.com/HelpDeskPlatform/gin-jwt/db"
5
7
"github.com/dgrijalva/jwt-go"
6
8
"github.com/google/uuid"
7
- "go-jwt/config"
8
- "go-jwt/db"
9
9
"strings"
10
10
"time"
11
11
)
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ package main
2
2
3
3
import (
4
4
"fmt"
5
+ "github.com/HelpDeskPlatform/gin-jwt/config"
6
+ "github.com/HelpDeskPlatform/gin-jwt/db"
7
+ "github.com/HelpDeskPlatform/gin-jwt/jwt"
5
8
"github.com/gin-gonic/gin"
6
9
"github.com/x1unix/godotenv"
7
- "go-jwt/config"
8
- "go-jwt/db"
9
- "go-jwt/jwt"
10
10
"log"
11
11
)
12
12
You can’t perform that action at this time.
0 commit comments