Skip to content

Commit c006819

Browse files
committed
chore: updating go api version
1 parent ebede89 commit c006819

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

go.mod

Lines changed: 1 addition & 3 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.25.0
6+
github.com/RedisLabs/rediscloud-go-api v0.26.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
@@ -66,5 +66,3 @@ require (
6666
google.golang.org/protobuf v1.36.3 // indirect
6767
gopkg.in/yaml.v3 v3.0.1 // indirect
6868
)
69-
70-
replace github.com/RedisLabs/rediscloud-go-api => ../rediscloud-go-api

0 commit comments

Comments
 (0)