Skip to content

Commit f68d887

Browse files
Merge pull request #784 from imjaroiswebdev/ratelimit-jitter-correction
[CSGI-2369 ] Add jitter correction to ratelimit headers handling
2 parents 4e53b53 + 99073c8 commit f68d887

File tree

4 files changed

+66
-23
lines changed

4 files changed

+66
-23
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/hashicorp/terraform-exec v0.16.0
1010
github.com/hashicorp/terraform-json v0.13.0
1111
github.com/hashicorp/terraform-plugin-sdk/v2 v2.11.0
12-
github.com/heimweh/go-pagerduty v0.0.0-20231207205722-b4c4cc9f249e
12+
github.com/heimweh/go-pagerduty v0.0.0-20231212192829-0de11cddf326
1313
)
1414

1515
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734/go.mod
250250
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb/go.mod h1:+NfK9FKeTrX5uv1uIXGdwYDTeHna2qgaIlx54MXqjAM=
251251
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d h1:kJCB4vdITiW1eC1vq2e6IsrXKrZit1bv/TDYFGMp4BQ=
252252
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d/go.mod h1:+NfK9FKeTrX5uv1uIXGdwYDTeHna2qgaIlx54MXqjAM=
253-
github.com/heimweh/go-pagerduty v0.0.0-20231207205722-b4c4cc9f249e h1:u8v+2ZZOb9QFGiE676aDj08N9kFTNHcMtY6+9g57+ko=
254-
github.com/heimweh/go-pagerduty v0.0.0-20231207205722-b4c4cc9f249e/go.mod h1:r59w5iyN01Qvi734yA5hZldbSeJJmsJzee/1kQ/MK7s=
253+
github.com/heimweh/go-pagerduty v0.0.0-20231212192829-0de11cddf326 h1:ZyL8A1yPg0C9rUKc/QCUNM848NJ9DhTE/cRZH54y/5s=
254+
github.com/heimweh/go-pagerduty v0.0.0-20231212192829-0de11cddf326/go.mod h1:r59w5iyN01Qvi734yA5hZldbSeJJmsJzee/1kQ/MK7s=
255255
github.com/huandu/xstrings v1.3.1/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE=
256256
github.com/huandu/xstrings v1.3.2/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE=
257257
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=

vendor/github.com/heimweh/go-pagerduty/pagerduty/pagerduty.go

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ github.com/hashicorp/terraform-svchost
182182
# github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d
183183
## explicit
184184
github.com/hashicorp/yamux
185-
# github.com/heimweh/go-pagerduty v0.0.0-20231207205722-b4c4cc9f249e
185+
# github.com/heimweh/go-pagerduty v0.0.0-20231212192829-0de11cddf326
186186
## explicit; go 1.17
187187
github.com/heimweh/go-pagerduty/pagerduty
188188
github.com/heimweh/go-pagerduty/persistentconfig

0 commit comments

Comments
 (0)