cyberark / conjur-authn-k8s-client

Authentication sidecar for Conjur Kubernetes integration.
https://www.conjur.org
Apache License 2.0
11 stars 14 forks source link

Use replace to remove yaml.v3 prior to 3.0.1 from consideration #475

Closed andytinkham closed 2 years ago

andytinkham commented 2 years ago

Signed-off-by: Andy Tinkham andy.tinkham@cyberark.com

Desired Outcome

Remove versions of gopkg.in/yaml.v3 prior to v3.0.1 from the dependency tree.

Implemented Changes

Replace the remaining old version and force it to 3.0.1

Connected Issue/Story

CyberArk internal issue: CONJSE-1378

Definition of Done

At least 1 todo must be completed in the sections below for the PR to be merged.

Changelog

Test coverage

Documentation

Behavior

Security