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 (
|
2019-08-10 18:28:03 +02:00
|
|
|
github.com/kataras/neffos v0.0.10
|
2018-10-21 18:20:05 +02:00
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2019-07-15 15:03:19 +02:00
|
|
|
github.com/CloudyKit/jet v2.1.3-0.20180809161101-62edd43e4f88+incompatible // indirect
|
|
|
|
github.com/Joker/jade v1.0.1-0.20190614124447-d475f43051e7 // indirect
|
2018-11-18 04:24:21 +01:00
|
|
|
github.com/Shopify/goreferrer v0.0.0-20181106222321-ec9c9a553398
|
2019-07-15 15:03:19 +02:00
|
|
|
github.com/aymerick/raymond v2.0.3-0.20180322193309-b565731e1464+incompatible
|
|
|
|
github.com/dgraph-io/badger v1.6.0 // indirect
|
|
|
|
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
|
|
|
|
github.com/etcd-io/bbolt v1.3.3 // indirect
|
2018-11-18 04:24:21 +01:00
|
|
|
github.com/fatih/structs v1.1.0
|
2019-07-15 15:03:19 +02:00
|
|
|
github.com/flosch/pongo2 v0.0.0-20190707114632-bbf5a6c351f4
|
|
|
|
github.com/gavv/httpexpect v2.0.0+incompatible
|
|
|
|
github.com/hashicorp/go-version v1.2.0 // indirect
|
2018-11-10 23:57:26 +01:00
|
|
|
github.com/iris-contrib/blackfriday v2.0.0+incompatible
|
2018-10-21 18:20:05 +02:00
|
|
|
github.com/iris-contrib/go.uuid v2.0.0+incompatible
|
2019-07-15 06:49:04 +02:00
|
|
|
github.com/iris-contrib/i18n v0.0.0-20171121225848-987a633949d0
|
|
|
|
github.com/json-iterator/go v1.1.6
|
2019-10-24 17:57:05 +02:00
|
|
|
github.com/kataras/golog v0.0.9
|
2019-01-03 11:57:49 +01:00
|
|
|
github.com/kataras/pio v0.0.0-20190103105442-ea782b38602d // indirect
|
2019-07-15 15:03:19 +02:00
|
|
|
github.com/mediocregopher/radix/v3 v3.3.0
|
2019-08-06 17:40:13 +02:00
|
|
|
github.com/gomodule/redigo v1.7.1-0.20190724094224-574c33c3df38
|
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-07-24 02:29:42 +02:00
|
|
|
github.com/iris-contrib/schema v0.0.1
|
2018-10-21 18:20:05 +02:00
|
|
|
)
|