File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/supabase/cli
2
2
3
3
go 1.23.2
4
+ toolchain go1.24.1
4
5
5
6
require (
6
7
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c
@@ -39,7 +40,7 @@ require (
39
40
github.com/oapi-codegen/oapi-codegen/v2 v2.4.1
40
41
github.com/oapi-codegen/runtime v1.1.1
41
42
github.com/slack-go/slack v0.16.0
42
- github.com/spf13/afero v1.12 .0
43
+ github.com/spf13/afero v1.14 .0
43
44
github.com/spf13/cobra v1.9.1
44
45
github.com/spf13/pflag v1.0.6
45
46
github.com/spf13/viper v1.19.0
Original file line number Diff line number Diff line change @@ -905,8 +905,8 @@ github.com/sourcegraph/go-diff v0.7.0 h1:9uLlrd5T46OXs5qpp8L/MTltk0zikUGi0sNNyCp
905
905
github.com/sourcegraph/go-diff v0.7.0 /go.mod h1:iBszgVvyxdc8SFZ7gm69go2KDdt3ag071iBaWPF6cjs =
906
906
github.com/speakeasy-api/openapi-overlay v0.9.0 h1:Wrz6NO02cNlLzx1fB093lBlYxSI54VRhy1aSutx0PQg =
907
907
github.com/speakeasy-api/openapi-overlay v0.9.0 /go.mod h1:f5FloQrHA7MsxYg9djzMD5h6dxrHjVVByWKh7an8TRc =
908
- github.com/spf13/afero v1.12 .0 h1:UcOPyRBYczmFn6yvphxkn9ZEOY65cpwGKb5mL36mrqs =
909
- github.com/spf13/afero v1.12 .0 /go.mod h1:ZTlWwG4/ahT8W7T0WQ5uYmjI9duaLQGy3Q2OAl4sk/4 =
908
+ github.com/spf13/afero v1.14 .0 h1:9tH6MapGnn/j0eb0yIXiLjERO8RB6xIVZRDCX7PtqWA =
909
+ github.com/spf13/afero v1.14 .0 /go.mod h1:acJQ8t0ohCGuMN3O+Pv0V0hgMxNYDlvdk+VTfyZmbYo =
910
910
github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94 /go.mod h1:r2rcYCSwa1IExKTDiTfzaxqT2FNHs8hODu4LnUfgKEg =
911
911
github.com/spf13/cast v1.6.0 h1:GEiTHELF+vaR5dhz3VqZfFSzZjYbgeKDpBxQVS4GYJ0 =
912
912
github.com/spf13/cast v1.6.0 /go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo =
You can’t perform that action at this time.
0 commit comments