Skip to content

Commit

Permalink
fixing import order
Browse files Browse the repository at this point in the history
  • Loading branch information
luispresuelVenafi committed Sep 15, 2023
1 parent 1aac17c commit e47392e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/pki/path_venafi_cert_enroll.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import (
"sync"
"time"

"github.com/Venafi/vault-pki-backend-venafi/plugin/pki/vpkierror"
"github.com/Venafi/vcert/v5"
"github.com/Venafi/vcert/v5/pkg/certificate"
"github.com/Venafi/vcert/v5/pkg/endpoint"
Expand All @@ -27,6 +26,7 @@ import (
"github.com/hashicorp/vault/sdk/helper/consts"
"github.com/hashicorp/vault/sdk/logical"

"github.com/Venafi/vault-pki-backend-venafi/plugin/pki/vpkierror"
"github.com/Venafi/vault-pki-backend-venafi/plugin/util"
)

Expand Down
3 changes: 2 additions & 1 deletion plugin/pki/path_venafi_cert_enroll_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ package pki
import (
"testing"

"github.com/Venafi/vault-pki-backend-venafi/plugin/util"
"github.com/Venafi/vcert/v5"

"github.com/Venafi/vault-pki-backend-venafi/plugin/util"
)

func TestOriginInRequest(t *testing.T) {
Expand Down

0 comments on commit e47392e

Please sign in to comment.