Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(auto merged) Bump github.com/go-spectest/spectest from 0.0.2 to 0.0.3 in /examples/gorilla #43

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.2
github.com/go-spectest/spectest v0.0.3
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.2 h1:R8NaGr1gbt++M2wW3Rn3v1i1OaSLoXsOc6zvODU6Fhc=
github.com/go-spectest/spectest v0.0.2/go.mod h1:wo+cAOMIWZXTQvvfVXgvnn+WhB3U0WVhlYwhX/ZarD8=
github.com/go-spectest/spectest v0.0.3 h1:XbzxsdLTzmYPiIy/xWmTSuYb1UzbtlT+/2QFbrlgdLM=
github.com/go-spectest/spectest v0.0.3/go.mod h1:3/pUHRcBF5QWBP3KOpvpoEw4QzYXV14d7/VhMIXfwSo=
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
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
2 changes: 1 addition & 1 deletion examples/gorilla/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/gorilla
go 1.18

require (
github.com/go-spectest/spectest v0.0.2
github.com/go-spectest/spectest v0.0.3
github.com/gorilla/mux v1.8.0
)

Expand Down
4 changes: 2 additions & 2 deletions examples/gorilla/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,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.2 h1:R8NaGr1gbt++M2wW3Rn3v1i1OaSLoXsOc6zvODU6Fhc=
github.com/go-spectest/spectest v0.0.2/go.mod h1:wo+cAOMIWZXTQvvfVXgvnn+WhB3U0WVhlYwhX/ZarD8=
github.com/go-spectest/spectest v0.0.3 h1:XbzxsdLTzmYPiIy/xWmTSuYb1UzbtlT+/2QFbrlgdLM=
github.com/go-spectest/spectest v0.0.3/go.mod h1:3/pUHRcBF5QWBP3KOpvpoEw4QzYXV14d7/VhMIXfwSo=
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=
github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So=
Expand Down
2 changes: 1 addition & 1 deletion examples/httprouter/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/httprouter
go 1.18

require (
github.com/go-spectest/spectest v0.0.2
github.com/go-spectest/spectest v0.0.3
github.com/julienschmidt/httprouter v1.3.0
)

Expand Down
4 changes: 2 additions & 2 deletions examples/httprouter/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,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.2 h1:R8NaGr1gbt++M2wW3Rn3v1i1OaSLoXsOc6zvODU6Fhc=
github.com/go-spectest/spectest v0.0.2/go.mod h1:wo+cAOMIWZXTQvvfVXgvnn+WhB3U0WVhlYwhX/ZarD8=
github.com/go-spectest/spectest v0.0.3 h1:XbzxsdLTzmYPiIy/xWmTSuYb1UzbtlT+/2QFbrlgdLM=
github.com/go-spectest/spectest v0.0.3/go.mod h1:3/pUHRcBF5QWBP3KOpvpoEw4QzYXV14d7/VhMIXfwSo=
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
github.com/julienschmidt/httprouter v1.3.0 h1:U0609e9tgbseu3rBINet9P48AI/D3oJs4dN7jwJOQ1U=
github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM=
Expand Down
2 changes: 1 addition & 1 deletion examples/mocks/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/mocks
go 1.18

require (
github.com/go-spectest/spectest v0.0.2
github.com/go-spectest/spectest v0.0.3
github.com/gorilla/mux v1.8.0
)

Expand Down
4 changes: 2 additions & 2 deletions examples/mocks/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,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.2 h1:R8NaGr1gbt++M2wW3Rn3v1i1OaSLoXsOc6zvODU6Fhc=
github.com/go-spectest/spectest v0.0.2/go.mod h1:wo+cAOMIWZXTQvvfVXgvnn+WhB3U0WVhlYwhX/ZarD8=
github.com/go-spectest/spectest v0.0.3 h1:XbzxsdLTzmYPiIy/xWmTSuYb1UzbtlT+/2QFbrlgdLM=
github.com/go-spectest/spectest v0.0.3/go.mod h1:3/pUHRcBF5QWBP3KOpvpoEw4QzYXV14d7/VhMIXfwSo=
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=
github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So=