This commit is contained in:
Nick Cabatoff
2025-01-22 14:30:03 -05:00
committed by GitHub
parent 9d80c4548f
commit 13c445bd45
5 changed files with 6 additions and 6 deletions

View File

@@ -17,6 +17,7 @@ import (
"sync/atomic"
"time"
"github.com/coder/websocket"
"github.com/hashicorp/go-hclog"
"github.com/hashicorp/go-multierror"
"github.com/hashicorp/vault/api"
@@ -26,7 +27,6 @@ import (
"github.com/hashicorp/vault/helper/useragent"
"github.com/hashicorp/vault/sdk/logical"
"golang.org/x/exp/maps"
"nhooyr.io/websocket"
)
// Example write event (this does not contain all possible fields):

View File

@@ -12,6 +12,7 @@ import (
"testing"
"time"
"github.com/coder/websocket"
"github.com/hashicorp/go-hclog"
kv "github.com/hashicorp/vault-plugin-secrets-kv"
"github.com/hashicorp/vault/api"
@@ -26,7 +27,6 @@ import (
"github.com/hashicorp/vault/vault"
"github.com/stretchr/testify/require"
"go.uber.org/atomic"
"nhooyr.io/websocket"
)
// Avoiding a circular dependency in the test.

View File

@@ -11,10 +11,10 @@ import (
"os"
"strings"
"github.com/coder/websocket"
"github.com/hashicorp/cli"
"github.com/hashicorp/vault/api"
"github.com/posener/complete"
"nhooyr.io/websocket"
)
var (