mirror of
https://github.com/kataras/iris.git
synced 2026-01-06 19:47:05 +00:00
examples update iris dependency
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
module github.com/kataras/iris/_examples/apidoc/yaag
|
||||
|
||||
go 1.14
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/betacraft/yaag v1.0.1-0.20200719063524-47d781406108
|
||||
github.com/kataras/iris/v12 v12.1.9-0.20200719040914-c21125c094d6
|
||||
github.com/kataras/iris/v12 v12.1.9-0.20200812051831-0edf0affb0bd
|
||||
)
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
module myapp
|
||||
|
||||
go 1.14
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/joho/godotenv v1.3.0
|
||||
github.com/kataras/iris/v12 v12.1.9-0.20200719040914-c21125c094d6
|
||||
github.com/kataras/iris/v12 v12.1.9-0.20200812051831-0edf0affb0bd
|
||||
go.mongodb.org/mongo-driver v1.3.4
|
||||
)
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
module myapp
|
||||
|
||||
go 1.14
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/go-sql-driver/mysql v1.5.0
|
||||
github.com/kataras/iris/v12 v12.1.9-0.20200719040914-c21125c094d6
|
||||
github.com/kataras/iris/v12 v12.1.9-0.20200812051831-0edf0affb0bd
|
||||
github.com/mailgun/groupcache/v2 v2.1.0
|
||||
)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module myapp
|
||||
|
||||
go 1.14
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/kataras/iris/v12 v12.1.8
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
module github.com/kataras/iris/_examples/dependency-injection/jwt/contrib
|
||||
|
||||
go 1.14
|
||||
go 1.15
|
||||
|
||||
require github.com/iris-contrib/middleware/jwt v0.0.0-20200710202437-92b01b85baaf
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module github.com/kataras/iris/_examples/http-server/http3-quic
|
||||
|
||||
go 1.14
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/prometheus/client_golang v1.0.0
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
module myapp
|
||||
|
||||
go 1.14
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/Shopify/sarama v1.26.4
|
||||
github.com/kataras/iris/v12 v12.1.9-0.20200719040914-c21125c094d6
|
||||
github.com/kataras/iris/v12 v12.1.9-0.20200812051831-0edf0affb0bd
|
||||
)
|
||||
|
||||
8
_examples/logging/rollbar/go.mod
Normal file
8
_examples/logging/rollbar/go.mod
Normal file
@@ -0,0 +1,8 @@
|
||||
module github.com/kataras/iris/examples/logging/rollbar
|
||||
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/kataras/iris/v12 v12.1.9-0.20200812051831-0edf0affb0bd
|
||||
github.com/rollbar/rollbar-go v1.2.0
|
||||
)
|
||||
@@ -1,5 +1,5 @@
|
||||
module app
|
||||
|
||||
go 1.14
|
||||
go 1.15
|
||||
|
||||
require github.com/kataras/iris/v12 v12.1.9-0.20200719040914-c21125c094d6
|
||||
require github.com/kataras/iris/v12 v12.1.9-0.20200812051831-0edf0affb0bd
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module app
|
||||
|
||||
go 1.14
|
||||
go 1.15
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module app
|
||||
|
||||
go 1.14
|
||||
go 1.15
|
||||
|
||||
require github.com/kataras/iris/v12 v12.1.9-0.20200719040914-c21125c094d6
|
||||
require github.com/kataras/iris/v12 v12.1.9-0.20200812051831-0edf0affb0bd
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
module github.com/kataras/iris/_examples/websocket/basic
|
||||
|
||||
go 1.14
|
||||
go 1.15
|
||||
|
||||
require github.com/iris-contrib/middleware/jwt v0.0.0-20200710202437-92b01b85baaf
|
||||
@@ -1,6 +1,6 @@
|
||||
module gorilla-filewatch-example
|
||||
|
||||
go 1.14
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.4.2
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
module github.com/kataras/iris/_examples/websocket/socketio
|
||||
|
||||
go 1.14
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/googollee/go-socket.io v1.4.3-0.20191109153049-7451e2f8c2e0
|
||||
github.com/kataras/iris/v12 v12.1.9-0.20200719040914-c21125c094d6
|
||||
github.com/kataras/iris/v12 v12.1.9-0.20200812051831-0edf0affb0bd
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user