-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 779 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 779 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
module github.com/Ulbora/GoAuth2
go 1.25
require (
github.com/Ulbora/GoProxy v1.0.1
github.com/Ulbora/Level_Logger v1.0.2
github.com/Ulbora/auth_interface v1.0.0
github.com/Ulbora/dbinterface v1.0.5
github.com/Ulbora/dbinterface_mysql v1.0.7
github.com/Ulbora/default_auth v1.0.0
github.com/Ulbora/go-sessions v1.0.2
github.com/gbrlsnchs/jwt/v3 v3.0.0-rc.1
github.com/gorilla/mux v1.7.3
github.com/gorilla/sessions v1.2.0
)
require (
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/google/go-cmp v0.4.0 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/magefile/mage v1.9.0 // indirect
golang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
)