File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/supabase/terraform-provider-supabase
2
2
3
- go 1.22.4
4
-
5
- toolchain go1.22.5
3
+ go 1.23.2
6
4
7
5
require (
8
6
github.com/hashicorp/terraform-plugin-docs v0.19.4
@@ -11,7 +9,7 @@ require (
11
9
github.com/hashicorp/terraform-plugin-go v0.25.0
12
10
github.com/hashicorp/terraform-plugin-log v0.9.0
13
11
github.com/hashicorp/terraform-plugin-testing v1.10.0
14
- github.com/supabase/cli v1.212 .0
12
+ github.com/supabase/cli v1.214 .0
15
13
gopkg.in/h2non/gock.v1 v1.1.2
16
14
)
17
15
Original file line number Diff line number Diff line change @@ -207,8 +207,8 @@ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5
207
207
github.com/stretchr/testify v1.7.2 /go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals =
208
208
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg =
209
209
github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
210
- github.com/supabase/cli v1.212 .0 h1:gpcBSQGe/Ph1QMgZnQYzrCJ7Y5bjBroPyTdJ4BjAcLk =
211
- github.com/supabase/cli v1.212 .0 /go.mod h1:sCdJnBlgu5vks/aiHrFst+VPpsLyvqvAGUvq9B/wqrk =
210
+ github.com/supabase/cli v1.214 .0 h1:mjwbLmzBcRpbHpCbwG9uEKDppInyaqTp9fX6LqCZiq4 =
211
+ github.com/supabase/cli v1.214 .0 /go.mod h1:OYcw6hRiA8cuL2NMmqBTXhRSYFb667DHsOAaQy33T48 =
212
212
github.com/vmihailenco/msgpack v3.3.3+incompatible /go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk =
213
213
github.com/vmihailenco/msgpack v4.0.4+incompatible h1:dSLoQfGFAo3F6OoNhwUmLwVgaUXK79GlxNBwueZn0xI =
214
214
github.com/vmihailenco/msgpack v4.0.4+incompatible /go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk =
You can’t perform that action at this time.
0 commit comments