update imports

This commit is contained in:
Hayden 2022-08-29 18:40:54 -08:00
parent 43eba5437a
commit 4c76f6b367
56 changed files with 139 additions and 212 deletions

View file

@ -1,6 +1,6 @@
package services
import "github.com/hay-kot/git-web-template/backend/internal/repo"
import "github.com/hay-kot/content/backend/internal/repo"
type AllServices struct {
User *UserService

View file

@ -3,7 +3,7 @@ package services
import (
"context"
"github.com/hay-kot/git-web-template/backend/internal/types"
"github.com/hay-kot/content/backend/internal/types"
)
type contextKeys struct {

View file

@ -5,7 +5,7 @@ import (
"testing"
"github.com/google/uuid"
"github.com/hay-kot/git-web-template/backend/internal/types"
"github.com/hay-kot/content/backend/internal/types"
"github.com/stretchr/testify/assert"
)

View file

@ -4,8 +4,8 @@ import (
"context"
"github.com/google/uuid"
"github.com/hay-kot/git-web-template/backend/internal/repo"
"github.com/hay-kot/git-web-template/backend/internal/types"
"github.com/hay-kot/content/backend/internal/repo"
"github.com/hay-kot/content/backend/internal/types"
)
type AdminService struct {

View file

@ -6,9 +6,9 @@ import (
"time"
"github.com/google/uuid"
"github.com/hay-kot/git-web-template/backend/internal/repo"
"github.com/hay-kot/git-web-template/backend/internal/types"
"github.com/hay-kot/git-web-template/backend/pkgs/hasher"
"github.com/hay-kot/content/backend/internal/repo"
"github.com/hay-kot/content/backend/internal/types"
"github.com/hay-kot/content/backend/pkgs/hasher"
)
var (