1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-09 13:05:56 +00:00

update dependencies

This commit is contained in:
Gerasimos (Makis) Maropoulos
2021-10-31 11:49:39 +02:00
parent 16b9b694d2
commit 485395190b
25 changed files with 137 additions and 156 deletions

View File

@@ -1,6 +1,6 @@
module github.com/kataras/iris/_examples/apidoc/yaag
go 1.16
go 1.17
require (
github.com/betacraft/yaag v1.0.1-0.20200719063524-47d781406108

View File

@@ -1,6 +1,6 @@
module myapp
go 1.16
go 1.17
require (
github.com/go-sql-driver/mysql v1.5.0

View File

@@ -1,6 +1,6 @@
module myapp
go 1.16
go 1.17
require (
github.com/google/uuid v1.1.2

View File

@@ -1,6 +1,6 @@
module github.com/kataras/iris/v12/_examples/bootstrapper
go 1.16
go 1.17
require (
github.com/gorilla/securecookie v1.1.1

View File

@@ -1,6 +1,6 @@
module app
go 1.16
go 1.17
require (
github.com/kataras/iris/v12 master

View File

@@ -1,6 +1,6 @@
module myapp
go 1.16
go 1.17
require (
github.com/joho/godotenv v1.3.0

View File

@@ -1,6 +1,6 @@
module myapp
go 1.16
go 1.17
require (
github.com/go-sql-driver/mysql v1.5.0

View File

@@ -1,6 +1,6 @@
module myapp
go 1.16
go 1.17
require (
github.com/kataras/iris/v12 v12.1.8

View File

@@ -1,6 +1,6 @@
module github.com/kataras/iris/_examples/dependency-injection/jwt/contrib
go 1.16
go 1.17
require (
github.com/iris-contrib/middleware/jwt v0.0.0-20201017024110-39b50ffeb885

View File

@@ -1,6 +1,6 @@
module github.com/kataras/iris/_examples/http-server/http3-quic
go 1.16
go 1.17
require (
github.com/prometheus/client_golang v1.0.0

View File

@@ -1,6 +1,6 @@
module myapp
go 1.16
go 1.17
require (
github.com/Shopify/sarama v1.27.0

View File

@@ -1,6 +1,6 @@
module github.com/kataras/iris/examples/logging/rollbar
go 1.16
go 1.17
require (
github.com/kataras/iris/v12 master

View File

@@ -1,6 +1,6 @@
module grpcexample
go 1.16
go 1.17
// replace github.com/kataras/iris/v12 => ../../../

View File

@@ -1,5 +1,5 @@
module app
go 1.16
go 1.17
require github.com/kataras/iris/v12 master

View File

@@ -1,5 +1,5 @@
module github.com/kataras/iris/_examples/mvc/vuejs-todo-mvc/src
go 1.16
go 1.17
require github.com/kataras/iris/v12 master

View File

@@ -1,3 +1,3 @@
module app
go 1.16
go 1.17

View File

@@ -1,5 +1,5 @@
module github.com/kataras/iris/_examples/routing/subdomains/redirect/multi-instances
go 1.16
go 1.17
require github.com/kataras/iris/v12 master

View File

@@ -1,5 +1,5 @@
module app
go 1.16
go 1.17
require github.com/kataras/iris/v12 master

View File

@@ -1,6 +1,6 @@
module github.com/kataras/iris/_examples/websocket/basic
go 1.16
go 1.17
require (
github.com/iris-contrib/middleware/jwt v0.0.0-20200710202437-92b01b85baaf

View File

@@ -1,6 +1,6 @@
module gorilla-filewatch-example
go 1.16
go 1.17
require (
github.com/gorilla/websocket v1.4.2

View File

@@ -1,6 +1,6 @@
module github.com/kataras/iris/_examples/websocket/socketio
go 1.16
go 1.17
require (
github.com/googollee/go-socket.io v1.4.3-0.20191109153049-7451e2f8c2e0