From 8813d00c1629abc6dfad873da07c1494f3329e07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 23:18:28 +0000 Subject: [PATCH] chore(deps): bump github.com/xmidt-org/httpaux from 0.4.0 to 0.4.2 Bumps [github.com/xmidt-org/httpaux](https://github.com/xmidt-org/httpaux) from 0.4.0 to 0.4.2. - [Release notes](https://github.com/xmidt-org/httpaux/releases) - [Commits](https://github.com/xmidt-org/httpaux/compare/v0.4.0...v0.4.2) --- updated-dependencies: - dependency-name: github.com/xmidt-org/httpaux dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 3 ++- go.sum | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 51bbb00..72d4f9b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,7 @@ module github.com/xmidt-org/caduceus go 1.21 +toolchain go1.22.5 require ( emperror.dev/emperror v0.33.0 @@ -17,7 +18,7 @@ require ( github.com/xmidt-org/bascule v0.11.6 github.com/xmidt-org/candlelight v0.1.11 github.com/xmidt-org/clortho v0.0.4 - github.com/xmidt-org/httpaux v0.4.0 + github.com/xmidt-org/httpaux v0.4.2 github.com/xmidt-org/sallust v0.2.2 github.com/xmidt-org/touchstone v0.1.5 github.com/xmidt-org/webpa-common/v2 v2.3.2 diff --git a/go.sum b/go.sum index 0bddfa2..92964f5 100644 --- a/go.sum +++ b/go.sum @@ -1732,8 +1732,9 @@ github.com/xmidt-org/clortho v0.0.4/go.mod h1:1YypMcDmHVrSqSzpMp4fvwloSKc5PQnHmo github.com/xmidt-org/httpaux v0.1.2/go.mod h1:qZnH2uObGPwHnOz8HcPNlbcd3gKEvdmxbIK3rgbQhto= github.com/xmidt-org/httpaux v0.2.1/go.mod h1:mviIlg5fHGb3lAv3l0sbiwVG/q9rqvXaudEYxVrzXdE= github.com/xmidt-org/httpaux v0.3.2/go.mod h1:qmlPisXf80FTi3y4gX43eYbCVruSQyvu+FPx1jzvQG8= -github.com/xmidt-org/httpaux v0.4.0 h1:cAL/MzIBpSsv4xZZeq/Eu1J5M3vfNe49xr41mP3COKU= github.com/xmidt-org/httpaux v0.4.0/go.mod h1:UypqZwuZV1nn8D6+K1JDb+im9IZrLNg/2oO/Bgiybxc= +github.com/xmidt-org/httpaux v0.4.2 h1:O6KTPy9Dtx6m5Ezb0nCQeAZWvBDgZvx82P16FSNauIE= +github.com/xmidt-org/httpaux v0.4.2/go.mod h1:tZJ+SBoGNCxDOLopuSqrxaCkIVAQ+aPjNRf2XfMVwJA= github.com/xmidt-org/sallust v0.1.5/go.mod h1:azcKBypudADIeZ3Em8zGjVq3yQ7n4ueSvM/degHMIxo= github.com/xmidt-org/sallust v0.2.0/go.mod h1:HCQQn7po8czynjxtNVyZ5vzWuTqJyJwnPWkQoqBX67s= github.com/xmidt-org/sallust v0.2.1/go.mod h1:68C0DLwD5xlhRznXTWmfUhx0etyrFpSOzYGU7jzmpzs=