Fix IAM users migration regression in etcd (#8029)

PR #8008 did not migrate user data stored in etcd.
This PR fixes that.
This commit is contained in:
kannappanr
2019-08-06 17:06:31 -07:00
committed by GitHub
parent e6d8e272ce
commit 930943f058
3 changed files with 32 additions and 11 deletions

3
go.mod
View File

@@ -102,3 +102,6 @@ require (
gopkg.in/olivere/elastic.v5 v5.0.80
gopkg.in/yaml.v2 v2.2.2
)
// Added for go1.13 migration https://github.com/golang/go/issues/32805
replace github.com/gorilla/rpc v1.2.0+incompatible => github.com/gorilla/rpc v1.2.0