Skip to content

Commit 4f31090

Browse files
committed
party -c -t -d=vendor
1 parent d87c9b1 commit 4f31090

File tree

18 files changed

+1199
-3
lines changed

18 files changed

+1199
-3
lines changed

pkg/commands/images_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"strings"
99
"testing"
1010

11-
. "github.com/smartystreets/goconvey/convey"
11+
. "github.com/scaleway/scaleway-cli/vendor/github.com/smartystreets/goconvey/convey"
1212
)
1313

1414
func ExampleRunImages() {

pkg/commands/version_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"bytes"
99
"testing"
1010

11-
. "github.com/smartystreets/goconvey/convey"
11+
. "github.com/scaleway/scaleway-cli/vendor/github.com/smartystreets/goconvey/convey"
1212
)
1313

1414
func TestVersion(t *testing.T) {

pkg/config/config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"strings"
99
"testing"
1010

11-
. "github.com/smartystreets/goconvey/convey"
11+
. "github.com/scaleway/scaleway-cli/vendor/github.com/smartystreets/goconvey/convey"
1212
)
1313

1414
func TestGetConfigFilePath(t *testing.T) {

vendor/github.com/pborman/uuid/CONTRIBUTORS

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

vendor/github.com/pborman/uuid/LICENSE

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

vendor/github.com/pborman/uuid/dce.go

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

vendor/github.com/pborman/uuid/doc.go

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

vendor/github.com/pborman/uuid/hash.go

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

vendor/github.com/pborman/uuid/json.go

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

vendor/github.com/pborman/uuid/json_test.go

Lines changed: 32 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)