From 715959d1b74309da0196ecda55ed7eeea0c5e380 Mon Sep 17 00:00:00 2001 From: Reuven Harrison Date: Tue, 31 Mar 2026 00:24:57 +0300 Subject: [PATCH] chore: bump yaml3 to v0.0.3 Picks up the fix that skips __origin__ entries during alias expansion, preventing spurious "excessive aliasing" errors on large specs with many YAML aliases. Co-Authored-By: Claude Sonnet 4.6 --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 787df02..fc50ef3 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/oasdiff/yaml go 1.22.5 -require github.com/oasdiff/yaml3 v0.0.2 +require github.com/oasdiff/yaml3 v0.0.3 diff --git a/go.sum b/go.sum index 75f8e2b..a28996c 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,6 @@ github.com/oasdiff/yaml3 v0.0.2 h1:KAbH+Qi4aT7PQbG4AASP25Yob3u+VyAVjLrTHaR/FOE= github.com/oasdiff/yaml3 v0.0.2/go.mod h1:y5+oSEHCPT/DGrS++Wc/479ERge0zTFxaF8PbGKcg2o= +github.com/oasdiff/yaml3 v0.0.3 h1:AoDWNMgx8ND5gmaxeUSX4LjrlxrYB6CGzKdVi/1zAPQ= +github.com/oasdiff/yaml3 v0.0.3/go.mod h1:y5+oSEHCPT/DGrS++Wc/479ERge0zTFxaF8PbGKcg2o= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=