From b4972e0468f99b1d75ea4882da1e0a95d41bf271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 16:50:48 +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 c0646f8..f597c49 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,7 @@ module github.com/xmidt-org/tr1d1um go 1.21 +toolchain go1.22.5 require ( github.com/go-kit/kit v0.13.0 @@ -16,7 +17,7 @@ require ( github.com/xmidt-org/bascule v0.11.6 github.com/xmidt-org/candlelight v0.1.12 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 03ec492..95c939c 100644 --- a/go.sum +++ b/go.sum @@ -1693,8 +1693,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=