Skip to content

Commit fbb8d50

Browse files
committed
update imports for changed internal layout
1 parent 89d5c79 commit fbb8d50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/cli/config/get.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ import (
1919
"os"
2020
"reflect"
2121

22-
"github.com/arduino/arduino-cli/configuration"
22+
"github.com/arduino/arduino-cli/internal/cli/configuration"
2323
"github.com/arduino/arduino-cli/internal/cli/feedback"
2424
"github.com/sirupsen/logrus"
2525
"github.com/spf13/cobra"
26-
"gopkg.in/yaml.v2"
26+
"gopkg.in/yaml.v3"
2727
)
2828

2929
func initGetCommand() *cobra.Command {

0 commit comments

Comments
 (0)