confd
confd copied to clipboard
Update vault lib 1.6.0 to improve performance
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
@kelseyhightower any chance this could get merged, It makes a big performance difference if you are using vault as a backend.
@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.