Skip to content

Commit

Permalink
preparing for draft PR
Browse files Browse the repository at this point in the history
Signed-off-by: chaosinthecrd <[email protected]>
  • Loading branch information
ChaosInTheCRD committed Feb 1, 2024
1 parent 97e41d7 commit 795753d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import (
"github.com/in-toto/go-witness/log"
_ "github.com/in-toto/go-witness/signer/kms/aws"
_ "github.com/in-toto/go-witness/signer/kms/gcp"
_ "github.com/in-toto/go-witness/signer/kms/hashivault"
"github.com/in-toto/witness/options"
"github.com/spf13/cobra"
)
Expand Down
1 change: 0 additions & 1 deletion cmd/verify.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ func runVerify(ctx context.Context, vo options.VerifyOptions, verifiers ...crypt
return fmt.Errorf("must supply either a public key, CA certificates or a verifier")
}

// NOTE: I think we can add multiple verifiers here
if vo.KeyPath != "" {
keyFile, err := os.Open(vo.KeyPath)
if err != nil {
Expand Down
4 changes: 0 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ go 1.21

toolchain go1.21.4

replace github.com/in-toto/go-witness => ../go-witness

replace github.com/in-toto/go-witness/signer/kms/aws => ../go-witness/signer/kms/aws

replace github.com/in-toto/go-witness/signer/kms/gcp => ../go-witness/signer/kms/gcp

replace github.com/in-toto/go-witness/signer/kms/hashivault => ../go-witness/signer/kms/hashivault

require (
github.com/in-toto/go-witness v0.2.2
github.com/in-toto/go-witness/signer/kms/aws v0.0.0-00010101000000-000000000000
Expand Down

0 comments on commit 795753d

Please sign in to comment.