-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #249 from nao1215/bump-examples
Bump example code libraries
- Loading branch information
Showing
29 changed files
with
365 additions
and
324 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,33 @@ | ||
module github.com/nao1215/spectest/examples/echo | ||
|
||
go 1.18 | ||
go 1.22 | ||
|
||
require ( | ||
github.com/nao1215/spectest v0.0.20 | ||
github.com/labstack/echo v3.3.10+incompatible | ||
github.com/nao1215/spectest v0.0.22 | ||
) | ||
|
||
require ( | ||
github.com/PaesslerAG/gval v1.0.0 // indirect | ||
github.com/PaesslerAG/jsonpath v0.1.1 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/nao1215/diff v0.0.1 // indirect | ||
github.com/nao1215/markdown v0.0.7 // indirect | ||
github.com/nao1215/mermaid v0.0.1 // indirect | ||
github.com/fatih/color v1.16.0 // indirect | ||
github.com/karrick/godirwalk v1.17.0 // indirect | ||
github.com/labstack/gommon v0.4.0 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mattn/go-runewidth v0.0.14 // indirect | ||
github.com/nao1215/diff v0.0.1 // indirect | ||
github.com/nao1215/gorky v0.2.1 // indirect | ||
github.com/nao1215/markdown v0.0.8 // indirect | ||
github.com/nao1215/mermaid v0.0.2 // indirect | ||
github.com/olekukonko/tablewriter v0.0.5 // indirect | ||
github.com/rivo/uniseg v0.2.0 // indirect | ||
github.com/tenntenn/testtime v0.2.2 // indirect | ||
github.com/valyala/bytebufferpool v1.0.0 // indirect | ||
github.com/valyala/fasttemplate v1.2.1 // indirect | ||
golang.org/x/crypto v0.17.0 // indirect | ||
golang.org/x/net v0.17.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
golang.org/x/crypto v0.21.0 // indirect | ||
golang.org/x/net v0.23.0 // indirect | ||
golang.org/x/sys v0.18.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,33 @@ | ||
module github.com/nao1215/spectest/examples/fiber | ||
|
||
go 1.18 | ||
go 1.22 | ||
|
||
require ( | ||
github.com/nao1215/spectest v0.0.15 | ||
github.com/gofiber/fiber/v2 v2.52.4 | ||
github.com/nao1215/spectest v0.0.22 | ||
) | ||
|
||
require ( | ||
github.com/PaesslerAG/gval v1.0.0 // indirect | ||
github.com/PaesslerAG/jsonpath v0.1.1 // indirect | ||
github.com/andybalholm/brotli v1.0.5 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/nao1215/diff v0.0.0-20231006143314-ce490574d4a9 // indirect | ||
github.com/nao1215/markdown v0.0.6 // indirect | ||
github.com/nao1215/mermaid v0.0.1 // indirect | ||
github.com/fatih/color v1.16.0 // indirect | ||
github.com/google/uuid v1.5.0 // indirect | ||
github.com/karrick/godirwalk v1.17.0 // indirect | ||
github.com/klauspost/compress v1.17.0 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mattn/go-runewidth v0.0.15 // indirect | ||
github.com/nao1215/diff v0.0.1 // indirect | ||
github.com/nao1215/gorky v0.2.1 // indirect | ||
github.com/nao1215/markdown v0.0.8 // indirect | ||
github.com/nao1215/mermaid v0.0.2 // indirect | ||
github.com/olekukonko/tablewriter v0.0.5 // indirect | ||
github.com/rivo/uniseg v0.2.0 // indirect | ||
github.com/tenntenn/testtime v0.2.2 // indirect | ||
github.com/valyala/bytebufferpool v1.0.0 // indirect | ||
github.com/valyala/fasthttp v1.51.0 // indirect | ||
github.com/valyala/tcplisten v1.0.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
golang.org/x/sys v0.18.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.