Skip to content

Commit 3faa06d

Browse files
chore(deps): update module github.com/segmentio/backo-go to v1.1.0
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 4f91fc4 commit 3faa06d

File tree

6 files changed

+30
-14
lines changed

6 files changed

+30
-14
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ require (
5454
github.com/beorn7/perks v1.0.1 // indirect
5555
github.com/blang/semver/v4 v4.0.0 // indirect
5656
github.com/bmatcuk/doublestar/v4 v4.9.1 // indirect
57-
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
5857
github.com/bombsimon/logrusr/v4 v4.1.0 // indirect
5958
github.com/casbin/casbin/v2 v2.127.0 // indirect
6059
github.com/casbin/govaluate v1.10.0 // indirect
@@ -152,7 +151,7 @@ require (
152151
github.com/robfig/cron/v3 v3.0.1 // indirect
153152
github.com/russross/blackfriday/v2 v2.1.0 // indirect
154153
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
155-
github.com/segmentio/backo-go v1.0.0 // indirect
154+
github.com/segmentio/backo-go v1.1.0 // indirect
156155
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
157156
github.com/shirou/gopsutil/v3 v3.24.5 // indirect
158157
github.com/shopspring/decimal v1.4.0 // indirect

go.sum

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ github.com/blang/semver/v4 v4.0.0/go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2y
6060
github.com/bmatcuk/doublestar/v4 v4.6.1/go.mod h1:xBQ8jztBU6kakFMg+8WGxn0c6z1fTSPVIjEY1Wr7jzc=
6161
github.com/bmatcuk/doublestar/v4 v4.9.1 h1:X8jg9rRZmJd4yRy7ZeNDRnM+T3ZfHv15JiBJ/avrEXE=
6262
github.com/bmatcuk/doublestar/v4 v4.9.1/go.mod h1:xBQ8jztBU6kakFMg+8WGxn0c6z1fTSPVIjEY1Wr7jzc=
63-
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 h1:DDGfHa7BWjL4YnC6+E63dPcxHo2sUxDIu8g3QgEJdRY=
64-
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869/go.mod h1:Ekp36dRnpXw/yCqJaO+ZrUyxD+3VXMFFr56k5XYrpB4=
6563
github.com/bombsimon/logrusr/v4 v4.1.0 h1:uZNPbwusB0eUXlO8hIUwStE6Lr5bLN6IgYgG+75kuh4=
6664
github.com/bombsimon/logrusr/v4 v4.1.0/go.mod h1:pjfHC5e59CvjTBIU3V3sGhFWFAnsnhOR03TRc6im0l8=
6765
github.com/bradleyfalzon/ghinstallation/v2 v2.17.0 h1:SmbUK/GxpAspRjSQbB6ARvH+ArzlNzTtHydNyXUQ6zg=
@@ -423,8 +421,8 @@ github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 h1:KRzFb2m7YtdldCEkzs6KqmJw4nqEV
423421
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2/go.mod h1:JXeL+ps8p7/KNMjDQk3TCwPpBy0wYklyWTfbkIzdIFU=
424422
github.com/segmentio/analytics-go/v3 v3.3.0 h1:8VOMaVGBW03pdBrj1CMFfY9o/rnjJC+1wyQHlVxjw5o=
425423
github.com/segmentio/analytics-go/v3 v3.3.0/go.mod h1:p8owAF8X+5o27jmvUognuXxdtqvSGtD0ZrfY2kcS9bE=
426-
github.com/segmentio/backo-go v1.0.0 h1:kbOAtGJY2DqOR0jfRkYEorx/b18RgtepGtY3+Cpe6qA=
427-
github.com/segmentio/backo-go v1.0.0/go.mod h1:kJ9mm9YmoWSkk+oQ+5Cj8DEoRCX2JT6As4kEtIIOp1M=
424+
github.com/segmentio/backo-go v1.1.0 h1:cJIfHQUdmLsd8t9IXqf5J8SdrOMn9vMa7cIvOavHAhc=
425+
github.com/segmentio/backo-go v1.1.0/go.mod h1:ckenwdf+v/qbyhVdNPWHnqh2YdJBED1O9cidYyM5J18=
428426
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 h1:n661drycOFuPLCN3Uc8sB6B/s6Z4t2xvBgU1htSHuq8=
429427
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=
430428
github.com/shirou/gopsutil/v3 v3.24.5 h1:i0t8kL+kQTvpAYToeuiVk3TgDeKOFioZO3Ztz/iZ9pI=

vendor/github.com/segmentio/backo-go/.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

vendor/github.com/segmentio/backo-go/LICENSE

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/segmentio/backo-go/README.md

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,6 @@ github.com/blang/semver/v4
189189
# github.com/bmatcuk/doublestar/v4 v4.9.1
190190
## explicit; go 1.16
191191
github.com/bmatcuk/doublestar/v4
192-
# github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
193-
## explicit
194192
# github.com/bombsimon/logrusr/v4 v4.1.0
195193
## explicit; go 1.17
196194
github.com/bombsimon/logrusr/v4
@@ -742,8 +740,8 @@ github.com/santhosh-tekuri/jsonschema/v6/kind
742740
# github.com/segmentio/analytics-go/v3 v3.3.0
743741
## explicit; go 1.17
744742
github.com/segmentio/analytics-go/v3
745-
# github.com/segmentio/backo-go v1.0.0
746-
## explicit
743+
# github.com/segmentio/backo-go v1.1.0
744+
## explicit; go 1.21
747745
github.com/segmentio/backo-go
748746
# github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
749747
## explicit; go 1.13

0 commit comments

Comments
 (0)