Skip to content

Commit 8d40663

Browse files
Update module github.com/oklog/run to v1.2.0 (#220)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/oklog/run](https://redirect.github.com/oklog/run) | `v1.1.0` → `v1.2.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2foklog%2frun/v1.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2foklog%2frun/v1.1.0/v1.2.0?slim=true) | --- ### Release Notes <details> <summary>oklog/run (github.com/oklog/run)</summary> ### [`v1.2.0`](https://redirect.github.com/oklog/run/releases/tag/v1.2.0) [Compare Source](https://redirect.github.com/oklog/run/compare/v1.1.0...v1.2.0) This long-overdue release includes correctness fixes to the SignalHandler helper, and a new ContextHandler helper. The minimum Go version in the go.mod file has been bumped from 1.13 to 1.20. As always, please test with your code before deploying to production, and file issues for any problems you encounter. #### What's Changed - Deregister signal channel by [@&#8203;alindeman](https://redirect.github.com/alindeman) in [#&#8203;16](https://redirect.github.com/oklog/run/pull/16) - SignalError fixes, ContextHandler by [@&#8203;peterbourgon](https://redirect.github.com/peterbourgon) in [#&#8203;25](https://redirect.github.com/oklog/run/pull/25) - Fix bug in SignalHandler by [@&#8203;peterbourgon](https://redirect.github.com/peterbourgon) in [#&#8203;27](https://redirect.github.com/oklog/run/pull/27) - Update GitHub Actions test.yaml workflow by [@&#8203;peterbourgon](https://redirect.github.com/peterbourgon) in [#&#8203;38](https://redirect.github.com/oklog/run/pull/38) #### New Contributors - [@&#8203;alindeman](https://redirect.github.com/alindeman) made their first contribution in [#&#8203;16](https://redirect.github.com/oklog/run/pull/16) **Full Changelog**: <oklog/run@v1.1.0...v1.2.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - Monday through Friday (`* * * * 1-5`) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent 5a0f9f0 commit 8d40663

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ require (
164164
github.com/natefinch/atomic v1.0.1 // indirect
165165
github.com/nightlyone/lockfile v1.0.0 // indirect
166166
github.com/nxadm/tail v1.4.11 // indirect
167-
github.com/oklog/run v1.1.0 // indirect
167+
github.com/oklog/run v1.2.0 // indirect
168168
github.com/openbao/openbao/api/v2 v2.1.0 // indirect
169169
github.com/opencontainers/go-digest v1.0.0 // indirect
170170
github.com/opencontainers/image-spec v1.1.1 // indirect

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3686,8 +3686,9 @@ github.com/nxadm/tail v1.4.11 h1:8feyoE3OzPrcshW5/MJ4sGESc5cqmGkGCWlco4l0bqY=
36863686
github.com/nxadm/tail v1.4.11/go.mod h1:OTaG3NK980DZzxbRq6lEuzgU+mug70nY11sMd4JXXHc=
36873687
github.com/oklog/oklog v0.3.2/go.mod h1:FCV+B7mhrz4o+ueLpx+KqkyXRGMWOYEvfiXtdGtbWGs=
36883688
github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA=
3689-
github.com/oklog/run v1.1.0 h1:GEenZ1cK0+q0+wsJew9qUg/DyD8k3JzYsZAi5gYi2mA=
36903689
github.com/oklog/run v1.1.0/go.mod h1:sVPdnTZT1zYwAJeCMu2Th4T21pA3FPOQRfWjQlk7DVU=
3690+
github.com/oklog/run v1.2.0 h1:O8x3yXwah4A73hJdlrwo/2X6J62gE5qTMusH0dvz60E=
3691+
github.com/oklog/run v1.2.0/go.mod h1:mgDbKRSwPhJfesJ4PntqFUbKQRZ50NgmZTSPlFA0YFk=
36913692
github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 h1:zrbMGy9YXpIeTnGj4EljqMiZsIcE09mmF8XsD5AYOJc=
36923693
github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6/go.mod h1:rEKTHC9roVVicUIfZK7DYrdIoM0EOr8mK1Hj5s3JjH0=
36933694
github.com/olekukonko/errors v1.1.0 h1:RNuGIh15QdDenh+hNvKrJkmxxjV4hcS50Db478Ou5sM=

0 commit comments

Comments
 (0)