Skip to content
Snippets Groups Projects
Commit 5bc5c3c4 authored by Semyon Krestyaninov's avatar Semyon Krestyaninov :dog2:
Browse files

pkg collections moved from pkg

parent 7f5b2fed
No related branches found
No related tags found
No related merge requests found
Showing
with 15 additions and 15 deletions
File moved
File moved
File moved
File moved
File moved
File moved
......@@ -10,8 +10,8 @@ import (
"context"
"time"
"git.perx.ru/perxis/perxis-go/collections"
"git.perx.ru/perxis/perxis-go/pkg/auth"
"git.perx.ru/perxis/perxis-go/pkg/collections"
"git.perx.ru/perxis/perxis-go/pkg/schema"
"go.uber.org/zap"
)
......
......@@ -3,8 +3,8 @@ package middleware
import (
"context"
service "git.perx.ru/perxis/perxis-go/collections"
"git.perx.ru/perxis/perxis-go/pkg/cache"
service "git.perx.ru/perxis/perxis-go/pkg/collections"
envService "git.perx.ru/perxis/perxis-go/pkg/environments"
"git.perx.ru/perxis/perxis-go/pkg/schema"
)
......
......@@ -5,9 +5,9 @@ import (
"testing"
"time"
"git.perx.ru/perxis/perxis-go/collections"
colsmocks "git.perx.ru/perxis/perxis-go/collections/mocks"
"git.perx.ru/perxis/perxis-go/pkg/cache"
"git.perx.ru/perxis/perxis-go/pkg/collections"
colsmocks "git.perx.ru/perxis/perxis-go/pkg/collections/mocks"
"git.perx.ru/perxis/perxis-go/pkg/environments"
envmocks "git.perx.ru/perxis/perxis-go/pkg/environments/mocks"
"git.perx.ru/perxis/perxis-go/pkg/errors"
......
......@@ -3,8 +3,8 @@ package middleware
import (
"context"
"git.perx.ru/perxis/perxis-go/collections"
"git.perx.ru/perxis/perxis-go/id"
"git.perx.ru/perxis/perxis-go/pkg/collections"
"git.perx.ru/perxis/perxis-go/pkg/schema"
logzap "git.perx.ru/perxis/perxis-go/zap"
"go.uber.org/zap"
......
......@@ -7,7 +7,7 @@ package middleware
//go:generate gowrap gen -p git.perx.ru/perxis/perxis-go/pkg/collections -i Collections -t ../../../assets/templates/middleware/middleware.tmpl -o middleware.go -l ""
import (
"git.perx.ru/perxis/perxis-go/pkg/collections"
"git.perx.ru/perxis/perxis-go/collections"
"go.uber.org/zap"
)
......
......@@ -10,7 +10,7 @@ import (
"context"
"fmt"
"git.perx.ru/perxis/perxis-go/pkg/collections"
"git.perx.ru/perxis/perxis-go/collections"
"git.perx.ru/perxis/perxis-go/pkg/schema"
"go.uber.org/zap"
)
......
......@@ -10,9 +10,9 @@ import (
"context"
"time"
"git.perx.ru/perxis/perxis-go/collections"
oid "git.perx.ru/perxis/perxis-go/id"
"git.perx.ru/perxis/perxis-go/pkg/auth"
"git.perx.ru/perxis/perxis-go/pkg/collections"
"git.perx.ru/perxis/perxis-go/pkg/schema"
"git.perx.ru/perxis/perxis-go/pkg/telemetry/metrics"
"go.opentelemetry.io/otel"
......
......@@ -5,7 +5,7 @@ package mocks
import (
context "context"
collections "git.perx.ru/perxis/perxis-go/pkg/collections"
collections "git.perx.ru/perxis/perxis-go/collections"
mock "github.com/stretchr/testify/mock"
)
......
......@@ -5,7 +5,7 @@ package mocks
import (
context "context"
collections "git.perx.ru/perxis/perxis-go/pkg/collections"
collections "git.perx.ru/perxis/perxis-go/collections"
mock "github.com/stretchr/testify/mock"
)
......
......@@ -5,7 +5,7 @@ package mocks
import (
context "context"
collections "git.perx.ru/perxis/perxis-go/pkg/collections"
collections "git.perx.ru/perxis/perxis-go/collections"
mock "github.com/stretchr/testify/mock"
)
......
......@@ -5,7 +5,7 @@ package mocks
import (
context "context"
collections "git.perx.ru/perxis/perxis-go/pkg/collections"
collections "git.perx.ru/perxis/perxis-go/collections"
mock "github.com/stretchr/testify/mock"
)
......
......@@ -5,7 +5,7 @@ package mocks
import (
context "context"
collections "git.perx.ru/perxis/perxis-go/pkg/collections"
collections "git.perx.ru/perxis/perxis-go/collections"
mock "github.com/stretchr/testify/mock"
)
......
......@@ -5,7 +5,7 @@ package mocks
import (
context "context"
collections "git.perx.ru/perxis/perxis-go/pkg/collections"
collections "git.perx.ru/perxis/perxis-go/collections"
mock "github.com/stretchr/testify/mock"
......
......@@ -3,7 +3,7 @@
package mocks
import (
collections "git.perx.ru/perxis/perxis-go/pkg/collections"
collections "git.perx.ru/perxis/perxis-go/collections"
mock "github.com/stretchr/testify/mock"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment