mirror of
https://github.com/kataras/iris.git
synced 2025-02-09 02:34:55 +01:00
v12.2.0-alpha
This commit is contained in:
parent
fb00ecd2b7
commit
a917ef68fc
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
|
@ -2,7 +2,7 @@ Examples for the Iris project can be found at
|
||||||
<https://github.com/kataras/iris/tree/master/_examples>.
|
<https://github.com/kataras/iris/tree/master/_examples>.
|
||||||
|
|
||||||
Documentation for the Iris project can be found at
|
Documentation for the Iris project can be found at
|
||||||
<https://pkg.go.dev/github.com/kataras/iris/v12@v12.2.0>.
|
<https://www.iris-go.com/docs>.
|
||||||
|
|
||||||
Love iris? Please consider supporting the project:
|
Love iris? Please consider supporting the project:
|
||||||
👉 https://iris-go.com/donate
|
👉 https://iris-go.com/donate
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -24,7 +24,7 @@ If applicable, add screenshots to help explain your problem.
|
||||||
- OS: [e.g. ubuntu, windows]
|
- OS: [e.g. ubuntu, windows]
|
||||||
|
|
||||||
**iris.Version**
|
**iris.Version**
|
||||||
- e.g. v12.2.0 or master
|
- e.g. v12.2.0-alpha or master
|
||||||
|
|
||||||
Please make sure the bug is reproducible over the `master` branch:
|
Please make sure the bug is reproducible over the `master` branch:
|
||||||
|
|
||||||
|
|
|
@ -4,5 +4,5 @@ go 1.15
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/betacraft/yaag v1.0.1-0.20200719063524-47d781406108
|
github.com/betacraft/yaag v1.0.1-0.20200719063524-47d781406108
|
||||||
github.com/kataras/iris/v12 v12.1.9-0.20200903123630-7e6d453dad67
|
github.com/kataras/iris/v12 v12.2.0-alpha
|
||||||
)
|
)
|
||||||
|
|
|
@ -4,6 +4,6 @@ go 1.15
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/joho/godotenv v1.3.0
|
github.com/joho/godotenv v1.3.0
|
||||||
github.com/kataras/iris/v12 v12.1.9-0.20200903123630-7e6d453dad67
|
github.com/kataras/iris/v12 v12.2.0-alpha
|
||||||
go.mongodb.org/mongo-driver v1.3.4
|
go.mongodb.org/mongo-driver v1.3.4
|
||||||
)
|
)
|
||||||
|
|
|
@ -4,6 +4,6 @@ go 1.15
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/go-sql-driver/mysql v1.5.0
|
github.com/go-sql-driver/mysql v1.5.0
|
||||||
github.com/kataras/iris/v12 v12.1.9-0.20200903123630-7e6d453dad67
|
github.com/kataras/iris/v12 v12.2.0-alpha
|
||||||
github.com/mailgun/groupcache/v2 v2.1.0
|
github.com/mailgun/groupcache/v2 v2.1.0
|
||||||
)
|
)
|
||||||
|
|
|
@ -4,5 +4,5 @@ go 1.15
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/Shopify/sarama v1.26.4
|
github.com/Shopify/sarama v1.26.4
|
||||||
github.com/kataras/iris/v12 v12.1.9-0.20200903123630-7e6d453dad67
|
github.com/kataras/iris/v12 v12.2.0-alpha
|
||||||
)
|
)
|
||||||
|
|
|
@ -3,6 +3,6 @@ module github.com/kataras/iris/examples/logging/rollbar
|
||||||
go 1.15
|
go 1.15
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/kataras/iris/v12 v12.1.9-0.20200903123630-7e6d453dad67
|
github.com/kataras/iris/v12 v12.2.0-alpha
|
||||||
github.com/rollbar/rollbar-go v1.2.0
|
github.com/rollbar/rollbar-go v1.2.0
|
||||||
)
|
)
|
||||||
|
|
|
@ -2,4 +2,4 @@ module app
|
||||||
|
|
||||||
go 1.15
|
go 1.15
|
||||||
|
|
||||||
require github.com/kataras/iris/v12 v12.1.9-0.20200903123630-7e6d453dad67
|
require github.com/kataras/iris/v12 v12.2.0-alpha
|
||||||
|
|
|
@ -2,4 +2,4 @@ module github.com/kataras/iris/_examples/mvc/vuejs-todo-mvc/src
|
||||||
|
|
||||||
go 1.15
|
go 1.15
|
||||||
|
|
||||||
require github.com/kataras/iris/v12 v12.1.9-0.20200903123630-7e6d453dad67
|
require github.com/kataras/iris/v12 v12.2.0-alpha
|
||||||
|
|
|
@ -2,6 +2,6 @@ module github.com/kataras/iris/_examples/routing/subdomains/redirect/multi-insta
|
||||||
|
|
||||||
go 1.15
|
go 1.15
|
||||||
|
|
||||||
require github.com/kataras/iris/v12 v12.1.9-0.20200903123630-7e6d453dad67
|
require github.com/kataras/iris/v12 v12.2.0-alpha
|
||||||
|
|
||||||
replace github.com/kataras/iris/v12 => ../../../../../
|
replace github.com/kataras/iris/v12 => ../../../../../
|
|
@ -2,5 +2,5 @@ module app
|
||||||
|
|
||||||
go 1.15
|
go 1.15
|
||||||
|
|
||||||
require github.com/kataras/iris/v12 v12.1.9-0.20200903123630-7e6d453dad67
|
require github.com/kataras/iris/v12 v12.2.0-alpha
|
||||||
|
|
||||||
|
|
|
@ -4,5 +4,5 @@ go 1.15
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/iris-contrib/middleware/jwt v0.0.0-20200710202437-92b01b85baaf
|
github.com/iris-contrib/middleware/jwt v0.0.0-20200710202437-92b01b85baaf
|
||||||
github.com/kataras/iris/v12 v12.1.9-0.20200903123630-7e6d453dad67 // indirect
|
github.com/kataras/iris/v12 v12.2.0-alpha // indirect
|
||||||
)
|
)
|
||||||
|
|
|
@ -4,5 +4,5 @@ go 1.15
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/googollee/go-socket.io v1.4.3-0.20191109153049-7451e2f8c2e0
|
github.com/googollee/go-socket.io v1.4.3-0.20191109153049-7451e2f8c2e0
|
||||||
github.com/kataras/iris/v12 v12.1.9-0.20200903123630-7e6d453dad67
|
github.com/kataras/iris/v12 v12.2.0-alpha
|
||||||
)
|
)
|
||||||
|
|
4
iris.go
4
iris.go
|
@ -36,8 +36,8 @@ import (
|
||||||
"github.com/tdewolff/minify/v2/xml"
|
"github.com/tdewolff/minify/v2/xml"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Version is the current version number of the Iris Web Framework.
|
// Version is the current version of the Iris Web Framework.
|
||||||
const Version = "12.2.0"
|
const Version = "12.2.0-alpha"
|
||||||
|
|
||||||
// Byte unit helpers.
|
// Byte unit helpers.
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user