mirror of
https://github.com/kataras/iris.git
synced 2026-01-16 08:25:59 +00:00
fix: add go.mod and go.sum to allow bootstrapper compiled indepedently
This commit is contained in:
13
_examples/bootstrapper/go.mod
Normal file
13
_examples/bootstrapper/go.mod
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user