mirror of
https://github.com/kataras/iris.git
synced 2025-12-20 03:17:04 +00:00
add an example for sessions + view data as requested
This commit is contained in:
10
_examples/auth/jwt/tutorial/go.mod
Normal file
10
_examples/auth/jwt/tutorial/go.mod
Normal file
@@ -0,0 +1,10 @@
|
||||
module myapp
|
||||
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/kataras/iris/v12 v12.2.0-alpha.0.20201031040657-23d4c411cadb
|
||||
github.com/google/uuid v1.1.2
|
||||
)
|
||||
|
||||
replace github.com/kataras/iris/v12 => ../../../../
|
||||
Reference in New Issue
Block a user