From 02eb98b819521472bbf79b324dcbe59b45326ae0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 11:49:30 +0000 Subject: [PATCH] build(deps): bump github.com/strowk/foxy-contexts from 0.0.10 to 0.0.11 Bumps [github.com/strowk/foxy-contexts](https://github.com/strowk/foxy-contexts) from 0.0.10 to 0.0.11. - [Release notes](https://github.com/strowk/foxy-contexts/releases) - [Changelog](https://github.com/strowk/foxy-contexts/blob/main/.goreleaser.yaml) - [Commits](https://github.com/strowk/foxy-contexts/compare/v0.0.10...v0.0.11) --- updated-dependencies: - dependency-name: github.com/strowk/foxy-contexts 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 1952679..4ff2f94 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( require ( github.com/stretchr/testify v1.10.0 - github.com/strowk/foxy-contexts v0.0.10 + github.com/strowk/foxy-contexts v0.0.11 go.uber.org/mock v0.5.0 k8s.io/api v0.32.0 ) diff --git a/go.sum b/go.sum index 5a69057..d425e44 100644 --- a/go.sum +++ b/go.sum @@ -79,8 +79,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= -github.com/strowk/foxy-contexts v0.0.10 h1:xeyDWJs9K+XNLhzbAfTtcByO8bGRTokyUqzpimX99qY= -github.com/strowk/foxy-contexts v0.0.10/go.mod h1:mqbY/AmvM5uyoITd6+Qtq5gchqwCaIn5pqgbH7v/DeA= +github.com/strowk/foxy-contexts v0.0.11 h1:v6ufx5kujnvku46/J8mHo74oGCj+Pko4WCzM7r99Xn0= +github.com/strowk/foxy-contexts v0.0.11/go.mod h1:Xcg+JP0aJ18RhSl3oGMyptbiSVNC0cxlAY452t8uWG4= github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM= github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=