confd icon indicating copy to clipboard operation
confd copied to clipboard

Update vault lib 1.6.0 to improve performance

Open jbsmith7741 opened this issue 5 years ago • 2 comments

started with PR #767 which added go modules.

steps to replicate go mod update

go get github.com/hashicorp/[email protected]
go get github.com/coreos/[email protected]
go get github.com/ugorji/[email protected]
go get github.com/ugorji/go/codec@none

jbsmith7741 avatar Dec 09 '20 21:12 jbsmith7741

@kelseyhightower any chance this could get merged, It makes a big performance difference if you are using vault as a backend.

jbsmith7741 avatar Jan 12 '21 17:01 jbsmith7741

@jbsmith7741 I have been intermittently pushing my now divergent fork of this project forward as we use confd at Spreedly. I switched to go modules a couple releases ago and updated the dependencies this weekend.

abtreece avatar Feb 21 '21 22:02 abtreece