From b7a840d4b28ced328af677bfdb4891aef58947be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 15:44:07 +0000 Subject: [PATCH] fix(deps): update github.com/sapcc/go-bits digest to 94e7d6a --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 88ffb710..ad1bbe5f 100644 --- a/go.mod +++ b/go.mod @@ -40,7 +40,7 @@ require ( github.com/prometheus/client_golang v1.20.5 github.com/rs/cors v1.11.1 github.com/sapcc/go-api-declarations v1.13.2 - github.com/sapcc/go-bits v0.0.0-20241218093949-097cd3204f32 + github.com/sapcc/go-bits v0.0.0-20250103114947-94e7d6a69f41 github.com/scottdware/go-bigip v0.0.0-20240809002616-deb9b0aff84a github.com/slok/go-http-metrics v0.13.0 github.com/stretchr/testify v1.10.0 diff --git a/go.sum b/go.sum index 0c5ae541..08cda88d 100644 --- a/go.sum +++ b/go.sum @@ -326,8 +326,8 @@ github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/sapcc/go-api-declarations v1.13.2 h1:dPYYsjwKGObSAm6+K+dYCiLQWunYuWkywlZnuXfjsmk= github.com/sapcc/go-api-declarations v1.13.2/go.mod h1:83R3hTANhuRXt/pXDby37IJetw8l7DG41s33Tp9NXxI= -github.com/sapcc/go-bits v0.0.0-20241218093949-097cd3204f32 h1:sgH927I2gZFRAweadTfEwNGQBYJ2liSzM8euo98uQSU= -github.com/sapcc/go-bits v0.0.0-20241218093949-097cd3204f32/go.mod h1:hhH7PgcPklzzJdx1zMhv3KiMEnoCZV+pnapPRcgI7wk= +github.com/sapcc/go-bits v0.0.0-20250103114947-94e7d6a69f41 h1:7z/a5hBcgDhCfwokyIJktHizDKZrjZABogKqBE0G1UQ= +github.com/sapcc/go-bits v0.0.0-20250103114947-94e7d6a69f41/go.mod h1:KavT78TKYQmTn/Agm8qdGhuDYr4CyZhp4pcCJySOBR4= github.com/scottdware/go-bigip v0.0.0-20240809002616-deb9b0aff84a h1:Dp0HN76Jl1n0orM9UVB/AnwqJOBWETm1hHBPDVMKWeE= github.com/scottdware/go-bigip v0.0.0-20240809002616-deb9b0aff84a/go.mod h1:ElPIUv+P7DTtT71aHpeNomJ4naq2RTvCA8o5gBIru3w= github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=