From 03c7ced68d4266a495717f9642dc78b1768e88f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 16:10:23 +0000 Subject: [PATCH] Chore: (deps): bump github.com/elliotchance/orderedmap/v2 Bumps [github.com/elliotchance/orderedmap/v2](https://github.com/elliotchance/orderedmap) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/elliotchance/orderedmap/releases) - [Commits](https://github.com/elliotchance/orderedmap/compare/v2.6.0...v2.6.1) --- updated-dependencies: - dependency-name: github.com/elliotchance/orderedmap/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 03b99d5d..323d81ab 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/containers/image/v5 v5.33.0 github.com/distribution/reference v0.6.0 github.com/dominikbraun/graph v0.23.0 - github.com/elliotchance/orderedmap/v2 v2.6.0 + github.com/elliotchance/orderedmap/v2 v2.6.1 github.com/google/uuid v1.6.0 github.com/opencontainers/image-spec v1.1.0 github.com/otiai10/copy v1.14.0 diff --git a/go.sum b/go.sum index ffc83fd2..da1d77e0 100644 --- a/go.sum +++ b/go.sum @@ -323,8 +323,8 @@ github.com/ebitengine/purego v0.7.1 h1:6/55d26lG3o9VCZX8lping+bZcmShseiqlh2bnUDi github.com/ebitengine/purego v0.7.1/go.mod h1:ah1In8AOtksoNK6yk5z1HTJeUkC1Ez4Wk2idgGslMwQ= github.com/elazarl/goproxy v0.0.0-20230808193330-2592e75ae04a h1:mATvB/9r/3gvcejNsXKSkQ6lcIaNec2nyfOdlTBR2lU= github.com/elazarl/goproxy v0.0.0-20230808193330-2592e75ae04a/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= -github.com/elliotchance/orderedmap/v2 v2.6.0 h1:Zzo4k/u6hTRSt4NbYVphwOn5fBKlLpcbaV00INfJ1WI= -github.com/elliotchance/orderedmap/v2 v2.6.0/go.mod h1:85lZyVbpGaGvHvnKa7Qhx7zncAdBIBq6u56Hb1PRU5Q= +github.com/elliotchance/orderedmap/v2 v2.6.1 h1:vBgfLjyW0Nk0/NUgs/xiQoB38SVHATHcLTwxq2rrlC0= +github.com/elliotchance/orderedmap/v2 v2.6.1/go.mod h1:85lZyVbpGaGvHvnKa7Qhx7zncAdBIBq6u56Hb1PRU5Q= github.com/emicklei/proto v1.13.3 h1:h2u3JgIKSBWHI0jTFFAxiIzOQAe+bRGlQ/WlaIa49Uk= github.com/emicklei/proto v1.13.3/go.mod h1:rn1FgRS/FANiZdD2djyH7TMA9jdRDcYQ9IEN9yvjX0A= github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc=