Skip to content

Commit 0da32ca

Browse files
committed
minor
1 parent 119cce0 commit 0da32ca

File tree

31 files changed

+31
-31
lines changed

31 files changed

+31
-31
lines changed

_examples/auth/basicauth/database/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module myapp
22

3-
go 1.21.0
3+
go 1.21
44

55
require (
66
github.com/go-sql-driver/mysql v1.7.1

_examples/auth/jwt/tutorial/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module myapp
22

3-
go 1.21.0
3+
go 1.21
44

55
require (
66
github.com/google/uuid v1.3.0

_examples/bootstrapper/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kataras/iris/v12/_examples/bootstrapper
22

3-
go 1.21.0
3+
go 1.21
44

55
require (
66
github.com/gorilla/securecookie v1.1.1

_examples/configuration/multi-environments/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kataras/my-iris-app
22

3-
go 1.21.0
3+
go 1.21
44

55
require (
66
github.com/kataras/iris/v12 v12.2.1

_examples/configuration/viper/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module app
22

3-
go 1.21.0
3+
go 1.21
44

55
require (
66
github.com/kataras/iris/v12 v12.2.1

_examples/database/mongodb/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module myapp
22

3-
go 1.21.0
3+
go 1.21
44

55
require (
66
github.com/joho/godotenv v1.5.1

_examples/database/mysql/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module myapp
22

3-
go 1.21.0
3+
go 1.21
44

55
require (
66
github.com/DATA-DOG/go-sqlmock v1.5.0

_examples/database/orm/reform/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module myapp
22

3-
go 1.21.0
3+
go 1.21
44

55
require (
66
github.com/kataras/golog v0.1.9

_examples/dependency-injection/jwt/contrib/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kataras/iris/_examples/dependency-injection/jwt/contrib
22

3-
go 1.21.0
3+
go 1.21
44

55
require (
66
github.com/iris-contrib/middleware/jwt v0.0.0-20230716223316-058c9deb31e2

_examples/desktop/webview/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kataras/iris/_examples/desktop/webview
22

3-
go 1.21.0
3+
go 1.21
44

55
require (
66
github.com/kataras/iris/v12 v12.2.1

_examples/graphql/schema-first/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/iris-contrib/outerbanks-api
22

3-
go 1.21.0
3+
go 1.21
44

55
require (
66
github.com/99designs/gqlgen v0.17.36

_examples/http-server/h2c/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kataras/iris/_examples/http-server/h2c
22

3-
go 1.21.0
3+
go 1.21
44

55
require (
66
github.com/kataras/iris/v12 v12.2.1

_examples/http-server/http3-quic/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kataras/iris/_examples/http-server/http3-quic
22

3-
go 1.21.0
3+
go 1.21
44

55
require (
66
github.com/kataras/iris/v12 v12.2.1

_examples/kafka-api/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module myapp
22

3-
go 1.21.0
3+
go 1.21
44

55
require (
66
github.com/IBM/sarama v1.40.1

_examples/logging/request-logger/accesslog-slack/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kataras/iris/_examples/logging/accesslog-slack
22

3-
go 1.21.0
3+
go 1.21
44

55
require (
66
github.com/kataras/iris/v12 v12.2.1

_examples/logging/rollbar/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kataras/iris/examples/logging/rollbar
22

3-
go 1.21.0
3+
go 1.21
44

55
require (
66
github.com/kataras/iris/v12 v12.2.1

_examples/monitor/statsviz/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kataras/iris/_examples/statsviz
22

3-
go 1.21.0
3+
go 1.21
44

55
require (
66
github.com/arl/statsviz v0.5.2

_examples/mvc/grpc-compatible-bidirectional-stream/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module grpcexample
22

3-
go 1.21.0
3+
go 1.21
44

55
require (
66
github.com/golang/protobuf v1.5.3

_examples/mvc/overview/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module app
22

3-
go 1.21.0
3+
go 1.21
44

55
require github.com/kataras/iris/v12 v12.2.1
66

_examples/mvc/vuejs-todo-mvc/src/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kataras/iris/v12/_examples/mvc/vuejs-todo-mvc/src
22

3-
go 1.21.0
3+
go 1.21
44

55
require github.com/kataras/iris/v12 v12.2.1
66

_examples/project/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/username/project
22

3-
go 1.21.0
3+
go 1.21
44

55
require (
66
github.com/kataras/golog v0.1.9

_examples/response-writer/json-third-party/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kataras/iris/_examples/response-writer/json-third-party
22

3-
go 1.21.0
3+
go 1.21
44

55
require (
66
github.com/bytedance/sonic v1.10.0

_examples/response-writer/protobuf/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module app
22

3-
go 1.21.0
3+
go 1.21
44

55
require (
66
github.com/golang/protobuf v1.5.3

_examples/routing/party-controller/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kataras/iris/_examples/routing/party-controller
22

3-
go 1.21.0
3+
go 1.21
44

55
require github.com/kataras/iris/v12 v12.2.1
66

_examples/routing/subdomains/redirect/multi-instances/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kataras/iris/_examples/routing/subdomains/redirect/multi-instances
22

3-
go 1.21.0
3+
go 1.21
44

55
require github.com/kataras/iris/v12 v12.2.1
66

_examples/sessions/database/redis/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module app
22

3-
go 1.21.0
3+
go 1.21
44

55
require github.com/kataras/iris/v12 v12.2.1
66

_examples/testing/ginkgotest/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module ginkgotest
22

3-
go 1.21.0
3+
go 1.21
44

55
require (
66
github.com/kataras/iris/v12 v12.2.1

_examples/websocket/basic/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kataras/iris/_examples/websocket/basic
22

3-
go 1.21.0
3+
go 1.21
44

55
require (
66
github.com/iris-contrib/middleware/jwt v0.0.0-20230716223316-058c9deb31e2

_examples/websocket/gorilla-filewatch/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module gorilla-filewatch-example
22

3-
go 1.21.0
3+
go 1.21
44

55
require (
66
github.com/gorilla/websocket v1.5.0

_examples/websocket/socketio/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kataras/iris/_examples/websocket/socketio
22

3-
go 1.21.0
3+
go 1.21
44

55
require (
66
github.com/googollee/go-socket.io v1.7.0

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kataras/iris/v12
22

3-
go 1.21.0
3+
go 1.21
44

55
retract [v12.0.0, v12.1.8] // Retract older versions as only latest is to be depended upon. Please update to @latest
66

0 commit comments

Comments
 (0)