refactor: replace deprecated github.com/pkg/errors with errors pkg (#5577)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
package admin
|
||||
|
||||
import (
|
||||
"github.com/pkg/errors"
|
||||
"errors"
|
||||
)
|
||||
|
||||
// Command is an experimental interface
|
||||
|
||||
Reference in New Issue
Block a user