From 3308ef4f0b51f2b68f6ca98c130256e5a6f87371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 12:23:38 +0000 Subject: [PATCH] chore(deps): bump github.com/andygrunwald/go-gerrit Bumps [github.com/andygrunwald/go-gerrit](https://github.com/andygrunwald/go-gerrit) from 0.0.0-20230325081502-da63a5c62d80 to 1.0.0. - [Release notes](https://github.com/andygrunwald/go-gerrit/releases) - [Changelog](https://github.com/andygrunwald/go-gerrit/blob/master/CHANGELOG.md) - [Commits](https://github.com/andygrunwald/go-gerrit/commits/v1.0.0) --- updated-dependencies: - dependency-name: github.com/andygrunwald/go-gerrit dependency-type: direct:production update-type: version-update:semver-major ... 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 14969cf382..699f53a582 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible github.com/Masterminds/sprig/v3 v3.2.3 github.com/ahmetb/gen-crd-api-reference-docs v0.3.0 - github.com/andygrunwald/go-gerrit v0.0.0-20230325081502-da63a5c62d80 + github.com/andygrunwald/go-gerrit v1.0.0 github.com/antonmedv/expr v1.15.5 github.com/apache/openwhisk-client-go v0.0.0-20190915054138-716c6f973eb2 github.com/apache/pulsar-client-go v0.12.0 diff --git a/go.sum b/go.sum index 83526bcb25..4eb4ec2514 100644 --- a/go.sum +++ b/go.sum @@ -120,8 +120,8 @@ github.com/ajg/form v1.5.1 h1:t9c7v8JUKu/XxOGBU0yjNpaMloxGEJhUkqFRq0ibGeU= github.com/ajg/form v1.5.1/go.mod h1:uL1WgH+h2mgNtvBq0339dVnzXdBETtL2LeUXaIv25UY= github.com/andybalholm/brotli v1.0.4 h1:V7DdXeJtZscaqfNuAdSRuRFzuiKlHSC/Zh3zl9qY3JY= github.com/andybalholm/brotli v1.0.4/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig= -github.com/andygrunwald/go-gerrit v0.0.0-20230325081502-da63a5c62d80 h1:7GeFYBed/nHbicP+zd2xzKHUjJnTyn3Ljgme8FXJykQ= -github.com/andygrunwald/go-gerrit v0.0.0-20230325081502-da63a5c62d80/go.mod h1:SeP12EkHZxEVjuJ2HZET304NBtHGG2X6w2Gzd0QXAZw= +github.com/andygrunwald/go-gerrit v1.0.0 h1:TrRGbso70QjJcXPC4kkLiKQrAfCBoBV+cBs7NrJxeno= +github.com/andygrunwald/go-gerrit v1.0.0/go.mod h1:SeP12EkHZxEVjuJ2HZET304NBtHGG2X6w2Gzd0QXAZw= github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFIImctFaOjnTIavg87rW78vTPkQqLI8= github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuWl6zY27l47sB3qLNK6tF2fkHG55UZxx8oIVo4= github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=