Skip to content

Commit

Permalink
Merge pull request #1800 from nanikjava/f-fix-bootstrapper-go-mod
Browse files Browse the repository at this point in the history
fix: add go.mod and go.sum to allow bootstrapper compiled indepedently
  • Loading branch information
kataras authored Sep 14, 2021
2 parents 10cb915 + 928ec98 commit eb3f687
Show file tree
Hide file tree
Showing 2 changed files with 348 additions and 0 deletions.
13 changes: 13 additions & 0 deletions _examples/bootstrapper/go.mod
Original file line number Diff line number Diff line change
@@ -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
)
Loading

0 comments on commit eb3f687

Please sign in to comment.