Skip to content

Commit a99c89f

Browse files
chore(deps): bump github.com/xmidt-org/retry from 0.0.3 to 0.0.4 (#287)
Bumps [github.com/xmidt-org/retry](https://github.com/xmidt-org/retry) from 0.0.3 to 0.0.4. - [Release notes](https://github.com/xmidt-org/retry/releases) - [Commits](xmidt-org/retry@v0.0.3...v0.0.4) --- updated-dependencies: - dependency-name: github.com/xmidt-org/retry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 18a84e4 commit a99c89f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/xmidt-org/xmidt-agent
22

33
go 1.23
44

5-
toolchain go1.23.1
6-
75
require (
86
github.com/alecthomas/kong v1.9.0
97
github.com/foxcpp/go-mockdns v1.1.0
@@ -17,7 +15,7 @@ require (
1715
github.com/tinylib/msgp v1.2.5
1816
github.com/xmidt-org/arrange v0.5.1
1917
github.com/xmidt-org/eventor v1.0.23
20-
github.com/xmidt-org/retry v0.0.3
18+
github.com/xmidt-org/retry v0.0.4
2119
github.com/xmidt-org/sallust v0.2.3
2220
github.com/xmidt-org/wrp-go/v5 v5.0.0
2321
go.nanomsg.org/mangos/v3 v3.4.2

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ github.com/xmidt-org/eventor v1.0.23 h1:BYRLNlvFs2xdWFH2mJZxtoadV2LzXGhUsNgdd/Xs
8383
github.com/xmidt-org/eventor v1.0.23/go.mod h1:rnoyWsy2Emwa3sNMF5x0c/ykUy4sk5W+1zyLUOmP1gw=
8484
github.com/xmidt-org/httpaux v0.4.1 h1:hvI4lZ7RacQRA/jMqUgwEQGcYm85125P4s7Y1imn6KY=
8585
github.com/xmidt-org/httpaux v0.4.1/go.mod h1:tZJ+SBoGNCxDOLopuSqrxaCkIVAQ+aPjNRf2XfMVwJA=
86-
github.com/xmidt-org/retry v0.0.3 h1:wvmBnEEn1OKwSZaQtr1RZ2Vey8JIvP72mGTgR+3wPiM=
87-
github.com/xmidt-org/retry v0.0.3/go.mod h1:I7FO3VVrxPckNuotwGYZIxfBnmjMSyOTitTKNL0VkIA=
86+
github.com/xmidt-org/retry v0.0.4 h1:GUnMqjNUm2W0qfjmXS99keQ4qvyFsjh+HC66NXqLQfU=
87+
github.com/xmidt-org/retry v0.0.4/go.mod h1:Btl7o0Ts6iNEkF2liNiQepkkpHrK4rdGmqDVQ6KRHxo=
8888
github.com/xmidt-org/sallust v0.2.3 h1:NtOp/8sw0Y+HDpIhplFl+UJDNN/hgazEl+2vhkywm88=
8989
github.com/xmidt-org/sallust v0.2.3/go.mod h1:heTYyv9B5PjMEvVASrUSoqk+T0zEu3fNNrhJp5kj+rk=
9090
github.com/xmidt-org/wrp-go/v5 v5.0.0 h1:VAno4r8iNWJ5J6/iFQC5JiK/KClDt7KzEiGQxKvHJe0=

0 commit comments

Comments
 (0)