mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 02:31:04 +01:00
108 lines
4.6 KiB
Modula-2
108 lines
4.6 KiB
Modula-2
module github.com/kataras/iris/v12
|
|
|
|
go 1.17
|
|
|
|
// retract v12.1.8 // please update to @master
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.4.1
|
|
github.com/CloudyKit/jet/v6 v6.1.0
|
|
github.com/Shopify/goreferrer v0.0.0-20210630161223-536fa16abd6f
|
|
github.com/andybalholm/brotli v1.0.4
|
|
github.com/aymerick/raymond v2.0.2+incompatible
|
|
github.com/blang/semver/v4 v4.0.0
|
|
github.com/dgraph-io/badger/v2 v2.2007.4
|
|
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
|
|
github.com/fatih/structs v1.1.0
|
|
github.com/flosch/pongo2/v4 v4.0.2
|
|
github.com/go-redis/redis/v8 v8.11.4
|
|
github.com/golang/snappy v0.0.4
|
|
github.com/google/uuid v1.3.0
|
|
github.com/iris-contrib/httpexpect/v2 v2.0.5
|
|
github.com/iris-contrib/jade v1.1.4
|
|
github.com/iris-contrib/schema v0.0.6
|
|
github.com/json-iterator/go v1.1.12
|
|
github.com/kataras/blocks v0.0.4
|
|
github.com/kataras/golog v0.1.7
|
|
github.com/kataras/jwt v0.1.2
|
|
github.com/kataras/neffos v0.0.18
|
|
github.com/kataras/pio v0.0.10
|
|
github.com/kataras/sitemap v0.0.5
|
|
github.com/kataras/tunnel v0.0.3
|
|
github.com/klauspost/compress v1.13.6
|
|
github.com/mailru/easyjson v0.7.7
|
|
github.com/microcosm-cc/bluemonday v1.0.16
|
|
github.com/russross/blackfriday/v2 v2.1.0
|
|
github.com/schollz/closestmatch v2.1.0+incompatible
|
|
github.com/tdewolff/minify/v2 v2.9.22
|
|
github.com/vmihailenco/msgpack/v5 v5.3.5
|
|
github.com/yosssi/ace v0.0.5
|
|
go.etcd.io/bbolt v1.3.6
|
|
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
|
|
golang.org/x/net v0.0.0-20211201190559-0a0e4e1bb54c
|
|
golang.org/x/sys v0.0.0-20211124211545-fe61309f8881
|
|
golang.org/x/text v0.3.7
|
|
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11
|
|
google.golang.org/protobuf v1.27.1
|
|
gopkg.in/ini.v1 v1.66.2
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|
|
|
|
require (
|
|
github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect
|
|
github.com/Joker/hpp v1.0.0 // indirect
|
|
github.com/PuerkitoBio/goquery v1.8.0 // indirect
|
|
github.com/ajg/form v1.5.1 // indirect
|
|
github.com/andybalholm/cascadia v1.3.1 // indirect
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/cespare/xxhash v1.1.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dgraph-io/ristretto v0.1.0 // indirect
|
|
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
github.com/gobwas/httphead v0.1.0 // indirect
|
|
github.com/gobwas/pool v0.2.1 // indirect
|
|
github.com/gobwas/ws v1.1.0 // indirect
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/gorilla/css v1.0.0 // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/imkira/go-interpol v1.1.0 // indirect
|
|
github.com/iris-contrib/go.uuid v2.0.0+incompatible // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mediocregopher/radix/v3 v3.8.0 // indirect
|
|
github.com/minio/highwayhash v1.0.1 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/nats-io/jwt/v2 v2.1.0 // indirect
|
|
github.com/nats-io/nats-server/v2 v2.6.5 // indirect
|
|
github.com/nats-io/nats.go v1.13.1-0.20211122170419-d7c1d78a50fc // indirect
|
|
github.com/nats-io/nkeys v0.3.0 // indirect
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/sergi/go-diff v1.2.0 // indirect
|
|
github.com/smartystreets/goconvey v1.7.2 // indirect
|
|
github.com/stretchr/objx v0.1.0 // indirect
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
github.com/tdewolff/parse/v2 v2.5.22 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
|
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
|
|
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 // indirect
|
|
github.com/yudai/gojsondiff v1.0.0 // indirect
|
|
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
|
|
github.com/yudai/pp v2.0.1+incompatible // indirect
|
|
golang.org/x/mod v0.3.0 // indirect
|
|
golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
moul.io/http2curl v1.0.0 // indirect
|
|
)
|