From 7195f93b19cd285308f6db2d873e77ebec0a65d2 Mon Sep 17 00:00:00 2001 From: Christopher Yihan Jiang <48700578+Chrisyhjiang@users.noreply.github.com> Date: Fri, 28 Jun 2024 15:14:50 -0700 Subject: [PATCH] changes --- src/cmd/cli/command/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/cli/command/commands.go b/src/cmd/cli/command/commands.go index f07124b00..6afe950c9 100644 --- a/src/cmd/cli/command/commands.go +++ b/src/cmd/cli/command/commands.go @@ -25,7 +25,7 @@ import ( "github.com/aws/smithy-go" "github.com/bufbuild/connect-go" "github.com/spf13/cobra" - "gopkg.in/yaml.v2" + "gopkg.in/yaml.v3" ) const DEFANG_PORTAL_HOST = "portal.defang.dev"