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

Merge branch 'refactor/6-pkg-refactor-errors' into 'refactor/PRXS-3306-MovePkgGroup1'

Пакет errors вынесен на корневой уровень

See merge request perxis/perxis-go!355
parents d51e1c42 df44a808
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ import (
"io/fs"
"path/filepath"
"git.perx.ru/perxis/perxis-go/pkg/errors"
"git.perx.ru/perxis/perxis-go/errors"
"git.perx.ru/perxis/perxis-go/yaml"
jsoniter "github.com/json-iterator/go"
)
......
......@@ -5,7 +5,7 @@ import (
"crypto/sha512"
"encoding/base64"
"git.perx.ru/perxis/perxis-go/pkg/errors"
"git.perx.ru/perxis/perxis-go/errors"
"golang.org/x/crypto/bcrypt"
)
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
......@@ -3,7 +3,7 @@ package grpc
import (
"fmt"
"git.perx.ru/perxis/perxis-go/pkg/errors"
"git.perx.ru/perxis/perxis-go/errors"
"git.perx.ru/perxis/perxis-go/proto/common"
"github.com/hashicorp/go-multierror"
)
......
......@@ -4,7 +4,7 @@ import (
"reflect"
"testing"
"git.perx.ru/perxis/perxis-go/pkg/errors"
"git.perx.ru/perxis/perxis-go/errors"
"git.perx.ru/perxis/perxis-go/proto/common"
"github.com/hashicorp/go-multierror"
"github.com/stretchr/testify/assert"
......
File moved
......@@ -4,7 +4,7 @@ import (
"context"
"testing"
"git.perx.ru/perxis/perxis-go/pkg/errors"
"git.perx.ru/perxis/perxis-go/errors"
"git.perx.ru/perxis/perxis-go/proto/common"
"github.com/go-kit/kit/endpoint"
"github.com/hashicorp/go-multierror"
......
package grpc
import (
"git.perx.ru/perxis/perxis-go/pkg/errors"
"git.perx.ru/perxis/perxis-go/errors"
"git.perx.ru/perxis/perxis-go/proto/common"
"google.golang.org/grpc/status"
)
......
File moved
File moved
File moved
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