Skip to content
Snippets Groups Projects
Commit f1562e51 authored by Alena Petraki's avatar Alena Petraki
Browse files

Исправлены импорты

parent a15486e6
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,8 @@ import (
context "context"
items "git.perx.ru/perxis/perxis-go/pkg/items"
mock "github.com/stretchr/testify/mock"
references "git.perx.ru/perxis/perxis-go/pkg/references"
mock "github.com/stretchr/testify/mock"
)
// References is an autogenerated mock type for the References type
......
......@@ -5,6 +5,7 @@ package transport
import (
"context"
"errors"
items "git.perx.ru/perxis/perxis-go/pkg/items"
references "git.perx.ru/perxis/perxis-go/pkg/references"
codes "google.golang.org/grpc/codes"
......
......@@ -4,6 +4,7 @@ package transport
import (
"context"
references "git.perx.ru/perxis/perxis-go/pkg/references"
endpoint "github.com/go-kit/kit/endpoint"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment