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 /go.mod | |
| parent | 53a9db984e92a96e0ad8005434c68162446e2ed5 (diff) | |
Update to yaml.v3 and drop vendor/
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ module github.com/thousandeyes/shoelaces go 1.22 -require gopkg.in/yaml.v2 v2.4.0 +require gopkg.in/yaml.v3 v3.0.1 |
