mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
10 lines
252 B
Modula-2
10 lines
252 B
Modula-2
module github.com/kataras/iris/v12/_examples/bootstrapper
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/gorilla/securecookie v1.1.1
|
|
github.com/iris-contrib/httpexpect/v2 v2.0.5 // indirect
|
|
github.com/kataras/iris/v12 v12.2.0-alpha2.0.20210922114959-0011e0ca3aa6
|
|
)
|