File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-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
3
go 1.22.4
4
-
5
- toolchain go1.22.5
6
-
7
4
require (
8
5
github.com/hashicorp/terraform-plugin-docs v0.19.4
9
6
github.com/hashicorp/terraform-plugin-framework v1.13.0
10
7
github.com/hashicorp/terraform-plugin-framework-jsontypes v0.2.0
11
8
github.com/hashicorp/terraform-plugin-go v0.25.0
12
9
github.com/hashicorp/terraform-plugin-log v0.9.0
13
10
github.com/hashicorp/terraform-plugin-testing v1.10.0
14
- github.com/supabase/cli v1.212 .0
11
+ github.com/supabase/cli v1.214 .0
15
12
gopkg.in/h2non/gock.v1 v1.1.2
16
13
)
17
14
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