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

pkg collaborators moved from pkg

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