-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (24 loc) · 770 Bytes
/
go.mod
File metadata and controls
29 lines (24 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/kristiyann/af1-spider-web-app
go 1.21
require (
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/nedpals/supabase-go v0.3.0
github.com/stripe/stripe-go/v75 v75.4.0
)
require github.com/resend/resend-go/v2 v2.5.0
require (
github.com/google/go-querystring v1.1.0 // indirect
github.com/gtuk/discordwebhook v1.2.0
github.com/nedpals/postgrest-go v0.1.3 // indirect
github.com/stretchr/testify v1.8.4 // indirect
)
require (
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/google/uuid v1.3.1
github.com/joho/godotenv v1.5.1
github.com/lib/pq v1.10.9
golang.org/x/crypto v0.13.0
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
)