diff options
| author | Raúl Benencia <id@rbenencia.name> | 2026-06-05 16:49:33 -0300 |
|---|---|---|
| committer | Raul Benencia <46945030+raul-te@users.noreply.github.com> | 2026-06-05 16:56:20 -0300 |
| commit | 07a844375e9052b998f425fbe65094bc555974ba (patch) | |
| tree | 71d49990ac297ebbd0d140e3c101474f4bca4356 /internal | |
| parent | 53a9db984e92a96e0ad8005434c68162446e2ed5 (diff) | |
Update to yaml.v3 and drop vendor/
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/mappings/parse.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/mappings/parse.go b/internal/mappings/parse.go index dbd9552..fe6a7c2 100644 --- a/internal/mappings/parse.go +++ b/internal/mappings/parse.go @@ -18,7 +18,7 @@ import ( "io/ioutil" "os" - "gopkg.in/yaml.v2" + "gopkg.in/yaml.v3" "github.com/thousandeyes/shoelaces/internal/log" ) |
