1
0
mirror of https://github.com/kataras/iris.git synced 2026-07-31 08:29:50 +00:00

Hints of what v14 will bring. Introduce Plexon AI x Iris. Update deps.

This commit is contained in:
Gerasimos (Makis) Maropoulos
2026-07-27 11:40:16 +03:00
parent 4291456991
commit 5082f0ac7f
48 changed files with 6639 additions and 1451 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module myapp
go 1.25
go 1.26
require (
github.com/go-sql-driver/mysql v1.9.3
+1 -1
View File
@@ -1,6 +1,6 @@
module myapp
go 1.25
go 1.26
require (
github.com/google/uuid v1.6.0
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/kataras/iris/v12/_examples/bootstrapper
go 1.25
go 1.26
require (
github.com/gorilla/securecookie v1.1.2
@@ -1,6 +1,6 @@
module github.com/kataras/my-iris-app
go 1.25
go 1.26
require (
github.com/kataras/iris/v12 v12.2.11-0.20251225090712-30c1c6b10edd
+1 -1
View File
@@ -1,6 +1,6 @@
module app
go 1.25
go 1.26
require (
github.com/kataras/iris/v12 v12.2.11-0.20251225090712-30c1c6b10edd
+1 -1
View File
@@ -1,6 +1,6 @@
module myapp
go 1.25
go 1.26
require (
github.com/joho/godotenv v1.5.1
+1 -1
View File
@@ -1,6 +1,6 @@
module myapp
go 1.25
go 1.26
require (
github.com/DATA-DOG/go-sqlmock v1.5.2
+1 -1
View File
@@ -1,6 +1,6 @@
module myapp
go 1.25
go 1.26
require (
github.com/kataras/golog v0.1.12
@@ -1,6 +1,6 @@
module github.com/kataras/iris/_examples/dependency-injection/jwt/contrib
go 1.25
go 1.26
require (
github.com/iris-contrib/middleware/jwt v0.0.0-20251225090426-92c6f28facda
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/kataras/iris/_examples/desktop/webview
go 1.25
go 1.26
require (
github.com/kataras/iris/v12 v12.2.11-0.20251225090712-30c1c6b10edd
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/iris-contrib/outerbanks-api
go 1.25
go 1.26
require (
github.com/99designs/gqlgen v0.17.86
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/kataras/iris/_examples/http-server/h2c
go 1.25
go 1.26
require (
github.com/kataras/iris/v12 v12.2.11-0.20251225090712-30c1c6b10edd
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/kataras/iris/_examples/http-server/http3-quic
go 1.25
go 1.26
require (
github.com/kataras/iris/v12 v12.2.11-0.20251225090712-30c1c6b10edd
+1 -1
View File
@@ -1,6 +1,6 @@
module myapp
go 1.25
go 1.26
require (
github.com/IBM/sarama v1.46.3
@@ -1,6 +1,6 @@
module github.com/kataras/iris/_examples/logging/accesslog-slack
go 1.25
go 1.26
require (
github.com/kataras/iris/v12 v12.2.11-0.20251225090712-30c1c6b10edd
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/kataras/iris/examples/logging/rollbar
go 1.25
go 1.26
require (
github.com/kataras/iris/v12 v12.2.11-0.20251225090712-30c1c6b10edd
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/kataras/iris/_examples/statsviz
go 1.25
go 1.26
require (
github.com/arl/statsviz v0.8.0
@@ -1,6 +1,6 @@
module grpcexample
go 1.25
go 1.26
require (
github.com/golang/protobuf v1.5.4
+1 -1
View File
@@ -1,6 +1,6 @@
module app
go 1.25
go 1.26
require github.com/kataras/iris/v12 v12.2.11-0.20251225090712-30c1c6b10edd
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/kataras/iris/v12/_examples/mvc/vuejs-todo-mvc/src
go 1.25
go 1.26
require github.com/kataras/iris/v12 v12.2.11-0.20251225090712-30c1c6b10edd
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/username/project
go 1.25
go 1.26
require (
github.com/kataras/golog v0.1.12
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/kataras/iris/_examples/response-writer/json-third-party
go 1.25
go 1.26
require (
github.com/bytedance/sonic v1.14.2
+1 -1
View File
@@ -1,6 +1,6 @@
module app
go 1.25
go 1.26
require (
github.com/golang/protobuf v1.5.0
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/kataras/iris/_examples/routing/party-controller
go 1.25
go 1.26
require github.com/kataras/iris/v12 v12.2.11-0.20251225090712-30c1c6b10edd
@@ -1,6 +1,6 @@
module github.com/kataras/iris/_examples/routing/subdomains/redirect/multi-instances
go 1.25
go 1.26
require github.com/kataras/iris/v12 v12.2.11-0.20251225090712-30c1c6b10edd
+1 -1
View File
@@ -1,6 +1,6 @@
module app
go 1.25
go 1.26
require github.com/kataras/iris/v12 v12.2.11-0.20251225090712-30c1c6b10edd
+1 -1
View File
@@ -1,6 +1,6 @@
module ginkgotest
go 1.25
go 1.26
require (
github.com/kataras/iris/v12 v12.2.11-0.20251225090712-30c1c6b10edd
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/kataras/iris/v12/_examples/view/templ
go 1.25
go 1.26
require (
github.com/a-h/templ v0.3.977
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/kataras/iris/_examples/websocket/basic
go 1.25
go 1.26
require (
github.com/iris-contrib/middleware/jwt v0.0.0-20251225090426-92c6f28facda
+1 -1
View File
@@ -1,6 +1,6 @@
module gorilla-filewatch-example
go 1.25
go 1.26
require (
github.com/gorilla/websocket v1.5.3
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/kataras/iris/_examples/websocket/socketio
go 1.25
go 1.26
require (
github.com/googollee/go-socket.io v1.7.0