gruntwork-io / terratest

Terratest is a Go library that makes it easier to write automated tests for your infrastructure code.
https://terratest.gruntwork.io/
Apache License 2.0
7.39k stars 1.32k forks source link

remove dependency on github.com/ghodss/yaml #1385

Open lahabana opened 5 months ago

lahabana commented 5 months ago

Description

Library is not maintained anymore and the same utility is provided in k8s which the project already depends on

TODOs

Read the Gruntwork contribution guidelines.

Release Notes (draft)

Remove dependency on github.com/ghodss/yaml which is not maintained anymore

Migration Guide

N/A

denis256 commented 5 months ago
pre-commit installed at .git/hooks/pre-commit
[INFO] Initializing environment for https://github.com/gruntwork-io/pre-commit.
goimports................................................................Failed
- hook id: goimports
- files were modified by this hook

modules/helm/template.go
lahabana commented 3 months ago

@denis256 updated sorry it took so long