From 4bab91142075f640f2b739742bfd44c8e985fdea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 17:55:49 +0000 Subject: [PATCH] chore(deps): bump github.com/stacklok/toolhive-core Bumps the go-minor-patch group in /authn/oidc with 1 update: [github.com/stacklok/toolhive-core](https://github.com/stacklok/toolhive-core). Updates `github.com/stacklok/toolhive-core` from 0.0.46 to 0.0.47 - [Release notes](https://github.com/stacklok/toolhive-core/releases) - [Commits](https://github.com/stacklok/toolhive-core/compare/v0.0.46...v0.0.47) --- updated-dependencies: - dependency-name: github.com/stacklok/toolhive-core dependency-version: 0.0.47 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-minor-patch ... Signed-off-by: dependabot[bot] --- authn/oidc/go.mod | 4 ++-- authn/oidc/go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/authn/oidc/go.mod b/authn/oidc/go.mod index c34766eb51..3a452b8de1 100644 --- a/authn/oidc/go.mod +++ b/authn/oidc/go.mod @@ -1,10 +1,10 @@ module github.com/stacklok/mecatl/authn/oidc -go 1.27 +go 1.27.0 require ( github.com/stacklok/mecatl/engine v0.14.0 - github.com/stacklok/toolhive-core v0.0.46 + github.com/stacklok/toolhive-core v0.0.47 ) require ( diff --git a/authn/oidc/go.sum b/authn/oidc/go.sum index 20a8224d42..127194aff1 100644 --- a/authn/oidc/go.sum +++ b/authn/oidc/go.sum @@ -33,8 +33,8 @@ github.com/shirou/gopsutil/v4 v4.26.8 h1:YQMTF/1J50B5+Y0vlo1eDRf5DoR7Gk69hY+8wjY github.com/shirou/gopsutil/v4 v4.26.8/go.mod h1:5O9FjBiXoTDFatIWjZZosqj4pV0DRtLx598xGbBehzM= github.com/stacklok/mecatl/engine v0.14.0 h1:cGUygB7auxWNmvQ2gRKgY/IBRHMNe+kB1KO7YDYxoYM= github.com/stacklok/mecatl/engine v0.14.0/go.mod h1:eEW9h6sXmyArEz1mO29NUFpKOqB51BJwfcsc77F8Guc= -github.com/stacklok/toolhive-core v0.0.46 h1:8vwVfS4jOkuhK0KuUCpw2i0i8S3fT0xFmgFuc6cmDoA= -github.com/stacklok/toolhive-core v0.0.46/go.mod h1:82xSxMILJwTMR8kWYBShA7Iz2qSD3JRvwVixQq/iYqw= +github.com/stacklok/toolhive-core v0.0.47 h1:b2c32sFB28T6UnQ4MdXlMC4fOOluXTr1yP/JX/lRBqA= +github.com/stacklok/toolhive-core v0.0.47/go.mod h1:KtjAC32my8OJZa7dpMfM/VOOgQ8wgQfGpKyijcOBFE8= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE=