-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 690 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/MRQ67/stackmatch-cli
go 1.24.0
require (
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
github.com/spf13/cobra v1.9.1
github.com/spf13/pflag v1.0.6
github.com/supabase-community/gotrue-go v1.2.1
github.com/supabase-community/supabase-go v0.0.4
golang.org/x/term v0.32.0
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/supabase-community/functions-go v0.1.0 // indirect
github.com/supabase-community/postgrest-go v0.0.11 // indirect
github.com/supabase-community/storage-go v0.7.0 // indirect
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
golang.org/x/sys v0.33.0 // indirect
)