From bbf287385615115dc039c58e281054f62709f864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 12:55:45 +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.1 to 0.8.2. - [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.1...v0.8.2) --- updated-dependencies: - dependency-name: github.com/icinga/icinga-go-library dependency-version: 0.8.2 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 a07404cb..bdb5c2f7 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.1 + github.com/icinga/icinga-go-library v0.8.2 github.com/icinga/icinga-testing v0.0.0-20251203103317-c39907077768 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 bba4463f..3420e0ce 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.1 h1:l6YhSadzZaYowGjWrCWg2L35GVcDWbrdLgVbIDg1za4= -github.com/icinga/icinga-go-library v0.8.1/go.mod h1:FlmUOqx3S5DKafphD9uvLVcP4SmlfkEW3hMWM8hm+0A= +github.com/icinga/icinga-go-library v0.8.2 h1:/TwrRotn0QZl/2Vo1jCUaZs1isH5uve9lTnkRYTIHnI= +github.com/icinga/icinga-go-library v0.8.2/go.mod h1:9SwyGO3NV3nXI8TzKoIrlK8SG+1arK1jm9MDYAW6N7M= github.com/icinga/icinga-testing v0.0.0-20251203103317-c39907077768 h1:JeIfcuKWDWJ+qkUam16Edz1wEowFZd2JPWGFLPHgJ7E= github.com/icinga/icinga-testing v0.0.0-20251203103317-c39907077768/go.mod h1:xjNiwePgnSVKJWPG/iFG7pNOibU/OWp01Zdl08o+EeI= github.com/jmoiron/sqlx v1.4.0 h1:1PLqN7S1UYp5t4SrVVnt4nUVNemrDAtxlulVe+Qgm3o=