Publish the new version :airplane: | Look description please!
# FAQ
### Looking for free support?
http://support.iris-go.com
https://kataras.rocket.chat/channel/iris
### Looking for previous versions?
https://github.com/kataras/iris#version
### Should I upgrade my Iris?
Developers are not forced to upgrade if they don't really need it. Upgrade whenever you feel ready.
> Iris uses the [vendor directory](https://docs.google.com/document/d/1Bz5-UB7g2uPBdOx-rw5t9MxJwkfpx90cqG9AFL0JAYo) feature, so you get truly reproducible builds, as this method guards against upstream renames and deletes.
**How to upgrade**: Open your command-line and execute this command: `go get -u github.com/kataras/iris`.
For further installation support, please click [here](http://support.iris-go.com/d/16-how-to-install-iris-web-framework).
### About our new home page
http://iris-go.com
Thanks to [Santosh Anand](https://github.com/santoshanand) the http://iris-go.com has been upgraded and it's really awesome!
[Santosh](https://github.com/santoshanand) is a freelancer, he has a great knowledge of nodejs and express js, Android, iOS, React Native, Vue.js etc, if you need a developer to find or create a solution for your problem or task, please contact with him.
The amount of the next two or three donations you'll send they will be immediately transferred to his own account balance, so be generous please!
Read more at https://github.com/kataras/iris/blob/master/HISTORY.md
Former-commit-id: eec2d71bbe011d6b48d2526eb25919e36e5ad94e
2017-06-03 22:22:52 +02:00
|
|
|
|
|
|
|
## Gopkg.toml example (these lines may be deleted)
|
|
|
|
|
|
|
|
## "metadata" defines metadata about the project that could be used by other independent
|
|
|
|
## systems. The metadata defined here will be ignored by dep.
|
|
|
|
# [metadata]
|
|
|
|
# key1 = "value that convey data to other systems"
|
|
|
|
# system1-data = "value that is used by a system"
|
|
|
|
# system2-data = "value that is used by another system"
|
|
|
|
|
|
|
|
## "required" lists a set of packages (not projects) that must be included in
|
|
|
|
## Gopkg.lock. This list is merged with the set of packages imported by the current
|
|
|
|
## project. Use it when your project needs a package it doesn't explicitly import -
|
|
|
|
## including "main" packages.
|
|
|
|
# required = ["github.com/user/thing/cmd/thing"]
|
|
|
|
|
|
|
|
## "ignored" lists a set of packages (not projects) that are ignored when
|
|
|
|
## dep statically analyzes source code. Ignored packages can be in this project,
|
|
|
|
## or in a dependency.
|
|
|
|
# ignored = ["github.com/user/project/badpkg"]
|
|
|
|
|
|
|
|
## Constraints are rules for how directly imported projects
|
|
|
|
## may be incorporated into the depgraph. They are respected by
|
|
|
|
## dep whether coming from the Gopkg.toml of the current project or a dependency.
|
|
|
|
# [[constraint]]
|
|
|
|
## Required: the root import path of the project being constrained.
|
|
|
|
# name = "github.com/user/project"
|
|
|
|
#
|
|
|
|
## Recommended: the version constraint to enforce for the project.
|
|
|
|
## Only one of "branch", "version" or "revision" can be specified.
|
|
|
|
# version = "1.0.0"
|
|
|
|
# branch = "master"
|
|
|
|
# revision = "abc123"
|
|
|
|
#
|
|
|
|
## Optional: an alternate location (URL or import path) for the project's source.
|
|
|
|
# source = "https://github.com/myfork/package.git"
|
|
|
|
#
|
|
|
|
## "metadata" defines metadata about the dependency or override that could be used
|
|
|
|
## by other independent systems. The metadata defined here will be ignored by dep.
|
|
|
|
# [metadata]
|
|
|
|
# key1 = "value that convey data to other systems"
|
|
|
|
# system1-data = "value that is used by a system"
|
|
|
|
# system2-data = "value that is used by another system"
|
|
|
|
|
|
|
|
## Overrides have the same structure as [[constraint]], but supersede all
|
|
|
|
## [[constraint]] declarations from all projects. Only [[override]] from
|
|
|
|
## the current project's are applied.
|
|
|
|
##
|
|
|
|
## Overrides are a sledgehammer. Use them only as a last resort.
|
|
|
|
# [[override]]
|
|
|
|
## Required: the root import path of the project being constrained.
|
|
|
|
# name = "github.com/user/project"
|
|
|
|
#
|
|
|
|
## Optional: specifying a version constraint override will cause all other
|
|
|
|
## constraints on this project to be ignored; only the overridden constraint
|
|
|
|
## need be satisfied.
|
|
|
|
## Again, only one of "branch", "version" or "revision" can be specified.
|
|
|
|
# version = "1.0.0"
|
|
|
|
# branch = "master"
|
|
|
|
# revision = "abc123"
|
|
|
|
#
|
|
|
|
## Optional: specifying an alternate source location as an override will
|
|
|
|
## enforce that the alternate location is used for that project, regardless of
|
|
|
|
## what source location any dependent projects specify.
|
|
|
|
# source = "https://github.com/myfork/package.git"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/BurntSushi/toml"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/Joker/jade"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/Unknwon/i18n"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/aymerick/raymond"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/davecgh/go-spew"
|
|
|
|
version = "1.1.0"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/eknkc/amber"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/esemplastic/unis"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/flosch/pongo2"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/garyburd/redigo"
|
|
|
|
version = "1.1.0"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/gavv/monotime"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/gorilla/websocket"
|
|
|
|
version = "1.1.0"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/imdario/mergo"
|
|
|
|
version = "0.2.2"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/iris-contrib/httpexpect"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/klauspost/compress"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/microcosm-cc/bluemonday"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/monoculum/formam"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/moul/http2curl"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/pmezard/go-difflib"
|
|
|
|
version = "1.0.0"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/russross/blackfriday"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/satori/go.uuid"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/valyala/bytebufferpool"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/xeipuuv/gojsonschema"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/yalp/jsonpath"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/yudai/gojsondiff"
|
|
|
|
version = "1.0.0"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "golang.org/x/crypto"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "golang.org/x/text"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "v2"
|
|
|
|
name = "gopkg.in/yaml.v2"
|
2017-06-07 06:20:53 +02:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/PuerkitoBio/goquery"
|