-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (25 loc) · 856 Bytes
/
go.mod
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/EricFrancis12/oauth-email-lists
go 1.23
toolchain go1.23.1
require (
github.com/EricFrancis12/stripol v0.0.0-20241001215438-a00c779f7414
github.com/aws/aws-lambda-go v1.47.0
github.com/awslabs/aws-lambda-go-api-proxy v0.16.2
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/google/uuid v1.6.0
github.com/gorilla/mux v1.8.1
github.com/joho/godotenv v1.5.1
github.com/lib/pq v1.10.9
github.com/resend/resend-go/v2 v2.12.0
github.com/sendinblue/APIv3-go-library/v2 v2.1.2
github.com/stretchr/testify v1.9.0
golang.org/x/crypto v0.27.0
golang.org/x/oauth2 v0.23.0
)
require (
cloud.google.com/go/compute/metadata v0.3.0 // indirect
github.com/antihax/optional v1.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)