Piotr Tabor
b151a47d1b
tests/e2e: Update github.com/creack/pty v1.1.7 -> v1.1.11
...
The fix is needed to mitigate consequences of
https://github.com/golang/go/issues/29458 "golang breaking change" that
causes following test failures on etcd end:
--- FAIL: TestCtlV2Set (0.00s)
ctl_v2_test.go:552: could not start etcd process cluster (fork/exec ../../bin/etcd: Setctty set but Ctty not valid in child)
--- FAIL: TestCtlV2SetQuorum (0.00s)
ctl_v2_test.go:552: could not start etcd process cluster (fork/exec ../../bin/etcd: Setctty set but Ctty not valid in child)
--- FAIL: TestCtlV2SetClientTLS (0.00s)
ctl_v2_test.go:552: could not start etcd process cluster (fork/exec ../../bin/etcd: Setctty set but Ctty not valid in child)
2020-08-04 16:12:12 +02:00
jingyih
238ea9bf93
vendor: update bbolt to v1.3.5
2020-06-22 04:29:06 -07:00
Gyuho Lee
6e6f22db43
vendor: add missing failpoint
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2020-06-07 22:25:55 -07:00
Brandon Philips
96cce208c2
go.mod: use go.etcd.io/etcd/v3 versioning
...
This change makes the etcd package compatible with the existing Go
ecosystem for module versioning.
Used this tool to update package imports:
https://github.com/KSubedi/gomove
2020-04-28 00:57:35 +00:00
Gyuho Lee
3ffb3aed3a
vendor: update bbolt v1.3.4, zap v1.14.1
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2020-03-19 13:36:43 -07:00
jingyih
09304a4d82
vendor: remove capnslog
...
Clean up capnslog from etcd code base. Remove its dependency.
2020-02-12 12:33:16 -08:00
Yuchen Zhou
67bf39b2ec
vendor: update gRPC Go to v1.26.0 ( #11522 )
2020-01-15 16:56:21 -08:00
poslua
fd2dddb39f
vendor: bump go-systemd to v22.0.0 to fix mod tidy error ( #11387 )
2019-12-04 18:47:14 -08:00
Edward Muller
9efa0448e2
go.mod: bump x/crypto because of [CVE-2019-11840]
...
Related to https://github.com/sirupsen/logrus/issues/1035
2019-10-09 16:03:31 -07:00
Edward Muller
9830872d31
go.mod: bump the version of logrus
...
Related to https://github.com/sirupsen/logrus/issues/1035
2019-10-09 16:03:23 -07:00
Gyuho Lee
426463c433
vendor: upgrade gRPC Go to v1.24.0
...
Picking up some performance improvements and bug fixes.
https://github.com/grpc/grpc-go/releases/tag/v1.24.0
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-09-30 10:43:02 -07:00
Gyuho Lee
2ed05bfc33
vendor: upgrade to gRPC v1.23.1
...
https://github.com/grpc/grpc-go/releases/tag/v1.23.1
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-09-11 12:25:49 -07:00
Gyuho Lee
2cab6edf94
go.mod: use Go 1.13
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-09-06 11:39:16 -07:00
Carlos de Paula
7c6ef608bd
vendor: x/sys and x/net to support building on Risc-V
...
Signed-off-by: Carlos de Paula <me@carlosedp.com>
2019-08-29 17:08:41 -03:00
Gyuho Lee
4e3c2e0a3a
vendor: update "net/http2" to latest
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-08-13 13:35:50 -07:00
Gyuho Lee
02b2779814
vendor: upgrade grpc-go to 1.23.0
...
https://github.com/grpc/grpc-go/releases/tag/v1.23.0
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-08-13 12:57:14 -07:00
Tobias Schottdorf
f57c16c271
vendor: bump datadriven
...
Picks up some fixes for papercuts.
2019-08-10 00:02:59 +02:00
Gyuho Lee
f5f400b14a
vendor: update gRPC to latest
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-08-06 10:20:02 -07:00
Gyuho Lee
f3bca1db08
vendor: update grpc-ecosystem
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-07-29 16:13:54 -07:00
Gyuho Lee
4707d7a196
vendor: upgrade grpc-go to v1.22.1
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-07-26 08:53:09 -07:00
Gyuho Lee
46166ad733
vendor: update
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-07-24 14:09:50 -07:00
Tobias Schottdorf
76c8ca5a55
quorum: introduce library for majority and joint quorums
...
The quorum package contains logic to reason about committed indexes as
well as vote outcomes for both majority and joint quorums. The package
is oblivious to the existence of learner replicas.
The plan is to hook this up to etcd/raft in subsequent commits.
2019-06-19 14:19:35 +02:00
宇慕
a2a077790b
vendor: update boltdb
2019-06-10 10:25:59 +08:00
Gyuho Lee
b40597ce46
module: require 1.12, remove "v3" import paths
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-06-03 11:15:19 -07:00
rohitsardesai83
42a7ea6d33
etcd: Replace ghodss/yaml with sigs.k8s.io/yaml
...
To remove the dependency on ghodss/yaml. Replaced this dependency with sigs.k8s.io/yaml.
This wil help to remove the ghodss/yaml dependency from main kubernetes repository.
xref: https://github.com/kubernetes/kubernetes/issues/77024
2019-05-02 12:34:36 +05:30
shivaramr
9150bf52d6
go modules: Fix module path version to include version number
2019-04-26 15:29:50 -07:00
Davanum Srinivas
3655a4b228
vendor: Run scripts/updatedeps.sh to cleanup unused code
2019-04-23 16:54:44 -04:00
Davanum Srinivas
6de29e08aa
vendor: Add json-iterator and its dependencies
...
Change-Id: I1f3fc00f95efadd6da9b4c248156f8460ae0ff97
2019-04-23 16:54:44 -04:00
Davanum Srinivas
90108a2e61
client: Replace ugorji/codec with json-iterator/go
...
We need to use the stdlib-compatible one that is case-sensitive, etc
Change-Id: Id0df573a70e09967ac7d8c0a63d99d6a49ce82f1
2019-04-23 16:54:44 -04:00
Sophos
1adc288223
vendor: update ugorji to v1.1.2
2019-02-25 12:05:35 +08:00
Gyuho Lee
a151edc8c2
vendor: fix vendor go mod
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-02-19 08:48:25 -08:00
WizardCXY
46e23b233c
vendor: update boltdb and grpc middleware version
2019-01-30 06:21:57 -05:00
Mark McLoughlin
627660e94e
prober: check response http status code
...
Updated vendored probing module to 0.0.2.
Fixes #10404
2019-01-22 16:21:23 +00:00
Sam Batschelet
1e15c7434e
vendor: cleanup and revendor deps
...
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
2019-01-08 16:49:51 -05:00
Joe Betz
2338f747bf
vendor: Add dependency on google/uuid for safe UUID generation
...
etcd currently generates a few UUID style identifiers using approaches like `fmt.Sprintf("client-%s", strconv.FormatInt(time.Now().UnixNano(), 36))`.
But these can collide on machine architectures with larger timestamp steps (see https://github.com/etcd-io/etcd/issues/10035 ).
2018-10-22 14:06:24 -07:00
Gyuho Lee
bea4f1337a
go.mod: upgrade "go.uber.org/zap" to v1.9.1
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2018-09-21 01:51:53 -07:00
Gyuho Lee
527ff8216d
go.mod,sum: initial commit with Go 1.11 module
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2018-09-21 01:47:48 -07:00