Skip to content

Commit

Permalink
organize imports
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Godding Boye <[email protected]>
  • Loading branch information
erikgb committed Jul 7, 2024
1 parent 0d6f362 commit 5c89fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/bundle/internal/target/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ import (
"fmt"
"strings"

"github.com/cert-manager/trust-manager/pkg/util"
jks "github.com/pavlo-v-chernykh/keystore-go/v4"
"software.sslmate.com/src/go-pkcs12"

trustapi "github.com/cert-manager/trust-manager/pkg/apis/trust/v1alpha1"
"github.com/cert-manager/trust-manager/pkg/util"
)

// Data contains the resulting PEM-encoded certificate data from concatenating all the bundle sources together
Expand Down

0 comments on commit 5c89fd5

Please sign in to comment.