Skip to content

Commit

Permalink
update to use heimweh/go-pagerduty
Browse files Browse the repository at this point in the history
go mod edit -dropreplace github.com/heimweh/go-pagerduty
go get github.com/heimweh/go-pagerduty/pagerduty && go mod tidy && go mod vendor
  • Loading branch information
mrdubr committed Jan 5, 2023
1 parent 0cfcf2a commit 1a211d8
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 13 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
cloud.google.com/go v0.71.0 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1
github.com/heimweh/go-pagerduty v0.0.0-20221222221341-c1c27ca3744a
github.com/heimweh/go-pagerduty v0.0.0-20230105172716-6955a6ecfb5f
github.com/klauspost/compress v1.15.9 // indirect
github.com/montanaflynn/stats v0.6.6 // indirect
go.mongodb.org/mongo-driver v1.10.2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734/go.mod
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb/go.mod h1:+NfK9FKeTrX5uv1uIXGdwYDTeHna2qgaIlx54MXqjAM=
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d h1:kJCB4vdITiW1eC1vq2e6IsrXKrZit1bv/TDYFGMp4BQ=
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d/go.mod h1:+NfK9FKeTrX5uv1uIXGdwYDTeHna2qgaIlx54MXqjAM=
github.com/heimweh/go-pagerduty v0.0.0-20221222221341-c1c27ca3744a h1:U2RXTaVK7ZwWKnmaF/any3PQnBfuuZxYGQ57DP8Fvjc=
github.com/heimweh/go-pagerduty v0.0.0-20221222221341-c1c27ca3744a/go.mod h1:t9vftsO1IjYHGdgJXeemZtomCWnxi2SRgu0PRcRb2oY=
github.com/heimweh/go-pagerduty v0.0.0-20230105172716-6955a6ecfb5f h1:HXMmCTplCGB443iiQyMaUpVKuUfZ9HmUPBM8SAO/E2A=
github.com/heimweh/go-pagerduty v0.0.0-20230105172716-6955a6ecfb5f/go.mod h1:t9vftsO1IjYHGdgJXeemZtomCWnxi2SRgu0PRcRb2oY=
github.com/huandu/xstrings v1.3.2/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE=
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ github.com/hashicorp/terraform-registry-address
github.com/hashicorp/terraform-svchost
# github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d
github.com/hashicorp/yamux
# github.com/heimweh/go-pagerduty v0.0.0-20221222221341-c1c27ca3744a
# github.com/heimweh/go-pagerduty v0.0.0-20230105172716-6955a6ecfb5f
## explicit
github.com/heimweh/go-pagerduty/pagerduty
# github.com/klauspost/compress v1.15.9
Expand Down

0 comments on commit 1a211d8

Please sign in to comment.