mirror of
https://github.com/kataras/iris.git
synced 2026-01-08 12:31:58 +00:00
more features and fix database/mysql:jwt example
This commit is contained in:
8
_examples/auth/basicauth/database/go.mod
Normal file
8
_examples/auth/basicauth/database/go.mod
Normal file
@@ -0,0 +1,8 @@
|
||||
module myapp
|
||||
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/go-sql-driver/mysql v1.5.0
|
||||
github.com/kataras/iris/v12 master
|
||||
)
|
||||
Reference in New Issue
Block a user