From 0969514033c3f3b4a0aed424bf7fb7e76b9e462b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:40:12 +0000 Subject: [PATCH] chore(deps): bump github.com/xmidt-org/arrange from 0.5.0 to 0.5.1 (#197) * chore(deps): bump github.com/xmidt-org/arrange from 0.5.0 to 0.5.1 Bumps [github.com/xmidt-org/arrange](https://github.com/xmidt-org/arrange) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/xmidt-org/arrange/releases) - [Commits](https://github.com/xmidt-org/arrange/compare/v0.5.0...v0.5.1) --- updated-dependencies: - dependency-name: github.com/xmidt-org/arrange dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update go version. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: schmidtw --- go.mod | 8 +++++--- go.sum | 8 ++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/go.mod b/go.mod index bbf4238..44d190d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,8 @@ module github.com/xmidt-org/xmidt-agent -go 1.21.8 +go 1.22 + +toolchain go1.22.5 require ( github.com/alecthomas/kong v1.2.0 @@ -13,7 +15,7 @@ require ( github.com/goschtalt/yaml-encoder v0.0.3 github.com/stretchr/testify v1.9.0 github.com/ugorji/go/codec v1.2.12 - github.com/xmidt-org/arrange v0.5.0 + github.com/xmidt-org/arrange v0.5.1 github.com/xmidt-org/eventor v1.0.15 github.com/xmidt-org/retry v0.0.3 github.com/xmidt-org/sallust v0.2.2 @@ -35,7 +37,7 @@ require ( github.com/mitchellh/mapstructure v1.5.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/stretchr/objx v0.5.2 // indirect - github.com/xmidt-org/httpaux v0.4.0 // indirect + github.com/xmidt-org/httpaux v0.4.1 // indirect go.uber.org/dig v1.18.0 // indirect go.uber.org/multierr v1.11.0 // indirect golang.org/x/mod v0.17.0 // indirect diff --git a/go.sum b/go.sum index 70d97f3..b8c4784 100644 --- a/go.sum +++ b/go.sum @@ -64,12 +64,12 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE= github.com/ugorji/go/codec v1.2.12/go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg= -github.com/xmidt-org/arrange v0.5.0 h1:ajkVHkr7dXnfCYm/6eafWoOab+6A3b2jEHQO0IdIIb0= -github.com/xmidt-org/arrange v0.5.0/go.mod h1:PoZB9lR49ma0osydQbaWpNeA3XPoLkjP5RYUoOw8wZU= +github.com/xmidt-org/arrange v0.5.1 h1:JHoU8C03ZQfZAG9Vpudj7RQj97pAHblwm6Co8mepU9A= +github.com/xmidt-org/arrange v0.5.1/go.mod h1:zeJWY01z21ihPiAnGNF+bELbJANWwsahGE2bzGyyPIs= github.com/xmidt-org/eventor v1.0.15 h1:2NwSmdP8FEL8SaRBR2OTs9z5+kElHMbrpSjxwRoObtw= github.com/xmidt-org/eventor v1.0.15/go.mod h1:NpaRwPEiiaB5oEdFI41o6Lf4iQHAVwCdtwKb3z7R8mY= -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.1 h1:hvI4lZ7RacQRA/jMqUgwEQGcYm85125P4s7Y1imn6KY= +github.com/xmidt-org/httpaux v0.4.1/go.mod h1:tZJ+SBoGNCxDOLopuSqrxaCkIVAQ+aPjNRf2XfMVwJA= github.com/xmidt-org/retry v0.0.3 h1:wvmBnEEn1OKwSZaQtr1RZ2Vey8JIvP72mGTgR+3wPiM= github.com/xmidt-org/retry v0.0.3/go.mod h1:I7FO3VVrxPckNuotwGYZIxfBnmjMSyOTitTKNL0VkIA= github.com/xmidt-org/sallust v0.2.2 h1:MrINLEr7cMj6ENx/O76fvpfd5LNGYnk7OipZAGXPYA0=