From ee3a8e559b0efd262aa093bd153c70221bf76ac0 Mon Sep 17 00:00:00 2001 From: Sam Tholiya Date: Sat, 18 Jan 2025 14:56:24 +0100 Subject: [PATCH] fix go.mod --- go.mod | 2 +- go.sum | 2 -- .../TestCLICommands_atmos_describe_config.stdout.golden | 5 +++++ ...stCLICommands_atmos_describe_config_-f_yaml.stdout.golden | 5 ++++- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 7b20eb1066..55cb90289b 100644 --- a/go.mod +++ b/go.mod @@ -17,8 +17,8 @@ require ( github.com/charmbracelet/huh v0.6.0 github.com/charmbracelet/lipgloss v1.0.0 github.com/charmbracelet/log v0.4.0 - github.com/editorconfig-checker/editorconfig-checker/v3 v3.0.3 github.com/creack/pty v1.1.23 + github.com/editorconfig-checker/editorconfig-checker/v3 v3.0.3 github.com/elewis787/boa v0.1.2 github.com/fatih/color v1.18.0 github.com/go-git/go-git/v5 v5.13.1 diff --git a/go.sum b/go.sum index 2c73af58c8..92ef883916 100644 --- a/go.sum +++ b/go.sum @@ -1018,8 +1018,6 @@ github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7z github.com/fsnotify/fsnotify v1.5.1/go.mod h1:T3375wBYaZdLLcVNkcVbzGHY7f1l/uK5T5Ai1i3InKU= github.com/fsnotify/fsnotify v1.8.0 h1:dAwr6QBTBZIkG8roQaJjGof0pp0EeF+tNV7YBP3F/8M= github.com/fsnotify/fsnotify v1.8.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0= -github.com/fsouza/fake-gcs-server v1.37.12/go.mod h1:9A8foxhEYU5Vf7znk9TMl5YZGrdPGBokNTTuqltZCnc= -github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa/go.mod h1:KnogPXtdwXqoenmZCw6S+25EAm2MkxbG0deNDu4cbSA= github.com/gabriel-vasile/mimetype v1.4.4 h1:QjV6pZ7/XZ7ryI2KuyeEDE8wnh7fHP9YnQy+R0LnH8I= github.com/gabriel-vasile/mimetype v1.4.4/go.mod h1:JwLei5XPtWdGiMFB5Pjle1oEeoSeEuJfJE+TtfvdB/s= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= diff --git a/tests/snapshots/TestCLICommands_atmos_describe_config.stdout.golden b/tests/snapshots/TestCLICommands_atmos_describe_config.stdout.golden index 1e3ddb9d0d..0e2e1c06db 100644 --- a/tests/snapshots/TestCLICommands_atmos_describe_config.stdout.golden +++ b/tests/snapshots/TestCLICommands_atmos_describe_config.stdout.golden @@ -135,5 +135,10 @@ "Timeout": 0, "Frequency": "" } + }, + "validate": { + "editorconfig": { + "color": true + } } } diff --git a/tests/snapshots/TestCLICommands_atmos_describe_config_-f_yaml.stdout.golden b/tests/snapshots/TestCLICommands_atmos_describe_config_-f_yaml.stdout.golden index d41b52220c..e5906c8045 100644 --- a/tests/snapshots/TestCLICommands_atmos_describe_config_-f_yaml.stdout.golden +++ b/tests/snapshots/TestCLICommands_atmos_describe_config_-f_yaml.stdout.golden @@ -3,7 +3,7 @@ components: terraform: base_path: components/terraform apply_auto_approve: false - append_user_agent: Atmos/test (Cloud Posse; +https://atmos.tools) + append_user_agent: Atmos/0.0.1 (Cloud Posse; +https://atmos.tools) deploy_run_init: true init_run_reconfigure: true auto_generate_backend_file: false @@ -40,4 +40,7 @@ excludeStackAbsolutePaths: terraformDirAbsolutePath: /Users/erik/Dev/cloudposse/tools/atmos/examples/demo-stacks/components/terraform helmfileDirAbsolutePath: /Users/erik/Dev/cloudposse/tools/atmos/examples/demo-stacks default: false +validate: + editorconfig: + color: true