-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (24 loc) · 744 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
module github.com/bythecover/backend
go 1.22
require (
github.com/a-h/templ v0.2.731
github.com/goloop/env v1.2.0
github.com/google/uuid v1.6.0
github.com/lib/pq v1.10.9
golang.org/x/oauth2 v0.13.0
)
require (
github.com/cloudinary/cloudinary-go/v2 v2.7.0 // indirect
github.com/creasty/defaults v1.5.1 // indirect
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/gorilla/schema v1.2.0 // indirect
github.com/stretchr/testify v1.9.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)
require (
github.com/coreos/go-oidc/v3 v3.10.0
golang.org/x/sync v0.6.0 // indirect
)