summaryrefslogtreecommitdiffstats
path: root/pkg/commands/pull_request.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/commands/pull_request.go')
-rw-r--r--pkg/commands/pull_request.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/commands/pull_request.go b/pkg/commands/pull_request.go
index 043a3c07d..7f0a55334 100644
--- a/pkg/commands/pull_request.go
+++ b/pkg/commands/pull_request.go
@@ -1,9 +1,10 @@
package commands
import (
- "errors"
"fmt"
"strings"
+
+ "github.com/go-errors/errors"
)
// Service is a service that repository is on (Github, Bitbucket, ...)