Skip to content

Commit

Permalink
Merge pull request #92 from go-spectest/dependabot/go_modules/example…
Browse files Browse the repository at this point in the history
…s/echo/github.com/go-spectest/spectest-0.0.7

(auto merged) Bump github.com/go-spectest/spectest from 0.0.6 to 0.0.7 in /examples/echo
  • Loading branch information
nao1215 authored Oct 13, 2023
2 parents f15a98e + 77b9137 commit b065e03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/echo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/go-spectest/spectest/examples/echo
go 1.18

require (
github.com/go-spectest/spectest v0.0.6
github.com/go-spectest/spectest v0.0.7
github.com/labstack/echo v3.3.10+incompatible
)

Expand Down
4 changes: 2 additions & 2 deletions examples/echo/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/go-spectest/diff v0.0.0-20231006143314-ce490574d4a9 h1:I05FIUaZLNe9Jo6ZCvODDGBqHMk3TYd7V/wV9dZhwXk=
github.com/go-spectest/diff v0.0.0-20231006143314-ce490574d4a9/go.mod h1:wWRXl4ClWLDIPkL/lS8SSxojHRg1cGngvPcya/mYhf0=
github.com/go-spectest/spectest v0.0.6 h1:IqQUw1+Tq49ml75C6C3DBtXFilnOXUW8ZBFKlftxBQM=
github.com/go-spectest/spectest v0.0.6/go.mod h1:XIYK9byIF4TJDO2wrdXMcc06Gg2PfxiJF0Oc7uEfJXM=
github.com/go-spectest/spectest v0.0.7 h1:vGZcAi+0wk6hrHVz6nZe7FfE1JyRMtHfETazjVZ8NpY=
github.com/go-spectest/spectest v0.0.7/go.mod h1:SnM7Xb5+3TlixXBlAgF2WwyAQniPRhrbb/3VGe9mIfw=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/labstack/echo v3.3.10+incompatible h1:pGRcYk231ExFAyoAjAfD85kQzRJCRI8bbnE7CX5OEgg=
github.com/labstack/echo v3.3.10+incompatible/go.mod h1:0INS7j/VjnFxD4E2wkz67b8cVwCLbBmJyDaka6Cmk1s=
Expand Down

0 comments on commit b065e03

Please sign in to comment.