From 8496b76fd519494b0d54098d6d2dac881d5a48d1 Mon Sep 17 00:00:00 2001 From: Reuven Harrison Date: Thu, 25 Jun 2026 20:06:59 +0300 Subject: [PATCH] chore: bump oasdiff/yaml3 to v0.0.14 (node end positions + origin block-end) Picks up Node.EndLine/EndColumn and the __origin__ block-end span. oasdiff/yaml passes the __origin__ sequence through verbatim, so the new trailing end entries flow to consumers with no code change here. Co-Authored-By: Claude Opus 4.8 --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 7c7799f..b094f80 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/oasdiff/yaml go 1.25 -require github.com/oasdiff/yaml3 v0.0.13 +require github.com/oasdiff/yaml3 v0.0.14 diff --git a/go.sum b/go.sum index 39ea280..9e6d2c6 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ -github.com/oasdiff/yaml3 v0.0.13 h1:06svmvOHOVBqF81+sY2EUScvUI/iS/vl2VIeUUxZQwg= -github.com/oasdiff/yaml3 v0.0.13/go.mod h1:y5+oSEHCPT/DGrS++Wc/479ERge0zTFxaF8PbGKcg2o= +github.com/oasdiff/yaml3 v0.0.14 h1:aLJee3hxBK2H5wdXd9iPcIXb93Nty1Ge0pT171eHtkw= +github.com/oasdiff/yaml3 v0.0.14/go.mod h1:csto2xfDjYccdUn/yw/bPjj/cYTdp6HtFA0J4TWG+gg= 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=