Skip to content

Commit

Permalink
change imports in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhodges committed Jan 13, 2025
1 parent f30485b commit d61b3db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion signer/signer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ import (
"fmt"
"testing"

"github.com/golang/mock/gomock"
"github.com/miekg/pkcs11"
"github.com/mozilla-services/autograph/crypto11"
"github.com/mozilla-services/autograph/internal/mockpkcs11"
"go.uber.org/mock/gomock"
)

func TestParseRSAPrivateKey(t *testing.T) {
Expand Down
3 changes: 1 addition & 2 deletions tools/autograph-monitor/contentsignaturepki_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ import (
"time"

"github.com/mozilla-services/autograph/formats"

gomock "github.com/golang/mock/gomock"
"github.com/mozilla-services/autograph/tools/autograph-monitor/mock_main"
"go.uber.org/mock/gomock"
)

// helper funcs -----------------------------------------------------------------
Expand Down

0 comments on commit d61b3db

Please sign in to comment.