Skip to content

Commit 83994b1

Browse files
Bump github.com/go-spectest/spectest in /examples/ginkgo
Bumps [github.com/go-spectest/spectest](https://github.com/go-spectest/spectest) from 0.0.7 to 0.0.8. - [Release notes](https://github.com/go-spectest/spectest/releases) - [Changelog](https://github.com/go-spectest/spectest/blob/main/CHANGELOG.md) - [Commits](v0.0.7...v0.0.8) --- updated-dependencies: - dependency-name: github.com/go-spectest/spectest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b0fca79 commit 83994b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/ginkgo/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/go-spectest/spectest/examples/ginkgo
33
go 1.18
44

55
require (
6-
github.com/go-spectest/spectest v0.0.7
6+
github.com/go-spectest/spectest v0.0.8
77
github.com/gorilla/mux v1.8.0
88
github.com/onsi/ginkgo v1.16.5
99
github.com/onsi/gomega v1.28.1

examples/ginkgo/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4
1212
github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=
1313
github.com/go-spectest/diff v0.0.0-20231006143314-ce490574d4a9 h1:I05FIUaZLNe9Jo6ZCvODDGBqHMk3TYd7V/wV9dZhwXk=
1414
github.com/go-spectest/diff v0.0.0-20231006143314-ce490574d4a9/go.mod h1:wWRXl4ClWLDIPkL/lS8SSxojHRg1cGngvPcya/mYhf0=
15-
github.com/go-spectest/spectest v0.0.7 h1:vGZcAi+0wk6hrHVz6nZe7FfE1JyRMtHfETazjVZ8NpY=
16-
github.com/go-spectest/spectest v0.0.7/go.mod h1:SnM7Xb5+3TlixXBlAgF2WwyAQniPRhrbb/3VGe9mIfw=
15+
github.com/go-spectest/spectest v0.0.8 h1:mSaeTAusRVrXgZKO7/gs97pEZFpYlTdt11HC1ZpZ13Q=
16+
github.com/go-spectest/spectest v0.0.8/go.mod h1:6SlDj442dt7HlrG+lf8QtN4rk8vkL0e18Cl0yqL1w68=
1717
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE=
1818
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI=
1919
github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=

0 commit comments

Comments
 (0)