Skip to content

Commit de1e3ba

Browse files
author
Quentin Perez
committed
party -c -t -d=vendor
1 parent 6e7544e commit de1e3ba

File tree

224 files changed

+12330
-4659
lines changed

Some content is hidden

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

224 files changed

+12330
-4659
lines changed

pkg/scwversion/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package scwversion
22

33
var (
4-
VERSION string
4+
VERSION string
55
GITCOMMIT string
66
)

pkg/utils/utils.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ import (
2121
"strings"
2222
"time"
2323

24-
"github.com/Sirupsen/logrus"
25-
"github.com/moul/gotty-client"
2624
"github.com/scaleway/scaleway-cli/pkg/sshcommand"
25+
"github.com/scaleway/scaleway-cli/vendor/github.com/Sirupsen/logrus"
2726
log "github.com/scaleway/scaleway-cli/vendor/github.com/Sirupsen/logrus"
27+
"github.com/scaleway/scaleway-cli/vendor/github.com/moul/gotty-client"
2828
)
2929

3030
// SpawnRedirection is used to redirects the fluxes

vendor/github.com/Sirupsen/logrus/CHANGELOG.md

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

vendor/github.com/Sirupsen/logrus/README.md

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

vendor/github.com/Sirupsen/logrus/doc.go

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

vendor/github.com/Sirupsen/logrus/entry.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/Sirupsen/logrus/entry_test.go

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

vendor/github.com/Sirupsen/logrus/exported.go

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

vendor/github.com/Sirupsen/logrus/logger.go

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

vendor/github.com/Sirupsen/logrus/logrus.go

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)