Skip to content

Commit 6cd6b6a

Browse files
committed
Bump deps
1 parent 95bd07d commit 6cd6b6a

File tree

299 files changed

+65238
-23519
lines changed

Some content is hidden

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

299 files changed

+65238
-23519
lines changed

.gopmfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[deps]
2-
github.com/Sirupsen/logrus =
3-
github.com/docker/docker =
4-
github.com/scaleway/scaleway-cli =
2+
github.com/sirupsen/logrus =
3+
github.com/docker/docker =
4+
github.com/scaleway/scaleway-cli =
55

66
[res]
7-
include =
8-
7+
include =

cmd/scw/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ package main
1111
import (
1212
"os"
1313

14-
"github.com/Sirupsen/logrus"
1514
"github.com/scaleway/scaleway-cli/pkg/cli"
15+
"github.com/sirupsen/logrus"
1616
)
1717

1818
func main() {

pkg/api/helpers.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ import (
1414
"sync"
1515
"time"
1616

17-
"github.com/Sirupsen/logrus"
18-
log "github.com/Sirupsen/logrus"
1917
"github.com/docker/docker/pkg/namesgenerator"
2018
"github.com/dustin/go-humanize"
2119
"github.com/moul/anonuuid"
2220
"github.com/scaleway/scaleway-cli/pkg/utils"
21+
"github.com/sirupsen/logrus"
22+
log "github.com/sirupsen/logrus"
2323
)
2424

2525
// ScalewayResolvedIdentifier represents a list of matching identifier for a specifier pattern

pkg/cli/cmd_images.go

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

10-
"github.com/Sirupsen/logrus"
1110
"github.com/scaleway/scaleway-cli/pkg/commands"
11+
"github.com/sirupsen/logrus"
1212
)
1313

1414
var cmdImages = &Command{

pkg/cli/cmd_ps.go

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

10-
"github.com/Sirupsen/logrus"
1110
"github.com/scaleway/scaleway-cli/pkg/commands"
11+
"github.com/sirupsen/logrus"
1212
)
1313

1414
var cmdPs = &Command{

pkg/cli/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import (
1313
"strings"
1414
"time"
1515

16-
"github.com/Sirupsen/logrus"
1716
flag "github.com/docker/docker/pkg/mflag"
17+
"github.com/sirupsen/logrus"
1818

1919
version "github.com/hashicorp/go-version"
2020
"github.com/scaleway/scaleway-cli/pkg/api"

pkg/cli/x_billing.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ import (
1111
"text/tabwriter"
1212
"time"
1313

14-
"github.com/Sirupsen/logrus"
1514
"github.com/docker/go-units"
1615
"github.com/scaleway/scaleway-cli/pkg/commands"
1716
"github.com/scaleway/scaleway-cli/pkg/pricing"
1817
"github.com/scaleway/scaleway-cli/pkg/utils"
18+
"github.com/sirupsen/logrus"
1919
)
2020

2121
var cmdBilling = &Command{

pkg/cli/x_patch.go

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

11-
log "github.com/Sirupsen/logrus"
11+
log "github.com/sirupsen/logrus"
1212

1313
api "github.com/scaleway/scaleway-cli/pkg/api"
1414
)

pkg/clilogger/clilogger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import (
44
"net/http"
55
"os"
66

7-
"github.com/Sirupsen/logrus"
87
"github.com/moul/http2curl"
98
"github.com/scaleway/scaleway-cli/pkg/api"
9+
"github.com/sirupsen/logrus"
1010
)
1111

1212
type cliLogger struct {

pkg/commands/cp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ import (
1212
"path/filepath"
1313
"strings"
1414

15-
"github.com/Sirupsen/logrus"
1615
"github.com/docker/docker/pkg/archive"
1716
"github.com/scaleway/scaleway-cli/pkg/api"
1817
"github.com/scaleway/scaleway-cli/pkg/utils"
18+
"github.com/sirupsen/logrus"
1919
)
2020

2121
// CpArgs are arguments passed to `RunCp`

0 commit comments

Comments
 (0)