Skip to content

Commit c650d9b

Browse files
Update module github.com/oklog/ulid to v2 (main) (#3870)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/oklog/ulid](https://redirect.github.com/oklog/ulid) | indirect | major | `v1.3.1` -> `v2.1.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>oklog/ulid (github.com/oklog/ulid)</summary> ### [`v2.1.1`](https://redirect.github.com/oklog/ulid/releases/tag/v2.1.1) [Compare Source](https://redirect.github.com/oklog/ulid/compare/v2.1.0...v2.1.1) #### What's Changed - README fix broken pkg.go.dev links by [@&#8203;peteraba](https://redirect.github.com/peteraba) in [https://github.com/oklog/ulid/pull/82](https://redirect.github.com/oklog/ulid/pull/82) - README: fix small typos by [@&#8203;craigpastro](https://redirect.github.com/craigpastro) in [https://github.com/oklog/ulid/pull/88](https://redirect.github.com/oklog/ulid/pull/88) - Add fmt, vet, staticcheck to CI and lint accordingly by [@&#8203;craigpastro](https://redirect.github.com/craigpastro) in [https://github.com/oklog/ulid/pull/89](https://redirect.github.com/oklog/ulid/pull/89) - ulid: add MakeFromTime helper function by [@&#8203;craigpastro](https://redirect.github.com/craigpastro) in [https://github.com/oklog/ulid/pull/87](https://redirect.github.com/oklog/ulid/pull/87) - Refactor default entropy and fix test by [@&#8203;peterbourgon](https://redirect.github.com/peterbourgon) in [https://github.com/oklog/ulid/pull/98](https://redirect.github.com/oklog/ulid/pull/98) - Add ulid.Timestamp method by [@&#8203;peterbourgon](https://redirect.github.com/peterbourgon) in [https://github.com/oklog/ulid/pull/107](https://redirect.github.com/oklog/ulid/pull/107) - bump actions/setup-go@v5 by [@&#8203;shogo82148](https://redirect.github.com/shogo82148) in [https://github.com/oklog/ulid/pull/114](https://redirect.github.com/oklog/ulid/pull/114) - bump actions/checkout@v4 by [@&#8203;shogo82148](https://redirect.github.com/shogo82148) in [https://github.com/oklog/ulid/pull/113](https://redirect.github.com/oklog/ulid/pull/113) - Add `ulid.Nil` and `.IsZero()` method by [@&#8203;tonyhb](https://redirect.github.com/tonyhb) in [https://github.com/oklog/ulid/pull/112](https://redirect.github.com/oklog/ulid/pull/112) #### New Contributors - [@&#8203;peteraba](https://redirect.github.com/peteraba) made their first contribution in [https://github.com/oklog/ulid/pull/82](https://redirect.github.com/oklog/ulid/pull/82) - [@&#8203;craigpastro](https://redirect.github.com/craigpastro) made their first contribution in [https://github.com/oklog/ulid/pull/88](https://redirect.github.com/oklog/ulid/pull/88) - [@&#8203;shogo82148](https://redirect.github.com/shogo82148) made their first contribution in [https://github.com/oklog/ulid/pull/114](https://redirect.github.com/oklog/ulid/pull/114) - [@&#8203;tonyhb](https://redirect.github.com/tonyhb) made their first contribution in [https://github.com/oklog/ulid/pull/112](https://redirect.github.com/oklog/ulid/pull/112) **Full Changelog**: oklog/ulid@v2.1.0...v2.1.1 ### [`v2.1.0`](https://redirect.github.com/oklog/ulid/releases/tag/v2.1.0) [Compare Source](https://redirect.github.com/oklog/ulid/compare/v2.0.2...v2.1.0) Full release of v2.1.0, thanks to our testers. #### What's Changed - Adding Bytes() to get slice representation of ULID by [@&#8203;sabify](https://redirect.github.com/sabify) in [https://github.com/oklog/ulid/pull/49](https://redirect.github.com/oklog/ulid/pull/49) - Update README to mention v2 by [@&#8203;lmas](https://redirect.github.com/lmas) in [https://github.com/oklog/ulid/pull/48](https://redirect.github.com/oklog/ulid/pull/48) - Continuous fuzzing by [@&#8203;bookmoons](https://redirect.github.com/bookmoons) in [https://github.com/oklog/ulid/pull/55](https://redirect.github.com/oklog/ulid/pull/55) - Long-overdue tidying up by [@&#8203;peterbourgon](https://redirect.github.com/peterbourgon) in [https://github.com/oklog/ulid/pull/61](https://redirect.github.com/oklog/ulid/pull/61) - Update Value docs re: zero-value behavior by [@&#8203;peterbourgon](https://redirect.github.com/peterbourgon) in [https://github.com/oklog/ulid/pull/60](https://redirect.github.com/oklog/ulid/pull/60) - Fix max theorical date in the README by [@&#8203;fancyweb](https://redirect.github.com/fancyweb) in [https://github.com/oklog/ulid/pull/65](https://redirect.github.com/oklog/ulid/pull/65) - Refer updated github link of `alizain/ulid` by [@&#8203;kachick](https://redirect.github.com/kachick) in [https://github.com/oklog/ulid/pull/67](https://redirect.github.com/oklog/ulid/pull/67) - Fix timezone formatting in RFC 3339 output by [@&#8203;scop](https://redirect.github.com/scop) in [https://github.com/oklog/ulid/pull/74](https://redirect.github.com/oklog/ulid/pull/74) - Linter fixes by [@&#8203;scop](https://redirect.github.com/scop) in [https://github.com/oklog/ulid/pull/75](https://redirect.github.com/oklog/ulid/pull/75) - ulid: add DefaultEntropy() and Make() by [@&#8203;tsenart](https://redirect.github.com/tsenart) in [https://github.com/oklog/ulid/pull/81](https://redirect.github.com/oklog/ulid/pull/81) #### New Contributors - [@&#8203;sabify](https://redirect.github.com/sabify) made their first contribution in [https://github.com/oklog/ulid/pull/49](https://redirect.github.com/oklog/ulid/pull/49) - [@&#8203;lmas](https://redirect.github.com/lmas) made their first contribution in [https://github.com/oklog/ulid/pull/48](https://redirect.github.com/oklog/ulid/pull/48) - [@&#8203;bookmoons](https://redirect.github.com/bookmoons) made their first contribution in [https://github.com/oklog/ulid/pull/55](https://redirect.github.com/oklog/ulid/pull/55) - [@&#8203;fancyweb](https://redirect.github.com/fancyweb) made their first contribution in [https://github.com/oklog/ulid/pull/65](https://redirect.github.com/oklog/ulid/pull/65) - [@&#8203;kachick](https://redirect.github.com/kachick) made their first contribution in [https://github.com/oklog/ulid/pull/67](https://redirect.github.com/oklog/ulid/pull/67) - [@&#8203;scop](https://redirect.github.com/scop) made their first contribution in [https://github.com/oklog/ulid/pull/74](https://redirect.github.com/oklog/ulid/pull/74) **Full Changelog**: oklog/ulid@v2.0.2...v2.1.0 ### [`v2.0.2`](https://redirect.github.com/oklog/ulid/releases/tag/v2.0.2) [Compare Source](https://redirect.github.com/oklog/ulid/compare/v2.0.1...v2.0.2) Identical to v2.0.1, except uses the proper /v2 suffix on the ulid import in ulid_test.go. Without this change, anyone who imported oklog/ulid at e.g. v2.0.1 into their project would *also* get oklog/ulid at v0-something due to the inadvertent transitive dependency. ### [`v2.0.1`](https://redirect.github.com/oklog/ulid/releases/tag/v2.0.1) [Compare Source](https://redirect.github.com/oklog/ulid/compare/v2.0.0...v2.0.1) Identical to v2.0.0, but fixes a bug in the go.mod module path. ### [`v2.0.0`](https://redirect.github.com/oklog/ulid/releases/tag/v2.0.0) [Compare Source](https://redirect.github.com/oklog/ulid/compare/v1.3.1...v2.0.0) A new major version to go with support for Go modules. Also, improved support for safe monotonic readers. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 1am on monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkNsb3VkLVNlY3VyaXR5LVBvc3R1cmUiLCJiYWNrcG9ydC1za2lwIiwiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
1 parent 92fc263 commit c650d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ require (
220220
github.com/ncruces/go-strftime v0.1.10 // indirect
221221
github.com/nozzle/throttler v0.0.0-20180817012639-2ea982251481 // indirect
222222
github.com/nxadm/tail v1.4.11 // indirect
223+
github.com/oklog/ulid v1.3.1 // indirect
223224
github.com/oklog/ulid/v2 v2.1.1 // indirect
224225
github.com/openvex/discovery v0.1.1-0.20240802171711-7c54efc57553 // indirect
225226
github.com/owenrumney/go-sarif/v2 v2.3.3 // indirect
@@ -493,7 +494,6 @@ require (
493494
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
494495
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
495496
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
496-
github.com/oklog/ulid v1.3.1 // indirect
497497
github.com/opencontainers/go-digest v1.0.0 // indirect
498498
github.com/opencontainers/image-spec v1.1.1 // indirect
499499
github.com/opencontainers/runtime-spec v1.2.1 // indirect

0 commit comments

Comments
 (0)