Skip to content

Commit 4df0455

Browse files
committed
chore: bump go api version
1 parent 7039f9e commit 4df0455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/RedisLabs/terraform-provider-rediscloud
33
go 1.22.4
44

55
require (
6-
github.com/RedisLabs/rediscloud-go-api v0.27.0
6+
github.com/RedisLabs/rediscloud-go-api v0.28.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 developement, uncomment this
71-
replace github.com/RedisLabs/rediscloud-go-api => ../rediscloud-go-api
71+
//replace github.com/RedisLabs/rediscloud-go-api => ../rediscloud-go-api

0 commit comments

Comments
 (0)