File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/agext/levenshtein v1.2.3 // indirect
8
8
github.com/aws/aws-sdk-go v1.31.11 // indirect
9
9
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
11
11
github.com/fatih/color v1.9.0 // indirect
12
12
github.com/google/go-cmp v0.4.1
13
13
github.com/gruntwork-io/terratest v0.18.3
@@ -30,6 +30,7 @@ require (
30
30
github.com/oklog/run v1.1.0 // indirect
31
31
github.com/posener/complete v1.2.3 // indirect
32
32
github.com/spf13/afero v1.2.2 // indirect
33
+ github.com/terraform-providers/terraform-provider-template v1.0.0 // indirect
33
34
github.com/ulikunitz/xz v0.5.7 // indirect
34
35
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
35
36
github.com/zclconf/go-cty v1.4.2 // indirect
@@ -39,3 +40,5 @@ require (
39
40
golang.org/x/tools v0.0.0-20200604183345-4d5ea46c79fe // indirect
40
41
google.golang.org/genproto v0.0.0-20200605102947-12044bf5ea91 // indirect
41
42
)
43
+
44
+ // replace github.com/checkly/checkly-go-sdk => ../checkly-go-sdk
You can’t perform that action at this time.
0 commit comments