Skip to content

Commit

Permalink
go version 1.22.0 to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
nao1215 committed Apr 27, 2024
1 parent 789efe2 commit 266526f
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion examples/echo/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nao1215/spectest/examples/echo

go 1.22.0
go 1.22

require (
github.com/labstack/echo v3.3.10+incompatible
Expand Down
2 changes: 1 addition & 1 deletion examples/fiber/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nao1215/spectest/examples/fiber

go 1.22.0
go 1.22

require (
github.com/gofiber/fiber/v2 v2.52.4
Expand Down
2 changes: 1 addition & 1 deletion examples/gin/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nao1215/spectest/examples/gin

go 1.22.0
go 1.22

require (
github.com/gin-gonic/gin v1.9.1
Expand Down
2 changes: 1 addition & 1 deletion examples/ginkgo/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nao1215/spectest/examples/ginkgo

go 1.22.0
go 1.22

require (
github.com/gorilla/mux v1.8.1
Expand Down
2 changes: 1 addition & 1 deletion examples/gorilla/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nao1215/spectest/examples/gorilla

go 1.22.0
go 1.22

require (
github.com/gorilla/mux v1.8.1
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nao1215/spectest/examples/graphql

go 1.22.0
go 1.22

require (
github.com/99designs/gqlgen v0.17.39
Expand Down
2 changes: 1 addition & 1 deletion examples/httprouter/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nao1215/spectest/examples/httprouter

go 1.22.0
go 1.22

require (
github.com/julienschmidt/httprouter v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion examples/mocks/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nao1215/spectest/examples/mocks

go 1.22.0
go 1.22

require (
github.com/gorilla/mux v1.8.1
Expand Down
2 changes: 1 addition & 1 deletion examples/plantuml/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nao1215/spectest-examples/plantuml

go 1.22.0
go 1.22

require (
github.com/gorilla/mux v1.8.1
Expand Down
2 changes: 1 addition & 1 deletion examples/sequence-diagrams-with-mysql-database/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nao1215/spectest/examples/sequence-diagrams-with-mysql-database

go 1.22.0
go 1.22

require (
github.com/go-sql-driver/mysql v1.8.0
Expand Down
2 changes: 1 addition & 1 deletion examples/sequence-diagrams-with-postgres-database/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nao1215/spectest/examples/sequence-diagrams-with-postgres-database

go 1.22.0
go 1.22

require (
github.com/gorilla/mux v1.8.1
Expand Down
2 changes: 1 addition & 1 deletion examples/sequence-diagrams-with-sqlite-database/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nao1215/spectest/examples/sequence-diagrams-with-sqlite-database

go 1.22.0
go 1.22

require (
github.com/gorilla/mux v1.8.1
Expand Down
2 changes: 1 addition & 1 deletion examples/sequence-diagrams/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nao1215/spectest/examples/sequence-diagrams

go 1.22.0
go 1.22

require (
github.com/gorilla/mux v1.8.1
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nao1215/spectest

go 1.22.0
go 1.22

require (
github.com/PaesslerAG/jsonpath v0.1.1
Expand Down

0 comments on commit 266526f

Please sign in to comment.