cyberark / secretless-broker

Secure your apps by making them Secretless
Apache License 2.0
234 stars 42 forks source link

Ran go mod tidy to remove old references #1433

Closed andytinkham closed 2 years ago

andytinkham commented 2 years ago

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

What does this PR do?

Runs the missing go mod tidy command I didn't run for the previous commits to update containerd. This just cleans up old references from go.mod and go.sum.

I also removed non-used references from NOTICES.txt plus all the indirect references as we only list licenses for things we directly include.

What ticket does this PR close?

Resolves #[relevant GitHub issues, eg 76]

Checklists

Change log

Test coverage

Documentation

(For releases only) Manual tests

codeclimate[bot] commented 2 years ago

Code Climate has analyzed commit 1f5a9e61 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 53.6% (0.0% change).

View more on Code Climate.