From 39311a4dae2fbcf6465e64edfd108440ad5b590c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 13:09:57 +0000 Subject: [PATCH] Bump github.com/regclient/regclient from 0.4.8 to 0.5.0 (#1010) Bumps [github.com/regclient/regclient](https://github.com/regclient/regclient) from 0.4.8 to 0.5.0. - [Release notes](https://github.com/regclient/regclient/releases) - [Changelog](https://github.com/regclient/regclient/blob/v0.5.0/release.md) - [Commits](https://github.com/regclient/regclient/compare/v0.4.8...v0.5.0) --- updated-dependencies: - dependency-name: github.com/regclient/regclient dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 56f7b1f818b..c7daf74f5b6 100644 --- a/go.mod +++ b/go.mod @@ -180,7 +180,7 @@ require ( github.com/package-url/packageurl-go v0.1.1 github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.15.1 - github.com/regclient/regclient v0.4.8 + github.com/regclient/regclient v0.5.0 github.com/sigstore/sigstore v1.7.1 github.com/spdx/tools-golang v0.5.2 github.com/spf13/viper v1.16.0 diff --git a/go.sum b/go.sum index cc49c0ec77f..c918837b2d4 100644 --- a/go.sum +++ b/go.sum @@ -2137,8 +2137,8 @@ github.com/prometheus/prometheus v0.44.0/go.mod h1:aPsmIK3py5XammeTguyqTmuqzX/je github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/rakyll/embedmd v0.0.0-20171029212350-c8060a0752a2/go.mod h1:7jOTMgqac46PZcF54q6l2hkLEG8op93fZu61KmxWDV4= github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4= -github.com/regclient/regclient v0.4.8 h1:h4uZRR4OT4oO+50qWu4bj+rzqRs/JwD3erb6lHIkYK4= -github.com/regclient/regclient v0.4.8/go.mod h1:UC6i29I09h9KHyABGLGvsvGi7KYRY8ZKLyt7fzvW4oE= +github.com/regclient/regclient v0.5.0 h1:CpRwqSBuaQnYWrQ2o1I4yzscOYRy55Tzdg0Bmix1mUk= +github.com/regclient/regclient v0.5.0/go.mod h1:/zzoVs4fqG1wJUqU3FJLN4hMMM3SuO3ACl5GD6EKmO0= github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo= github.com/rhysd/actionlint v1.6.15 h1:IxQIp10aVce77jNnoHye7NFka8/7CRBSvKXoMRGryXM= github.com/rhysd/actionlint v1.6.15/go.mod h1:R4ZRjgsIrnsT1CPU/4MdiIBzfJgMKJFd4qqGUERI098=