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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)