Skip to content

Commit

Permalink
pkg: Use errors from system package.
Browse files Browse the repository at this point in the history
I consider this package was added by mistake. This leads to one more package in go.mod, but I don't have such intentions.

Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
  • Loading branch information
smallhive committed Oct 24, 2023
1 parent 25b660e commit 526ccdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/local_object_storage/writecache/status.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package writecache

import (
"errors"

"github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common"
oid "github.com/nspcc-dev/neofs-sdk-go/object/id"
"github.com/pkg/errors"
"go.etcd.io/bbolt"
)

Expand Down

0 comments on commit 526ccdb

Please sign in to comment.