Skip to content

Commit

Permalink
fixes import order
Browse files Browse the repository at this point in the history
  • Loading branch information
luispresuelVenafi committed Feb 29, 2024
1 parent 5c3c59a commit 8e86f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/pki/vcert.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ import (
"crypto/tls"
"crypto/x509"
"fmt"
"github.com/Venafi/vcert/v5/pkg/verror"
"log"
"net/http"
"os"

"github.com/Venafi/vcert/v5"
"github.com/Venafi/vcert/v5/pkg/endpoint"
"github.com/Venafi/vcert/v5/pkg/verror"
"github.com/hashicorp/vault/sdk/logical"
)

Expand Down

0 comments on commit 8e86f23

Please sign in to comment.