We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b81eda0 commit 18975e6Copy full SHA for 18975e6
pkg/cmd/run/cancel/cancel_test.go
@@ -6,10 +6,10 @@ import (
6
"net/http"
7
"testing"
8
9
- "github.com/cli/cli/internal/ghrepo"
10
- "github.com/cli/cli/pkg/cmdutil"
11
- "github.com/cli/cli/pkg/httpmock"
12
- "github.com/cli/cli/pkg/iostreams"
+ "github.com/cli/cli/v2/internal/ghrepo"
+ "github.com/cli/cli/v2/pkg/cmdutil"
+ "github.com/cli/cli/v2/pkg/httpmock"
+ "github.com/cli/cli/v2/pkg/iostreams"
13
"github.com/google/shlex"
14
"github.com/stretchr/testify/assert"
15
)
0 commit comments