Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency on deprecated github.com/pkg/errors #1887

Merged
merged 11 commits into from May 17, 2022

Commits on May 16, 2022

  1. cmd/cosign/cli: remove dependency on deprecated github.com/pkg/errors

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed May 16, 2022
    Configuration menu
    Copy the full SHA
    7025f69 View commit details
    Browse the repository at this point in the history
  2. cmd/sget/cli: remove dependency on deprecated github.com/pkg/errors

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed May 16, 2022
    Configuration menu
    Copy the full SHA
    bdb5b54 View commit details
    Browse the repository at this point in the history
  3. internal/pkg/cosign/ephemeral: remove dependency on pkg/errors

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed May 16, 2022
    Configuration menu
    Copy the full SHA
    45b4f88 View commit details
    Browse the repository at this point in the history
  4. pkg/cosign: remove dependency on deprecated github.com/pkg/errors

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed May 16, 2022
    Configuration menu
    Copy the full SHA
    24b1428 View commit details
    Browse the repository at this point in the history
  5. pkg/oci: remove dependency on deprecated github.com/pkg/errors

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed May 16, 2022
    Configuration menu
    Copy the full SHA
    87f6c90 View commit details
    Browse the repository at this point in the history
  6. pkg/policy: remove dependency on deprecated github.com/pkg/errors

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed May 16, 2022
    Configuration menu
    Copy the full SHA
    5088ff0 View commit details
    Browse the repository at this point in the history
  7. pkg/sget: remove dependency on deprecated github.com/pkg/errors

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed May 16, 2022
    Configuration menu
    Copy the full SHA
    27b11b5 View commit details
    Browse the repository at this point in the history
  8. pkg/signature: remove dependency on deprecated github.com/pkg/errors

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed May 16, 2022
    Configuration menu
    Copy the full SHA
    39ffcaf View commit details
    Browse the repository at this point in the history
  9. go.mod: go mod tidy

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed May 16, 2022
    Configuration menu
    Copy the full SHA
    706b081 View commit details
    Browse the repository at this point in the history
  10. pkg/cosign/kubernetes/webhook: remove unnecessary fmt.Sprintf

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed May 16, 2022
    Configuration menu
    Copy the full SHA
    3284ba9 View commit details
    Browse the repository at this point in the history
  11. pkg/oci/remote: should handle error on name.NewRepository

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed May 16, 2022
    Configuration menu
    Copy the full SHA
    80ab7ef View commit details
    Browse the repository at this point in the history