Skip to content

Commit dac2cff

Browse files
committed
refactor(driver): remove redundant builtins pkg
Signed-off-by: Ansuman Sahoo <[email protected]>
1 parent 4630452 commit dac2cff

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

cmd/limactl/disk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ import (
1414

1515
contfs "github.com/containerd/continuity/fs"
1616
"github.com/docker/go-units"
17-
"github.com/lima-vm/go-qcow2reader"
1817
"github.com/sirupsen/logrus"
1918
"github.com/spf13/cobra"
2019

20+
"github.com/lima-vm/go-qcow2reader"
2121
"github.com/lima-vm/lima/pkg/nativeimgutil"
2222
"github.com/lima-vm/lima/pkg/qemuimgutil"
2323
"github.com/lima-vm/lima/pkg/store"

pkg/builtins/drivers.go

Lines changed: 0 additions & 11 deletions
This file was deleted.

pkg/networks/usernet/client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import (
1616

1717
gvproxyclient "github.com/containers/gvisor-tap-vsock/pkg/client"
1818
"github.com/containers/gvisor-tap-vsock/pkg/types"
19+
1920
"github.com/lima-vm/lima/pkg/httpclientutil"
2021
"github.com/lima-vm/lima/pkg/limayaml"
2122
"github.com/lima-vm/lima/pkg/networks/usernet/dnshosts"

0 commit comments

Comments
 (0)