File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/RedisLabs/terraform-provider-rediscloud
33go 1.22.4
44
55require (
6- github.com/RedisLabs/rediscloud-go-api v0.27 .0
6+ github.com/RedisLabs/rediscloud-go-api v0.29 .0
77 github.com/bflad/tfproviderlint v0.31.0
88 github.com/hashicorp/go-cty v1.5.0
99 github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.1
@@ -68,4 +68,4 @@ require (
6868)
6969
7070// for local development, uncomment this
71- replace github.com/RedisLabs/rediscloud-go-api => ../rediscloud-go-api
71+ // replace github.com/RedisLabs/rediscloud-go-api => ../rediscloud-go-api
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migc
44github.com/Microsoft/go-winio v0.6.1 /go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM =
55github.com/ProtonMail/go-crypto v1.1.3 h1:nRBOetoydLeUb4nHajyO2bKqMLfWQ/ZPwkXqXxPxCFk =
66github.com/ProtonMail/go-crypto v1.1.3 /go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE =
7+ github.com/RedisLabs/rediscloud-go-api v0.29.0 h1:XLVBMSgHwaaHFmf+TXrsU2veQ67J+e5Xrz54FggnwTY =
8+ github.com/RedisLabs/rediscloud-go-api v0.29.0 /go.mod h1:3/oVb71rv2OstFRYEc65QCIbfwnJTgZeQhtPCcdHook =
79github.com/agext/levenshtein v1.2.2 h1:0S/Yg6LYmFJ5stwQeRp6EeOcCbj7xiqQSdNelsXvaqE =
810github.com/agext/levenshtein v1.2.2 /go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558 =
911github.com/apparentlymart/go-textseg/v12 v12.0.0 /go.mod h1:S/4uRK2UtaQttw1GenVJEynmyUenKwP++x/+DdGV/Ec =
You can’t perform that action at this time.
0 commit comments