Skip to content

Commit

Permalink
chore(deps): bump go.etcd.io to Go Module version
Browse files Browse the repository at this point in the history
Also update github.com/Scalingo/go-utils/etcd
  • Loading branch information
EtienneM committed Aug 20, 2021
1 parent 6cc4ccf commit 27168b1
Show file tree
Hide file tree
Showing 406 changed files with 28,184 additions and 23,073 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
* 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

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.

5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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 v4.0.0+incompatible
Expand All @@ -22,5 +22,6 @@ require (
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 27168b1

Please sign in to comment.