Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 28363c6

Browse files
Bump github.com/goyek/goyek/v2 from 2.0.0-rc.12 to 2.0.0 in /build (#89)
Bumps [github.com/goyek/goyek/v2](https://github.com/goyek/goyek) from 2.0.0-rc.12 to 2.0.0. - [Release notes](https://github.com/goyek/goyek/releases) - [Changelog](https://github.com/goyek/goyek/blob/main/CHANGELOG.md) - [Commits](goyek/goyek@v2.0.0-rc.12...v2.0.0) --- updated-dependencies: - dependency-name: github.com/goyek/goyek/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c0191af commit 28363c6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.20
55
require (
66
github.com/client9/misspell v0.3.4
77
github.com/golangci/golangci-lint v1.51.1
8-
github.com/goyek/goyek/v2 v2.0.0-rc.12
8+
github.com/goyek/goyek/v2 v2.0.0
99
github.com/goyek/x v0.1.4
1010
)
1111

build/go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,9 @@ github.com/gostaticanalysis/nilerr v0.1.1 h1:ThE+hJP0fEp4zWLkWHWcRyI2Od0p7DlgYG3
273273
github.com/gostaticanalysis/nilerr v0.1.1/go.mod h1:wZYb6YI5YAxxq0i1+VJbY0s2YONW0HU0GPE3+5PWN4A=
274274
github.com/gostaticanalysis/testutil v0.3.1-0.20210208050101-bfb5c8eec0e4/go.mod h1:D+FIZ+7OahH3ePw/izIEeH5I06eKs1IKI4Xr64/Am3M=
275275
github.com/gostaticanalysis/testutil v0.4.0 h1:nhdCmubdmDF6VEatUNjgUZBJKWRqugoISdUv3PPQgHY=
276-
github.com/goyek/goyek/v2 v2.0.0-rc.12 h1:y0cYeaQYOQTmOwpTb7mBijla2HfaOtuSksJO7NeLnOo=
277276
github.com/goyek/goyek/v2 v2.0.0-rc.12/go.mod h1:qtHlK7t/dYs1Dw7mLXjEVmgE3nccNa7mQW/RmasOoYg=
277+
github.com/goyek/goyek/v2 v2.0.0 h1:/QAVDjTAsJ+caIoXNDSWs6jBHohh3CEzJ+vCcggjoWw=
278+
github.com/goyek/goyek/v2 v2.0.0/go.mod h1:qtHlK7t/dYs1Dw7mLXjEVmgE3nccNa7mQW/RmasOoYg=
278279
github.com/goyek/x v0.1.4 h1:MjU6U30kyY3XglMcrVM4qPlmZy/5R2sSs6ObXhkVOBM=
279280
github.com/goyek/x v0.1.4/go.mod h1:AArCrjHwuKC4xmvJVfnMURieKGSsZRM0kQU/h90d2iw=
280281
github.com/hashicorp/errwrap v1.0.0 h1:hLrqtEDnRye3+sgx6z4qVLNuviH3MR5aQ0ykNJa/UYA=

0 commit comments

Comments
 (0)