2018-10-21 18:20:05 +02:00
|
|
|
module github.com/kataras/iris
|
|
|
|
|
2019-06-02 16:49:45 +02:00
|
|
|
go 1.12
|
|
|
|
|
2018-10-21 18:20:05 +02:00
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2018-11-06 03:06:50 +01:00
|
|
|
github.com/Joker/jade v1.0.0
|
2018-11-18 04:24:21 +01:00
|
|
|
github.com/Shopify/goreferrer v0.0.0-20181106222321-ec9c9a553398
|
2018-10-21 18:20:05 +02:00
|
|
|
github.com/aymerick/raymond v2.0.2+incompatible
|
|
|
|
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
|
2018-11-18 04:24:21 +01:00
|
|
|
github.com/fatih/structs v1.1.0
|
2019-06-02 16:49:45 +02:00
|
|
|
github.com/flosch/pongo2 v0.0.0-20190505152737-8914e1cf9164
|
2018-11-10 23:57:26 +01:00
|
|
|
github.com/iris-contrib/blackfriday v2.0.0+incompatible
|
2019-05-30 09:48:07 +02:00
|
|
|
github.com/iris-contrib/formBinder v0.0.0-20190104093907-fbd5963f41e1
|
2018-10-21 18:20:05 +02:00
|
|
|
github.com/iris-contrib/go.uuid v2.0.0+incompatible
|
2019-06-02 16:49:45 +02:00
|
|
|
github.com/json-iterator/go v1.1.6
|
2019-05-30 09:48:07 +02:00
|
|
|
github.com/kataras/golog v0.0.0-20180321173939-03be10146386
|
2019-06-13 11:15:01 +02:00
|
|
|
github.com/kataras/neffos v0.0.1
|
2019-01-03 11:57:49 +01:00
|
|
|
github.com/kataras/pio v0.0.0-20190103105442-ea782b38602d // indirect
|
2019-06-02 16:49:45 +02:00
|
|
|
github.com/microcosm-cc/bluemonday v1.0.2
|
2018-10-21 18:20:05 +02:00
|
|
|
github.com/ryanuber/columnize v2.1.0+incompatible
|
2019-06-02 16:49:45 +02:00
|
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20190530122614-20be4c3c3ed5
|
|
|
|
golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20190602015325-4c4f7f33c9ed // indirect
|
|
|
|
golang.org/x/text v0.3.2 // indirect
|
|
|
|
golang.org/x/tools v0.0.0-20190602112858-2de7f9bf822c // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
2018-10-21 18:20:05 +02:00
|
|
|
)
|