Skip to content

Commit

Permalink
fix-imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nklaassen committed Dec 9, 2024
1 parent c248994 commit 1e86c6d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lib/vnet/admin_process.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ import (
"os"
"time"

"github.com/gravitational/teleport/lib/vnet/daemon"
"github.com/gravitational/trace"
"golang.zx2c4.com/wireguard/tun"

"github.com/gravitational/teleport/lib/vnet/daemon"
)

// RunAdminProcess must run as root. It creates and sets up a TUN device and passes
Expand Down
3 changes: 2 additions & 1 deletion tool/tsh/common/vnet_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ import (
"os"

"github.com/alecthomas/kingpin/v2"
"github.com/gravitational/trace"

"github.com/gravitational/teleport"
"github.com/gravitational/teleport/api/types"
"github.com/gravitational/teleport/lib/vnet"
"github.com/gravitational/teleport/lib/vnet/daemon"
"github.com/gravitational/trace"
)

type vnetCommand struct {
Expand Down
3 changes: 2 additions & 1 deletion tool/tsh/common/vnet_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ import (
"os"

"github.com/alecthomas/kingpin/v2"
"github.com/gravitational/trace"

"github.com/gravitational/teleport"
"github.com/gravitational/teleport/api/types"
"github.com/gravitational/teleport/lib/vnet"
"github.com/gravitational/teleport/lib/vnet/daemon"
"github.com/gravitational/trace"
)

type vnetCommand struct {
Expand Down

0 comments on commit 1e86c6d

Please sign in to comment.