remove the 'retract' directive, as it's only available on the latest go release

This commit is contained in:
Gerasimos (Makis) Maropoulos 2021-05-28 19:09:16 +03:00
parent 80e75acd6d
commit 856f65be78
No known key found for this signature in database
GPG Key ID: ACAB76DFB0DD3F3B
22 changed files with 24 additions and 24 deletions

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
go_version: [1.15,1.16]
go_version: [1.16]
steps:
- name: Set up Go 1.x

View File

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

View File

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

View File

@ -1,11 +1,11 @@
module myapp
go 1.15
go 1.16
require (
github.com/google/uuid v1.1.2
github.com/kataras/iris/v12 v12.2.0-alpha.0.20201113181155-4d09475c290d
github.com/kataras/iris/v12 master
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
)
replace github.com/kataras/iris/v12 => ../../../../
// replace github.com/kataras/iris/v12 => ../../../../

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
module myapp
go 1.15
go 1.16
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.15
go 1.16
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.15
go 1.16
require (
github.com/prometheus/client_golang v1.0.0

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
module app
go 1.15
go 1.16
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.15
go 1.16
require github.com/kataras/iris/v12 master

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

2
go.mod
View File

@ -45,4 +45,4 @@ require (
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
retract v12.1.8 // please update to @master
// retract v12.1.8 // please update to @master