From e6ee2e3199709012fe83835e9594681437278b7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 11:13:48 +0000 Subject: [PATCH] chore(deps): bump github.com/linuxsuren/go-service Bumps [github.com/linuxsuren/go-service](https://github.com/linuxsuren/go-service) from 0.0.0-20231225060426-efabcd3a5161 to 0.0.1. - [Release notes](https://github.com/linuxsuren/go-service/releases) - [Commits](https://github.com/linuxsuren/go-service/commits/v0.0.1) --- updated-dependencies: - dependency-name: github.com/linuxsuren/go-service dependency-version: 0.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 dcc74ccf..3c8b7dc3 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,7 @@ require ( github.com/invopop/jsonschema v0.7.0 github.com/jhump/protoreflect v1.15.3 github.com/linuxsuren/go-fake-runtime v0.0.5 - github.com/linuxsuren/go-service v0.0.0-20231225060426-efabcd3a5161 + github.com/linuxsuren/go-service v0.0.1 github.com/linuxsuren/unstructured v0.0.1 github.com/prometheus/client_golang v1.22.0 github.com/prometheus/common v0.65.0 diff --git a/go.sum b/go.sum index b19f946a..5c758e25 100644 --- a/go.sum +++ b/go.sum @@ -129,8 +129,8 @@ github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0 github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw= github.com/linuxsuren/go-fake-runtime v0.0.5 h1:x1qvuGMfly3L4BTwx6Hq5oUcuf/1u0kSVPzQylHHpwI= github.com/linuxsuren/go-fake-runtime v0.0.5/go.mod h1:hlE6bZp76N3YPDsKi5YKOf1XmcJy4rvf8EtkTLYRYLw= -github.com/linuxsuren/go-service v0.0.0-20231225060426-efabcd3a5161 h1:dSL/ah6zaRGqH3FW0ogtMjP6xCFXX5NsgWJTaNIofI4= -github.com/linuxsuren/go-service v0.0.0-20231225060426-efabcd3a5161/go.mod h1:QX22v61PxpOfJa4Xug8qzGTbPjclDZFx2j1PlGLknJw= +github.com/linuxsuren/go-service v0.0.1 h1:GoeK2HLDlRh+QQvFlxOferGtDUwzO3YduumMJ0XYPJ8= +github.com/linuxsuren/go-service v0.0.1/go.mod h1:QX22v61PxpOfJa4Xug8qzGTbPjclDZFx2j1PlGLknJw= github.com/linuxsuren/http-downloader v0.0.99 h1:fEu+HkHdYeLM932c7IfmuaDJqWxVU5sIEnS/Aln8h9o= github.com/linuxsuren/http-downloader v0.0.99/go.mod h1:OngIAkbOJTMbd+IMRbt3TiWSizVJZvPfjdbTpl6uHLo= github.com/linuxsuren/oauth-hub v0.0.1 h1:5LAdX9ZlWhaM7P10rdxiXPk26eceYHRyfkFXsym6AxY=