diff options
Diffstat (limited to 'backend/handlers/record.go')
| -rw-r--r-- | backend/handlers/record.go | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/backend/handlers/record.go b/backend/handlers/record.go index c620430..fea6b5d 100644 --- a/backend/handlers/record.go +++ b/backend/handlers/record.go | |||
| @@ -12,11 +12,12 @@ import ( | |||
| 12 | "strconv" | 12 | "strconv" |
| 13 | "strings" | 13 | "strings" |
| 14 | 14 | ||
| 15 | "lphub/database" | ||
| 16 | "lphub/models" | ||
| 17 | "lphub/parser" | ||
| 18 | |||
| 15 | "github.com/gin-gonic/gin" | 19 | "github.com/gin-gonic/gin" |
| 16 | "github.com/google/uuid" | 20 | "github.com/google/uuid" |
| 17 | "github.com/pektezol/leastportalshub/backend/database" | ||
| 18 | "github.com/pektezol/leastportalshub/backend/models" | ||
| 19 | "github.com/pektezol/leastportalshub/backend/parser" | ||
| 20 | "golang.org/x/oauth2/google" | 21 | "golang.org/x/oauth2/google" |
| 21 | "golang.org/x/oauth2/jwt" | 22 | "golang.org/x/oauth2/jwt" |
| 22 | "google.golang.org/api/drive/v3" | 23 | "google.golang.org/api/drive/v3" |