From 6f12a6e94f866306d7d9d3732b35ed8cca01d422 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 22:53:13 +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/fn](https://github.com/gloo-foo/fn). 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/fn` from 0.1.5 to 0.1.7 - [Commits](https://github.com/gloo-foo/fn/compare/v0.1.5...v0.1.7) --- 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/fn dependency-version: 0.1.7 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 ad0d66c..0a02e0b 100644 --- a/go.mod +++ b/go.mod @@ -2,13 +2,13 @@ module github.com/gloo-foo/testable go 1.26.4 -require github.com/gloo-foo/framework v0.1.7 +require github.com/gloo-foo/framework v0.1.9 require github.com/gomatic/go-error v0.3.4 // indirect require ( github.com/destel/rill v0.8.1 // indirect - github.com/gloo-foo/fn v0.1.5 + github.com/gloo-foo/fn v0.1.7 github.com/spf13/afero v1.15.0 // indirect golang.org/x/text v0.40.0 // indirect ) diff --git a/go.sum b/go.sum index 84c1c82..c063856 100644 --- a/go.sum +++ b/go.sum @@ -2,10 +2,10 @@ 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/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/fn v0.1.7 h1:lVBfozIQvRPRjNXMenRLhXvgK+RvZQHGkHpgZ/sXqM4= +github.com/gloo-foo/fn v0.1.7/go.mod h1:4rAteKXW0Ifg/HQq834fEs9+ZlS98QLoEhbaqVb4rMA= +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=