Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaosInTheCRD committed Dec 13, 2023
1 parent 570ffbd commit 3b2e515
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions signer/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ package signer
import (
"context"

"github.com/testifysec/go-witness/cryptoutil"
"github.com/testifysec/go-witness/registry"
"github.com/in-toto/go-witness/cryptoutil"
"github.com/in-toto/go-witness/registry"
)

var (
signerRegistry = registry.New[SignerProvider]()
)
var signerRegistry = registry.New[SignerProvider]()

type SignerProvider interface {
Signer(context.Context) (cryptoutil.Signer, error)
Expand Down

0 comments on commit 3b2e515

Please sign in to comment.