Skip to content

Commit a48579b

Browse files
committed
party -c -t -d=vendor
1 parent 610eda2 commit a48579b

File tree

155 files changed

+28598
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+28598
-5
lines changed

pkg/api/api_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package api
33
import (
44
"testing"
55

6-
. "github.com/smartystreets/goconvey/convey"
6+
. "github.com/scaleway/scaleway-cli/vendor/github.com/smartystreets/goconvey/convey"
77
)
88

99
func TestNewScalewayAPI(t *testing.T) {

pkg/cli/command_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package cli
33
import (
44
"testing"
55

6-
. "github.com/smartystreets/goconvey/convey"
6+
. "github.com/scaleway/scaleway-cli/vendor/github.com/smartystreets/goconvey/convey"
77
)
88

99
func TestCommand_Name(t *testing.T) {

pkg/scwversion/version_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package scwversion
33
import (
44
"testing"
55

6-
. "github.com/smartystreets/goconvey/convey"
6+
. "github.com/scaleway/scaleway-cli/vendor/github.com/smartystreets/goconvey/convey"
77
)
88

99
func TestInit(t *testing.T) {

pkg/sshcommand/sshcommand_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"testing"
66

7-
. "github.com/smartystreets/goconvey/convey"
7+
. "github.com/scaleway/scaleway-cli/vendor/github.com/smartystreets/goconvey/convey"
88
)
99

1010
func ExampleCommand() *Command {

pkg/utils/utils_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"strings"
66
"testing"
77

8-
. "github.com/smartystreets/goconvey/convey"
8+
. "github.com/scaleway/scaleway-cli/vendor/github.com/smartystreets/goconvey/convey"
99
)
1010

1111
func TestWordify(t *testing.T) {

vendor/github.com/jtolds/gls/LICENSE

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/jtolds/gls/README.md

Lines changed: 89 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/jtolds/gls/context.go

Lines changed: 150 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)