File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
33## [ master] ( https://github.com/arangodb/kube-arangodb/tree/master ) (N/A)
4+ - Update 'github.com/arangodb/arangosync-client' dependency to v0.7.0
45
56## [ 1.2.1] ( https://github.com/arangodb/kube-arangodb/tree/1.2.1 ) (2021-07-28)
67- Fix ArangoMember race with multiple ArangoDeployments within single namespace
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ replace (
2525require (
2626 github.com/aktau/github-release v0.10.0 // indirect
2727 github.com/arangodb-helper/go-certificates v0.0.0-20180821055445-9fca24fc2680
28- github.com/arangodb/arangosync-client v0.6.3
28+ github.com/arangodb/arangosync-client v0.7.0
2929 github.com/arangodb/go-driver v0.0.0-20210621075908-e7a6fa0cbd18
3030 github.com/arangodb/go-upgrade-rules v0.0.0-20180809110947-031b4774ff21
31- github.com/cenkalti/backoff v2.1 .1+incompatible
31+ github.com/cenkalti/backoff v2.2 .1+incompatible
3232 github.com/coreos/go-semver v0.3.0
3333 github.com/dchest/uniuri v0.0.0-20160212164326-8902c56451e9
3434 github.com/evanphx/json-patch v4.9.0+incompatible
@@ -61,6 +61,7 @@ require (
6161 github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
6262 github.com/ugorji/go/codec v1.2.6 // indirect
6363 github.com/voxelbrain/goptions v0.0.0-20180630082107-58cddc247ea2 // indirect
64+ github.com/zenazn/goji v0.9.0 // indirect
6465 golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
6566 golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
6667 golang.org/x/tools v0.1.1-0.20210504181558-0bb7e5c47b1a // indirect
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ github.com/arangodb-helper/go-certificates v0.0.0-20180821055445-9fca24fc2680 h1
5050github.com/arangodb-helper/go-certificates v0.0.0-20180821055445-9fca24fc2680 /go.mod h1:xDyzBwyYzcEhsaDXtmxCNM4p5BrtuoVYYsRTuJqmCeg =
5151github.com/arangodb/arangosync-client v0.6.3 h1:CJL9IxjCNVci2HNuWncZdVzHBeYTz0CeqqTf5Kpj2Ac =
5252github.com/arangodb/arangosync-client v0.6.3 /go.mod h1:C0DmhtoPKJGm2PO18FrfZf4mVWcG7qW2YPBTFMR2P1g =
53+ github.com/arangodb/arangosync-client v0.7.0 h1:3vLOVnMyr5vGlPA0OHxJL9Wyy49JJwN0uBYU1HDk0qk =
54+ github.com/arangodb/arangosync-client v0.7.0 /go.mod h1:g+JcxH3C63wKaJPnPr9nggYoGbt/bYCWpfcRG0NSodY =
5355github.com/arangodb/go-driver v0.0.0-20200617115956-9dac4c7fed22 h1:3Ken6Y1Qs+VLCTEiv1+807Gx2ToiuRCo8Dd1mPE5FC0 =
5456github.com/arangodb/go-driver v0.0.0-20200617115956-9dac4c7fed22 /go.mod h1:JG79qtPYRxUB6CdGWSH1XwpolSBjthuZX+Iaz/H38rA =
5557github.com/arangodb/go-driver v0.0.0-20210517114204-8cc084268066 h1:NneOFWxfa7rhNXIfEYWgxytudmgj2KPZfYSnKXSVGcw =
@@ -75,6 +77,8 @@ github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kB
7577github.com/blang/semver v3.5.0+incompatible /go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk =
7678github.com/cenkalti/backoff v2.1.1+incompatible h1:tKJnvO2kl0zmb/jA5UKAt4VoEVw1qxKWjE/Bpp46npY =
7779github.com/cenkalti/backoff v2.1.1+incompatible /go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM =
80+ github.com/cenkalti/backoff v2.2.1+incompatible h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4 =
81+ github.com/cenkalti/backoff v2.2.1+incompatible /go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM =
7882github.com/census-instrumentation/opencensus-proto v0.2.1 /go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU =
7983github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko =
8084github.com/cespare/xxhash v1.1.0 /go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc =
You can’t perform that action at this time.
0 commit comments