From 5cf10ef4283c5d0fdc902773184b5cffa0e732f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 02:24:32 +0000 Subject: [PATCH 1/2] Bump github.com/distribution/distribution/v3 from 3.0.0-rc.3 to 3.0.0 Bumps [github.com/distribution/distribution/v3](https://github.com/distribution/distribution) from 3.0.0-rc.3 to 3.0.0. - [Release notes](https://github.com/distribution/distribution/releases) - [Commits](https://github.com/distribution/distribution/compare/v3.0.0-rc.3...v3.0.0) --- updated-dependencies: - dependency-name: github.com/distribution/distribution/v3 dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: Per Goncalves da Silva --- go.mod | 6 +++--- go.sum | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index a49c7d177..8e999ba08 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/operator-framework/operator-registry -go 1.23.3 +go 1.23.7 -toolchain go1.23.6 +toolchain go1.24.1 require ( github.com/akrylysov/pogreb v0.10.2 @@ -11,7 +11,7 @@ require ( github.com/containerd/errdefs v1.0.0 github.com/containers/common v0.63.0 github.com/containers/image/v5 v5.35.0 - github.com/distribution/distribution/v3 v3.0.0-rc.3 + github.com/distribution/distribution/v3 v3.0.0 github.com/distribution/reference v0.6.0 github.com/docker/cli v28.1.1+incompatible github.com/golang-migrate/migrate/v4 v4.18.2 diff --git a/go.sum b/go.sum index b56b4990c..45b1bb034 100644 --- a/go.sum +++ b/go.sum @@ -97,8 +97,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78= github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f/go.mod h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc= -github.com/distribution/distribution/v3 v3.0.0-rc.3 h1:JRJso9IVLoooKX76oWR+DWCCdZlK5m4nRtDWvzB1ITg= -github.com/distribution/distribution/v3 v3.0.0-rc.3/go.mod h1:offoOgrnYs+CFwis8nE0hyzYZqRCZj5EFc5kgfszwiE= +github.com/distribution/distribution/v3 v3.0.0 h1:q4R8wemdRQDClzoNNStftB2ZAfqOiN6UX90KJc4HjyM= +github.com/distribution/distribution/v3 v3.0.0/go.mod h1:tRNuFoZsUdyRVegq8xGNeds4KLjwLCRin/tTo6i1DhU= github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk= github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E= github.com/docker/cli v28.1.1+incompatible h1:eyUemzeI45DY7eDPuwUcmDyDj1pM98oD5MdSpiItp8k= From b4fe928ce8357957a43cea98345dd7a19021af15 Mon Sep 17 00:00:00 2001 From: Per Goncalves da Silva Date: Mon, 5 May 2025 09:54:02 +0200 Subject: [PATCH 2/2] remove tooling Signed-off-by: Per Goncalves da Silva --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index 8e999ba08..eaa50a3d9 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,6 @@ module github.com/operator-framework/operator-registry go 1.23.7 -toolchain go1.24.1 - require ( github.com/akrylysov/pogreb v0.10.2 github.com/blang/semver/v4 v4.0.0