mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 23:40:35 +01:00
14 lines
442 B
Modula-2
14 lines
442 B
Modula-2
module github.com/kataras/iris/_examples/bootstrapper
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Joker/hpp v1.0.0 // indirect
|
|
github.com/gorilla/securecookie v1.1.1
|
|
github.com/kataras/iris/v12 v12.2.0-alpha2.0.20210717090056-b2cc3a287149
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
|
github.com/nats-io/nats-server/v2 v2.3.2 // indirect
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
github.com/yudai/pp v2.0.1+incompatible // indirect
|
|
)
|