diff --git a/pkg/env/create.go b/pkg/env/create.go index 6ce2198..8af398f 100644 --- a/pkg/env/create.go +++ b/pkg/env/create.go @@ -5,8 +5,8 @@ import ( "os" "path/filepath" - "github.com/aryansharma9917/codewise-cli/pkg/config" survey "github.com/AlecAivazis/survey/v2" + "github.com/aryansharma9917/codewise-cli/pkg/config" "gopkg.in/yaml.v3" )