From 702c60b45f769d706cf4cb778d08b17d3d1663e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 08:50:05 +0000 Subject: [PATCH] Bump github.com/chainguard-dev/yam Bumps [github.com/chainguard-dev/yam](https://github.com/chainguard-dev/yam) from 0.0.0-20230904174023-8d3c53b7e9d7 to 0.2.7. - [Commits](https://github.com/chainguard-dev/yam/commits/v0.2.7) --- updated-dependencies: - dependency-name: github.com/chainguard-dev/yam dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 3 ++- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 2063685..65d6c36 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,7 @@ module github.com/anchore/binny go 1.21.1 +toolchain go1.23.5 require ( github.com/Masterminds/semver/v3 v3.3.1 @@ -11,7 +12,7 @@ require ( github.com/anchore/clio v0.0.0-20230823172630-c42d666061af github.com/anchore/fangs v0.0.0-20230818131516-2186b10924fe github.com/anchore/go-logger v0.0.0-20230725134548-c21dafa1ec5a - github.com/chainguard-dev/yam v0.0.0-20230904174023-8d3c53b7e9d7 + github.com/chainguard-dev/yam v0.2.7 github.com/charmbracelet/bubbles v0.20.0 github.com/charmbracelet/bubbletea v1.2.4 github.com/charmbracelet/lipgloss v1.0.0 diff --git a/go.sum b/go.sum index a5c5ed0..e64d803 100644 --- a/go.sum +++ b/go.sum @@ -82,8 +82,8 @@ github.com/bmatcuk/doublestar/v4 v4.7.1/go.mod h1:xBQ8jztBU6kakFMg+8WGxn0c6z1fTS github.com/braydonk/yaml v0.7.0 h1:ySkqO7r0MGoCNhiRJqE0Xe9yhINMyvOAB3nFjgyJn2k= github.com/braydonk/yaml v0.7.0/go.mod h1:hcm3h581tudlirk8XEUPDBAimBPbmnL0Y45hCRl47N4= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= -github.com/chainguard-dev/yam v0.0.0-20230904174023-8d3c53b7e9d7 h1:YbqxaW3oq3br7zAKZ6rKJYZzvjBLY2OcZCSyU6d3aD4= -github.com/chainguard-dev/yam v0.0.0-20230904174023-8d3c53b7e9d7/go.mod h1:okUhPc01MlA/ss50BH6m4pYGs13ErgelZYP1a0LEHTk= +github.com/chainguard-dev/yam v0.2.7 h1:LXJwzflRIat03qM7Wfw7MSq2SIq8BRnTElDK3WtqhOs= +github.com/chainguard-dev/yam v0.2.7/go.mod h1:ivVkgGz9SBfGl7zCucW19ipaZkCbrmwrDyA9FNAxgjc= github.com/charmbracelet/bubbles v0.20.0 h1:jSZu6qD8cRQ6k9OMfR1WlM+ruM8fkPWkHvQWD9LIutE= github.com/charmbracelet/bubbles v0.20.0/go.mod h1:39slydyswPy+uVOHZ5x/GjwVAFkCsV8IIVy+4MhzwwU= github.com/charmbracelet/bubbletea v1.2.4 h1:KN8aCViA0eps9SCOThb2/XPIlea3ANJLUkv3KnQRNCE=