From 9fb6452dd7cf0efba67928ac068c1d0b513dfd3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 22:49:42 +0000 Subject: [PATCH] build(deps): bump github.com/gloo-foo/framework Bumps the go-modules group with 1 update in the / directory: [github.com/gloo-foo/framework](https://github.com/gloo-foo/framework). 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) --- 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 ... 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 6510eeb..eb8fc93 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.26.4 require ( github.com/destel/rill v0.8.1 // indirect - github.com/gloo-foo/framework v0.1.7 + github.com/gloo-foo/framework v0.1.9 ) require ( diff --git a/go.sum b/go.sum index 747a474..a043e53 100644 --- a/go.sum +++ b/go.sum @@ -2,8 +2,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= 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/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/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/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=