chore: update errors sub-module module path (#11832)

This commit is contained in:
Aleksandr Bezobchuk
2022-04-29 15:04:33 -04:00
committed by GitHub
parent 2add1bae8f
commit 9361b8501c
14 changed files with 24 additions and 27 deletions
+3 -6
View File
@@ -3,14 +3,11 @@ package errors
import (
stdlib "errors"
"fmt"
"testing"
grpcstatus "google.golang.org/grpc/status"
"google.golang.org/grpc/codes"
"github.com/pkg/errors"
"github.com/stretchr/testify/suite"
"google.golang.org/grpc/codes"
grpcstatus "google.golang.org/grpc/status"
"testing"
)
type errorsTestSuite struct {