X Tutup
Skip to content

Commit 18975e6

Browse files
author
nate smith
committed
fix imports
1 parent b81eda0 commit 18975e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkg/cmd/run/cancel/cancel_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import (
66
"net/http"
77
"testing"
88

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"
9+
"github.com/cli/cli/v2/internal/ghrepo"
10+
"github.com/cli/cli/v2/pkg/cmdutil"
11+
"github.com/cli/cli/v2/pkg/httpmock"
12+
"github.com/cli/cli/v2/pkg/iostreams"
1313
"github.com/google/shlex"
1414
"github.com/stretchr/testify/assert"
1515
)

0 commit comments

Comments
 (0)
X Tutup