2019-10-25 00:27:02 +02:00
|
|
|
module github.com/kataras/iris/v12
|
2018-10-21 18:20:05 +02:00
|
|
|
|
2020-10-04 15:50:21 +02:00
|
|
|
go 1.15
|
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-10-30 21:12:16 +01:00
|
|
|
github.com/CloudyKit/jet/v5 v5.1.1
|
2018-11-18 04:24:21 +01:00
|
|
|
github.com/Shopify/goreferrer v0.0.0-20181106222321-ec9c9a553398
|
2020-10-04 15:50:21 +02:00
|
|
|
github.com/andybalholm/brotli v1.0.1
|
2019-07-15 15:03:19 +02:00
|
|
|
github.com/aymerick/raymond v2.0.3-0.20180322193309-b565731e1464+incompatible
|
2020-09-10 09:12:06 +02:00
|
|
|
github.com/dgraph-io/badger/v2 v2.2007.2
|
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-12-04 11:48:53 +01:00
|
|
|
github.com/flosch/pongo2/v4 v4.0.1
|
2020-11-25 03:47:36 +01:00
|
|
|
github.com/go-redis/redis/v8 v8.4.0
|
2020-08-31 19:30:01 +02:00
|
|
|
github.com/google/uuid v1.1.2
|
2020-06-20 15:06:26 +02:00
|
|
|
github.com/hashicorp/go-version v1.2.1
|
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
|
2020-09-01 10:39:57 +02:00
|
|
|
github.com/iris-contrib/schema v0.0.6
|
2020-06-14 07:09:42 +02:00
|
|
|
github.com/json-iterator/go v1.1.10
|
2020-09-29 19:34:47 +02:00
|
|
|
github.com/kataras/blocks v0.0.4
|
2020-09-07 00:08:19 +02:00
|
|
|
github.com/kataras/golog v0.1.5
|
2020-12-04 11:48:53 +01:00
|
|
|
github.com/kataras/jwt v0.0.7
|
2020-11-17 06:05:36 +01:00
|
|
|
github.com/kataras/neffos v0.0.18
|
2020-08-14 11:37:46 +02:00
|
|
|
github.com/kataras/pio v0.0.10
|
2019-12-13 22:06:18 +01:00
|
|
|
github.com/kataras/sitemap v0.0.5
|
2020-09-15 22:37:11 +02:00
|
|
|
github.com/kataras/tunnel v0.0.2
|
2020-11-17 06:05:36 +01:00
|
|
|
github.com/klauspost/compress v1.11.3
|
2020-09-13 01:56:22 +02:00
|
|
|
github.com/mailru/easyjson v0.7.6
|
2020-08-14 11:37:46 +02:00
|
|
|
github.com/microcosm-cc/bluemonday v1.0.4
|
2020-11-17 06:05:36 +01:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0
|
2019-12-16 01:00:42 +01:00
|
|
|
github.com/schollz/closestmatch v2.1.0+incompatible
|
2020-10-30 21:12:16 +01:00
|
|
|
github.com/tdewolff/minify/v2 v2.9.10
|
2020-11-25 03:47:36 +01:00
|
|
|
github.com/vmihailenco/msgpack/v5 v5.0.0
|
2020-08-03 04:46:04 +02:00
|
|
|
github.com/yosssi/ace v0.0.5
|
2020-06-20 15:06:26 +02:00
|
|
|
go.etcd.io/bbolt v1.3.5
|
2020-11-25 03:47:36 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392
|
|
|
|
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
|
|
|
|
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
|
2020-10-30 21:12:16 +01:00
|
|
|
golang.org/x/text v0.3.4
|
2020-07-01 13:43:24 +02:00
|
|
|
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
|
|
|
|
google.golang.org/protobuf v1.25.0
|
2020-10-17 05:40:17 +02:00
|
|
|
gopkg.in/ini.v1 v1.62.0
|
2020-06-20 15:06:26 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
|
2020-04-28 00:58:56 +02:00
|
|
|
)
|