Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoShaka authored and github-actions committed Feb 22, 2024
1 parent da619d1 commit fb8cf70
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions integrations/lib/testing/integration/authhelper.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,19 @@ import (
"crypto/x509"
"encoding/pem"
"fmt"
"testing"
"time"

"github.com/stretchr/testify/require"
"golang.org/x/crypto/ssh"

"github.com/gravitational/teleport/api/client"
"github.com/gravitational/teleport/api/constants"
"github.com/gravitational/teleport/api/identityfile"
"github.com/gravitational/teleport/api/types"
"github.com/gravitational/teleport/api/utils/keys"
libauth "github.com/gravitational/teleport/lib/auth"
"github.com/gravitational/teleport/lib/auth/native"
"github.com/stretchr/testify/require"
"golang.org/x/crypto/ssh"
"testing"
"time"
)

// OSSAuthHelper implements the AuthHelper interface.
Expand Down

0 comments on commit fb8cf70

Please sign in to comment.