mirror of
https://github.com/kataras/iris.git
synced 2026-01-09 13:05:56 +00:00
update dependencies
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module myapp
|
||||
|
||||
go 1.16
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/go-sql-driver/mysql v1.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module myapp
|
||||
|
||||
go 1.16
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/google/uuid v1.1.2
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module app
|
||||
|
||||
go 1.16
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/kataras/iris/v12 master
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module myapp
|
||||
|
||||
go 1.16
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/joho/godotenv v1.3.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module myapp
|
||||
|
||||
go 1.16
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/go-sql-driver/mysql v1.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module myapp
|
||||
|
||||
go 1.16
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/kataras/iris/v12 v12.1.8
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module myapp
|
||||
|
||||
go 1.16
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/Shopify/sarama v1.27.0
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module grpcexample
|
||||
|
||||
go 1.16
|
||||
go 1.17
|
||||
|
||||
// replace github.com/kataras/iris/v12 => ../../../
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
module app
|
||||
|
||||
go 1.16
|
||||
go 1.17
|
||||
|
||||
require github.com/kataras/iris/v12 master
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module app
|
||||
|
||||
go 1.16
|
||||
go 1.17
|
||||
|
||||
@@ -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
|
||||
@@ -1,5 +1,5 @@
|
||||
module app
|
||||
|
||||
go 1.16
|
||||
go 1.17
|
||||
|
||||
require github.com/kataras/iris/v12 master
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module gorilla-filewatch-example
|
||||
|
||||
go 1.16
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.4.2
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user