Skip to content

Commit

Permalink
reorder import
Browse files Browse the repository at this point in the history
  • Loading branch information
thyton committed Feb 3, 2025
1 parent c9b647b commit fbb37e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/database/dbplugin/v5/grpc_database_plugin_oss.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ package dbplugin
import (
"context"

"google.golang.org/grpc"

"github.com/hashicorp/go-plugin"
"github.com/hashicorp/vault/sdk/database/dbplugin/v5/proto"
"github.com/hashicorp/vault/sdk/helper/pluginutil"
"github.com/hashicorp/vault/sdk/logical"
"google.golang.org/grpc"
)

// GRPCClient (Vault CE edition) initializes and returns a gRPCClient with Database and
Expand Down

0 comments on commit fbb37e9

Please sign in to comment.