2019-10-25 00:27:02 +02:00
|
|
|
module github.com/kataras/iris/v12
|
2018-10-21 18:20:05 +02:00
|
|
|
|
2020-02-29 13:18:15 +01:00
|
|
|
go 1.14
|
2019-06-02 16:49:45 +02:00
|
|
|
|
2018-10-21 18:20:05 +02:00
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2020-02-05 11:36:21 +01:00
|
|
|
github.com/CloudyKit/jet/v3 v3.0.0
|
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
|
2020-05-04 19:23:15 +02:00
|
|
|
github.com/dgraph-io/badger/v2 v2.0.3
|
2019-07-15 15:03:19 +02:00
|
|
|
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
|
2018-11-18 04:24:21 +01:00
|
|
|
github.com/fatih/structs v1.1.0
|
2020-05-17 21:08:43 +02:00
|
|
|
github.com/golang/protobuf v1.4.2
|
2020-05-08 20:38:08 +02:00
|
|
|
github.com/gomodule/redigo v1.8.1
|
2020-05-28 15:20:58 +02:00
|
|
|
github.com/google/uuid v1.1.2-0.20200519141726-cb32006e483f
|
2019-12-13 22:06:18 +01:00
|
|
|
github.com/hashicorp/go-version v1.2.0
|
2018-11-10 23:57:26 +01:00
|
|
|
github.com/iris-contrib/blackfriday v2.0.0+incompatible
|
2020-05-08 20:38:08 +02:00
|
|
|
github.com/iris-contrib/httpexpect/v2 v2.0.5
|
|
|
|
github.com/iris-contrib/jade v1.1.4
|
2019-12-13 22:06:18 +01:00
|
|
|
github.com/iris-contrib/pongo2 v0.0.1
|
2019-10-26 17:40:35 +02:00
|
|
|
github.com/iris-contrib/schema v0.0.1
|
2020-01-07 02:41:07 +01:00
|
|
|
github.com/json-iterator/go v1.1.9
|
2020-06-09 09:09:04 +02:00
|
|
|
github.com/kataras/golog v0.0.18
|
2020-05-18 18:54:50 +02:00
|
|
|
github.com/kataras/neffos v0.0.16
|
2020-06-09 09:09:04 +02:00
|
|
|
github.com/kataras/pio v0.0.8
|
2019-12-13 22:06:18 +01:00
|
|
|
github.com/kataras/sitemap v0.0.5
|
2020-05-28 18:29:14 +02:00
|
|
|
github.com/klauspost/compress v1.10.6
|
|
|
|
github.com/mediocregopher/radix/v3 v3.5.1
|
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-12-16 01:00:42 +01:00
|
|
|
github.com/schollz/closestmatch v2.1.0+incompatible
|
2020-06-07 17:15:55 +02:00
|
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
2020-05-27 11:02:17 +02:00
|
|
|
github.com/square/go-jose/v3 v3.0.0-20200430180204-d84c719419c2
|
2020-04-08 15:48:22 +02:00
|
|
|
github.com/vmihailenco/msgpack/v5 v5.0.0-alpha.2
|
2020-04-28 04:51:28 +02:00
|
|
|
go.etcd.io/bbolt v1.3.4
|
2020-05-17 21:08:43 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
|
2020-06-07 17:15:55 +02:00
|
|
|
golang.org/x/net v0.0.0-20200506145744-7e3656a0809f
|
2020-01-07 02:41:07 +01:00
|
|
|
golang.org/x/text v0.3.2
|
2020-05-01 22:33:04 +02:00
|
|
|
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
|
2020-05-28 18:29:14 +02:00
|
|
|
gopkg.in/ini.v1 v1.57.0
|
2020-05-08 20:38:08 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200506231410-2ff61e1afc86
|
2020-04-28 00:58:56 +02:00
|
|
|
)
|