-
Notifications
You must be signed in to change notification settings - Fork 547
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dependency on deprecated github.com/pkg/errors (#1887)
* cmd/cosign/cli: remove dependency on deprecated github.com/pkg/errors Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com> * cmd/sget/cli: remove dependency on deprecated github.com/pkg/errors Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com> * internal/pkg/cosign/ephemeral: remove dependency on pkg/errors Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com> * pkg/cosign: remove dependency on deprecated github.com/pkg/errors Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com> * pkg/oci: remove dependency on deprecated github.com/pkg/errors Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com> * pkg/policy: remove dependency on deprecated github.com/pkg/errors Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com> * pkg/sget: remove dependency on deprecated github.com/pkg/errors Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com> * pkg/signature: remove dependency on deprecated github.com/pkg/errors Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com> * go.mod: go mod tidy Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com> * pkg/cosign/kubernetes/webhook: remove unnecessary fmt.Sprintf Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com> * pkg/oci/remote: should handle error on name.NewRepository Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
- Loading branch information
Showing
63 changed files
with
322 additions
and
333 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.