From fb1177aa27676b07034380d28758d2f13dd65555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 22:46:08 +0000 Subject: [PATCH] build(deps): bump the go-modules group across 1 directory with 2 updates Bumps the go-modules group with 2 updates in the / directory: [github.com/gloo-foo/framework](https://github.com/gloo-foo/framework) and [github.com/gloo-foo/testable](https://github.com/gloo-foo/testable). Updates `github.com/gloo-foo/framework` from 0.1.7 to 0.1.9 - [Commits](https://github.com/gloo-foo/framework/compare/v0.1.7...v0.1.9) Updates `github.com/gloo-foo/testable` from 0.1.8 to 0.1.11 - [Commits](https://github.com/gloo-foo/testable/compare/v0.1.8...v0.1.11) --- updated-dependencies: - dependency-name: github.com/gloo-foo/framework dependency-version: 0.1.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/gloo-foo/testable dependency-version: 0.1.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-modules ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 6e4273f..6bd070b 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,8 @@ module github.com/gloo-foo/cmd-sort go 1.26.4 require ( - github.com/gloo-foo/framework v0.1.7 - github.com/gloo-foo/testable v0.1.8 + github.com/gloo-foo/framework v0.1.9 + github.com/gloo-foo/testable v0.1.11 ) require ( diff --git a/go.sum b/go.sum index e7c0493..f653269 100644 --- a/go.sum +++ b/go.sum @@ -4,10 +4,10 @@ github.com/destel/rill v0.8.1 h1:tJTit7kljOy2i2kqP4zHG1dUA452VpMK/myYRy5SY28= github.com/destel/rill v0.8.1/go.mod h1:srKuXzvGqINUEGYR5b/iwvW+L9/S35RxVHWGYbXNoO4= github.com/gloo-foo/fn v0.1.5 h1:I4IEFvQcS//qGA9wlHTF7PCyUSCwi5GugoelfMQ4Oeg= github.com/gloo-foo/fn v0.1.5/go.mod h1:4rAteKXW0Ifg/HQq834fEs9+ZlS98QLoEhbaqVb4rMA= -github.com/gloo-foo/framework v0.1.7 h1:UpoGzcjWK/5PmMRp3B324D6qWc7EHUrLWPyhiE62ymc= -github.com/gloo-foo/framework v0.1.7/go.mod h1:iQS5NaIl6LMYY5Hw+NgdbCcAX/cCCBtQ7D8/TZEuiKY= -github.com/gloo-foo/testable v0.1.8 h1:5w3u9euuHfjffhw9pDdAJ75HzgHiUr6uVWJWqGA1Do0= -github.com/gloo-foo/testable v0.1.8/go.mod h1:zpZuiTLcJvBDYAdb627lNg+gtghz8IjDWgmvB04H6Tg= +github.com/gloo-foo/framework v0.1.9 h1:McswXoyjf4MXg+uGpEv7K4HOOSTPhnIG/shdn/7z3KY= +github.com/gloo-foo/framework v0.1.9/go.mod h1:iQS5NaIl6LMYY5Hw+NgdbCcAX/cCCBtQ7D8/TZEuiKY= +github.com/gloo-foo/testable v0.1.11 h1:9t7j5qV3tRjKpZDK8a+QrmYN8diriniowxqr0pui5BE= +github.com/gloo-foo/testable v0.1.11/go.mod h1:zpZuiTLcJvBDYAdb627lNg+gtghz8IjDWgmvB04H6Tg= github.com/gomatic/go-error v0.3.4 h1:LtzAxnOgEqTYTIeqwrOwIAYHow4mYMOfVpwcOPjPffY= github.com/gomatic/go-error v0.3.4/go.mod h1:vH7CFid9QE33lC7DQAjEajERg85PtTQzM8+pGTS5rac= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=