From 5e8eb9be322c0e8795cbb213bec40d30b8b4bc56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:40:28 +0000 Subject: [PATCH] build(deps): bump github.com/xmidt-org/sallust from 0.2.2 to 0.2.3 Bumps [github.com/xmidt-org/sallust](https://github.com/xmidt-org/sallust) from 0.2.2 to 0.2.3. - [Release notes](https://github.com/xmidt-org/sallust/releases) - [Commits](https://github.com/xmidt-org/sallust/compare/v0.2.2...v0.2.3) --- updated-dependencies: - dependency-name: github.com/xmidt-org/sallust 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 050dd899..d445d192 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,7 @@ module github.com/xmidt-org/webpa-common/v2 go 1.21 +toolchain go1.23.4 require ( github.com/aws/aws-sdk-go v1.55.5 @@ -25,7 +26,7 @@ require ( github.com/ugorji/go/codec v1.2.12 github.com/xmidt-org/argus v0.10.18 github.com/xmidt-org/candlelight v0.1.22 - github.com/xmidt-org/sallust v0.2.2 + github.com/xmidt-org/sallust v0.2.3 github.com/xmidt-org/themis v0.4.20 github.com/xmidt-org/wrp-go/v3 v3.6.0 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 diff --git a/go.sum b/go.sum index 169a3478..b757b786 100644 --- a/go.sum +++ b/go.sum @@ -547,8 +547,8 @@ github.com/xmidt-org/clortho v0.0.4/go.mod h1:1YypMcDmHVrSqSzpMp4fvwloSKc5PQnHmo 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/sallust v0.2.2 h1:MrINLEr7cMj6ENx/O76fvpfd5LNGYnk7OipZAGXPYA0= -github.com/xmidt-org/sallust v0.2.2/go.mod h1:ytBoypcPw10OmjM6b92Jx3eoqWX4J5zVXOQozGwz4qs= +github.com/xmidt-org/sallust v0.2.3 h1:NtOp/8sw0Y+HDpIhplFl+UJDNN/hgazEl+2vhkywm88= +github.com/xmidt-org/sallust v0.2.3/go.mod h1:heTYyv9B5PjMEvVASrUSoqk+T0zEu3fNNrhJp5kj+rk= github.com/xmidt-org/themis v0.4.20 h1:z8aIEvS2uZbwi7tBwPsjoWaGyeogE9h4O+iTXyo7Ez4= github.com/xmidt-org/themis v0.4.20/go.mod h1:my2WcxK73+VY2MCihsRlQUNEk/q9iw924jIx6r574ac= github.com/xmidt-org/touchstone v0.1.7 h1:gi3uXLDhXONe+vdVAa9xQBucMD/tJ74NMER2Lw2lo7U=