-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (19 loc) · 872 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module webjwt-validate
go 1.17
require (
github.com/abbot/go-http-auth v0.4.0 // indirect
github.com/carlescere/scheduler v0.0.0-20170109141437-ee74d2f83d82 // indirect
github.com/go-co-op/gocron v1.9.0 // indirect
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/golang/glog v1.0.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/jamf/go-mysqldump v0.6.0 // indirect
github.com/jasonlvhit/gocron v0.0.1 // indirect
github.com/prprprus/scheduler v0.5.0 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/schollz/websocket v1.8.0 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
)