Skip to content
This repository was archived by the owner on Nov 20, 2021. It is now read-only.

Commit a5c6605

Browse files
committed
Update etcd to 3.4.9
This also ends up setting the data dir to 0700 to satisfy a new check added to the data dir. #41 requested this changed for security reasons and it was denied, but must ultimately be changed to maintain compatibility with etcd.
1 parent 83476fb commit a5c6605

3 files changed

Lines changed: 109 additions & 13 deletions

File tree

go.mod

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
module github.com/criticalstack/e2d
22

3-
go 1.13
3+
go 1.14
44

55
require (
66
github.com/aws/aws-sdk-go v1.30.7
77
github.com/cloudflare/cfssl v1.4.1
8+
github.com/coreos/go-semver v0.3.0 // indirect
89
github.com/digitalocean/go-metadata v0.0.0-20180111002115-15bd36e5f6f7
910
github.com/digitalocean/godo v1.34.0
1011
github.com/fatih/color v1.7.0
11-
github.com/gogo/protobuf v1.2.1
12+
github.com/gogo/protobuf v1.3.1
1213
github.com/google/go-cmp v0.5.0
1314
github.com/hashicorp/memberlist v0.2.0
1415
github.com/pkg/errors v0.9.1
15-
github.com/spf13/cobra v0.0.3
16-
go.etcd.io/bbolt v1.3.3
17-
go.etcd.io/etcd v0.5.0-alpha.5.0.20200401174654-e694b7bb0875
18-
go.uber.org/zap v1.10.0
16+
github.com/spf13/cobra v1.0.0
17+
go.etcd.io/bbolt v1.3.5
18+
go.etcd.io/etcd v0.5.0-alpha.5.0.20200707173218-d3a702a09d92
19+
go.uber.org/zap v1.15.0
1920
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
20-
google.golang.org/grpc v1.26.0
21+
golang.org/x/text v0.3.3 // indirect
22+
google.golang.org/grpc v1.29.1
2123
)

0 commit comments

Comments
 (0)