Skip to content

Commit 72cd2c5

Browse files
committed
requiring checkly-sdk v0.4.2
1 parent bd61a44 commit 72cd2c5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

go.mod

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/agext/levenshtein v1.2.3 // indirect
88
github.com/aws/aws-sdk-go v1.31.11 // indirect
99
github.com/bmatcuk/doublestar v1.3.1 // indirect
10-
github.com/checkly/checkly-go-sdk v0.4.1
10+
github.com/checkly/checkly-go-sdk v0.4.2
1111
github.com/fatih/color v1.9.0 // indirect
1212
github.com/google/go-cmp v0.4.1
1313
github.com/gruntwork-io/terratest v0.18.3
@@ -30,6 +30,7 @@ require (
3030
github.com/oklog/run v1.1.0 // indirect
3131
github.com/posener/complete v1.2.3 // indirect
3232
github.com/spf13/afero v1.2.2 // indirect
33+
github.com/terraform-providers/terraform-provider-template v1.0.0 // indirect
3334
github.com/ulikunitz/xz v0.5.7 // indirect
3435
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
3536
github.com/zclconf/go-cty v1.4.2 // indirect
@@ -39,3 +40,5 @@ require (
3940
golang.org/x/tools v0.0.0-20200604183345-4d5ea46c79fe // indirect
4041
google.golang.org/genproto v0.0.0-20200605102947-12044bf5ea91 // indirect
4142
)
43+
44+
//replace github.com/checkly/checkly-go-sdk => ../checkly-go-sdk

0 commit comments

Comments
 (0)