From e467de8c79c30240cd9befcfc5f6c272cf6c2f80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:19:30 +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 | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 19f43417..226f4907 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,7 @@ module github.com/xmidt-org/argus go 1.21 +toolchain go1.22.5 require ( emperror.dev/emperror v0.33.0 @@ -23,7 +24,7 @@ require ( github.com/xmidt-org/bascule v0.11.5 github.com/xmidt-org/candlelight v0.1.18 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.7 go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.40.0 diff --git a/go.sum b/go.sum index 91b0fc08..a3cf931f 100644 --- a/go.sum +++ b/go.sum @@ -502,8 +502,8 @@ github.com/xmidt-org/chronon v0.1.1/go.mod h1:8VF1skJAouQihpKfXE8oZZkbQpV1TSR/7Q github.com/xmidt-org/clortho v0.0.4 h1:4G1uKle0rfm+LwQ3EV7W+jn7kgWnozAoK9DAbz0/etw= github.com/xmidt-org/clortho v0.0.4/go.mod h1:1YypMcDmHVrSqSzpMp4fvwloSKc5PQnHmoaPcKWchHk= 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.2.2 h1:MrINLEr7cMj6ENx/O76fvpfd5LNGYnk7OipZAGXPYA0= github.com/xmidt-org/sallust v0.2.2/go.mod h1:ytBoypcPw10OmjM6b92Jx3eoqWX4J5zVXOQozGwz4qs= github.com/xmidt-org/touchstone v0.1.7 h1:gi3uXLDhXONe+vdVAa9xQBucMD/tJ74NMER2Lw2lo7U=