fix some dep urls
This commit is contained in:
parent
f0bd6ba53a
commit
8612f4f2dc
@ -3,8 +3,8 @@ package controller
|
|||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"fmt"
|
"fmt"
|
||||||
"git.itzana.me/strafesnet/data-service/internal/datastore"
|
"git.itzana.me/strafesnet/maps-service/internal/datastore"
|
||||||
"git.itzana.me/strafesnet/data-service/internal/model"
|
"git.itzana.me/strafesnet/maps-service/internal/model"
|
||||||
"git.itzana.me/strafesnet/go-grpc/maps"
|
"git.itzana.me/strafesnet/go-grpc/maps"
|
||||||
"github.com/pkg/errors"
|
"github.com/pkg/errors"
|
||||||
"google.golang.org/grpc/codes"
|
"google.golang.org/grpc/codes"
|
||||||
|
@ -2,8 +2,8 @@ package controller
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"git.itzana.me/strafesnet/data-service/internal/datastore"
|
"git.itzana.me/strafesnet/maps-service/internal/datastore"
|
||||||
"git.itzana.me/strafesnet/data-service/internal/model"
|
"git.itzana.me/strafesnet/maps-service/internal/model"
|
||||||
"git.itzana.me/strafesnet/go-grpc/users"
|
"git.itzana.me/strafesnet/go-grpc/users"
|
||||||
"github.com/pkg/errors"
|
"github.com/pkg/errors"
|
||||||
"google.golang.org/grpc/codes"
|
"google.golang.org/grpc/codes"
|
||||||
|
@ -5,7 +5,7 @@ import (
|
|||||||
"errors"
|
"errors"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"git.itzana.me/strafesnet/data-service/internal/model"
|
"git.itzana.me/strafesnet/maps-service/internal/model"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
@ -5,8 +5,8 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"git.itzana.me/strafesnet/data-service/internal/datastore"
|
"git.itzana.me/strafesnet/maps-service/internal/datastore"
|
||||||
"git.itzana.me/strafesnet/data-service/internal/model"
|
"git.itzana.me/strafesnet/maps-service/internal/model"
|
||||||
"git.itzana.me/strafesnet/utils/logger"
|
"git.itzana.me/strafesnet/utils/logger"
|
||||||
"github.com/eko/gocache/lib/v4/cache"
|
"github.com/eko/gocache/lib/v4/cache"
|
||||||
gocache_store "github.com/eko/gocache/store/go_cache/v4"
|
gocache_store "github.com/eko/gocache/store/go_cache/v4"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
package gormstore
|
package gormstore
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"git.itzana.me/strafesnet/data-service/internal/datastore"
|
"git.itzana.me/strafesnet/maps-service/internal/datastore"
|
||||||
"github.com/eko/gocache/lib/v4/cache"
|
"github.com/eko/gocache/lib/v4/cache"
|
||||||
"gorm.io/gorm"
|
"gorm.io/gorm"
|
||||||
)
|
)
|
||||||
|
@ -2,8 +2,8 @@ package gormstore
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"git.itzana.me/strafesnet/data-service/internal/datastore"
|
"git.itzana.me/strafesnet/maps-service/internal/datastore"
|
||||||
"git.itzana.me/strafesnet/data-service/internal/model"
|
"git.itzana.me/strafesnet/maps-service/internal/model"
|
||||||
"gorm.io/gorm"
|
"gorm.io/gorm"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -2,8 +2,8 @@ package gormstore
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"git.itzana.me/strafesnet/data-service/internal/datastore"
|
"git.itzana.me/strafesnet/maps-service/internal/datastore"
|
||||||
"git.itzana.me/strafesnet/data-service/internal/model"
|
"git.itzana.me/strafesnet/maps-service/internal/model"
|
||||||
"gorm.io/gorm"
|
"gorm.io/gorm"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user