-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 689 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/midepeter/authboss
go 1.15
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/gorilla/mux v1.8.0
github.com/jackc/pgx/v4 v4.13.0 // indirect
github.com/joho/godotenv v1.3.0
github.com/volatiletech/authboss-renderer v0.0.0-20210622044114-b32bb7a1387f
github.com/volatiletech/authboss/v3 v3.1.1
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985 // indirect
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gorm.io/driver/postgres v1.1.0
gorm.io/gorm v1.21.12
)