mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
450f20902d
Former-commit-id: e369d1426ac1a6b58314930a18362670317da3c1
30 lines
1.2 KiB
Modula-2
30 lines
1.2 KiB
Modula-2
module github.com/kataras/iris
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/Joker/jade v1.0.0
|
|
github.com/Shopify/goreferrer v0.0.0-20181106222321-ec9c9a553398
|
|
github.com/aymerick/raymond v2.0.2+incompatible
|
|
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
|
|
github.com/fatih/structs v1.1.0
|
|
github.com/flosch/pongo2 v0.0.0-20190505152737-8914e1cf9164 // vendor removed.
|
|
github.com/iris-contrib/blackfriday v2.0.0+incompatible
|
|
github.com/iris-contrib/formBinder v0.0.0-20190104093907-fbd5963f41e1
|
|
github.com/iris-contrib/go.uuid v2.0.0+incompatible
|
|
github.com/json-iterator/go v1.1.6 // vendor removed.
|
|
github.com/kataras/golog v0.0.0-20180321173939-03be10146386
|
|
github.com/kataras/neffos v0.0.5
|
|
github.com/kataras/pio v0.0.0-20190103105442-ea782b38602d // indirect
|
|
github.com/microcosm-cc/bluemonday v1.0.2
|
|
github.com/ryanuber/columnize v2.1.0+incompatible
|
|
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
|
|
)
|