Skip to content

Commit

Permalink
Merge pull request #125 from Scalingo/fix/deps
Browse files Browse the repository at this point in the history
chore(deps): update all dependencies to the Go module version
  • Loading branch information
EtienneM authored Aug 20, 2021
2 parents a45c642 + 27168b1 commit a78a250
Show file tree
Hide file tree
Showing 487 changed files with 32,447 additions and 26,309 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## To be released

* chore(deps): bump github.com/olekukonko/tablewriter v0.0.0-20180912035003-be2c049b30cc => v0.0.5
* chore(deps): replace github.com/satori/go.uuid with github.com/gofrs/uuid
* chore(deps): update github.com/gofrs/uuid v3.4.0+incompatible => v4.0.0+incompatible
* chore(deps): update github.com/j-keck/arping v0.0.0-20160618110441-2cf9dc699c56 => v1.0.2
* chore(deps): update github.com/logrusorgru/aurora v0.0.0-20181002194514-a7b3b318ed4e => v3.0.0
* chore(deps): update github.com/looplab/fsm v0.0.0-20180515091235-f980bdb68a89 => v0.3.0
* chore(deps): bump go.etcd.io to Go Module version
* chore(deps): update github.com/Scalingo/go-utils/etcd v1.0.1 => v1.1.0

## [2021-07-30] 2.0.0

* chore(Dependabot): Update various dependencies
Expand Down
2 changes: 1 addition & 1 deletion cmd/link-client/formatter.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strings"

"github.com/Scalingo/link/v2/api"
"github.com/logrusorgru/aurora"
aurora "github.com/logrusorgru/aurora/v3"
"github.com/olekukonko/tablewriter"
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/link-client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

"github.com/Scalingo/link/v2/api"
"github.com/Scalingo/link/v2/models"
"github.com/logrusorgru/aurora"
aurora "github.com/logrusorgru/aurora/v3"
"github.com/pkg/errors"
"github.com/urfave/cli"
)
Expand Down
28 changes: 14 additions & 14 deletions etcdmock/kv_mock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions etcdmock/lease_mock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions etcdmock/txn_mock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ require (
github.com/Scalingo/go-handlers v1.4.0
github.com/Scalingo/go-philae/v4 v4.4.2
github.com/Scalingo/go-utils/errors v1.0.0
github.com/Scalingo/go-utils/etcd v1.0.1
github.com/Scalingo/go-utils/etcd v1.1.0
github.com/Scalingo/go-utils/logger v1.0.0
github.com/Scalingo/go-utils/retry v1.0.0
github.com/gofrs/uuid v3.4.0+incompatible
github.com/gofrs/uuid v4.0.0+incompatible
github.com/golang/mock v1.6.0
github.com/gorilla/mux v1.8.0
github.com/j-keck/arping v0.0.0-20160618110441-2cf9dc699c56
github.com/j-keck/arping v1.0.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/logrusorgru/aurora v0.0.0-20181002194514-a7b3b318ed4e
github.com/looplab/fsm v0.0.0-20180515091235-f980bdb68a89
github.com/olekukonko/tablewriter v0.0.0-20180912035003-be2c049b30cc
github.com/logrusorgru/aurora/v3 v3.0.0
github.com/looplab/fsm v0.3.0
github.com/olekukonko/tablewriter v0.0.5
github.com/pkg/errors v0.9.1
github.com/satori/go.uuid v0.0.0-20180103174451-36e9d2ebbde5
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/urfave/cli v1.22.5
github.com/vishvananda/netlink v1.1.0
go.etcd.io/etcd/v3 v3.3.0-rc.0.0.20200826232710-c20cc05fc548
go.etcd.io/etcd/api/v3 v3.5.0
go.etcd.io/etcd/client/v3 v3.5.0
)
Loading

0 comments on commit a78a250

Please sign in to comment.