From 776cbad6e17c84cf3ee7dcd74be95c50794ce26f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 07:46:12 +0000 Subject: [PATCH] build(deps): bump github.com/icinga/icinga-go-library in /tests Bumps [github.com/icinga/icinga-go-library](https://github.com/icinga/icinga-go-library) from 0.8.0 to 0.8.1. - [Release notes](https://github.com/icinga/icinga-go-library/releases) - [Changelog](https://github.com/Icinga/icinga-go-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/icinga/icinga-go-library/compare/v0.8.0...v0.8.1) --- updated-dependencies: - dependency-name: github.com/icinga/icinga-go-library dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/go.mod | 2 +- tests/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/go.mod b/tests/go.mod index 274c262b..b4077523 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -6,7 +6,7 @@ require ( github.com/go-sql-driver/mysql v1.9.3 github.com/goccy/go-yaml v1.13.0 github.com/google/uuid v1.6.0 - github.com/icinga/icinga-go-library v0.8.0 + github.com/icinga/icinga-go-library v0.8.1 github.com/icinga/icinga-testing v0.0.0-20240322142451-494ccd6d03e8 github.com/jmoiron/sqlx v1.4.0 github.com/lib/pq v1.10.9 diff --git a/tests/go.sum b/tests/go.sum index cef4f6da..87cb72b2 100644 --- a/tests/go.sum +++ b/tests/go.sum @@ -70,8 +70,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 h1:bkypFPDjIYGfCYD5mRBvpqxfYX1YCS1PXdKYWi8FsN0= github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0/go.mod h1:P+Lt/0by1T8bfcF3z737NnSbmxQAppXMRziHUxPOC8k= -github.com/icinga/icinga-go-library v0.8.0 h1:kHQPYnW1nFJC1zoUw/Hto/ozwoiP78Qoiblscf8icoQ= -github.com/icinga/icinga-go-library v0.8.0/go.mod h1:FlmUOqx3S5DKafphD9uvLVcP4SmlfkEW3hMWM8hm+0A= +github.com/icinga/icinga-go-library v0.8.1 h1:l6YhSadzZaYowGjWrCWg2L35GVcDWbrdLgVbIDg1za4= +github.com/icinga/icinga-go-library v0.8.1/go.mod h1:FlmUOqx3S5DKafphD9uvLVcP4SmlfkEW3hMWM8hm+0A= github.com/icinga/icinga-testing v0.0.0-20240322142451-494ccd6d03e8 h1:PI+39IY1BjN24JC3B6Jy0rhwm3hqC4SnQFxbZjXOaHk= github.com/icinga/icinga-testing v0.0.0-20240322142451-494ccd6d03e8/go.mod h1:xjNiwePgnSVKJWPG/iFG7pNOibU/OWp01Zdl08o+EeI= github.com/jmoiron/sqlx v1.4.0 h1:1PLqN7S1UYp5t4SrVVnt4nUVNemrDAtxlulVe+Qgm3o=