Skip to content

Commit f2f3363

Browse files
author
Brandon Waskiewicz
committed
update heimweh/go-pagerduty to a11b2f7
1 parent 05bd2db commit f2f3363

File tree

4 files changed

+26
-7
lines changed

4 files changed

+26
-7
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-20231125004736-fa2590da432f
12+
github.com/heimweh/go-pagerduty v0.0.0-20231201163338-a11b2f79dfcf
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-20231125004736-fa2590da432f h1:vxbb7MQHNvhgBJ7RlN6ZmvDbP87ez+U2ZMWRwSjX9zE=
254-
github.com/heimweh/go-pagerduty v0.0.0-20231125004736-fa2590da432f/go.mod h1:r59w5iyN01Qvi734yA5hZldbSeJJmsJzee/1kQ/MK7s=
253+
github.com/heimweh/go-pagerduty v0.0.0-20231201163338-a11b2f79dfcf h1:LyQb5eb/+R5VSA7aP5bBjDW4nHndclJQ2bG5N4lGmik=
254+
github.com/heimweh/go-pagerduty v0.0.0-20231201163338-a11b2f79dfcf/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/incident_workflow.go

Lines changed: 22 additions & 3 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-20231125004736-fa2590da432f
185+
# github.com/heimweh/go-pagerduty v0.0.0-20231201163338-a11b2f79dfcf
186186
## explicit; go 1.17
187187
github.com/heimweh/go-pagerduty/pagerduty
188188
github.com/heimweh/go-pagerduty/persistentconfig

0 commit comments

Comments
 (0)