Commit c650d9b
authored
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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​tonyhb](https://redirect.github.com/tonyhb) in
[https://github.com/oklog/ulid/pull/112](https://redirect.github.com/oklog/ulid/pull/112)
#### New Contributors
- [@​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)
- [@​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)
- [@​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)
- [@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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 [@​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
[@​tsenart](https://redirect.github.com/tsenart) in
[https://github.com/oklog/ulid/pull/81](https://redirect.github.com/oklog/ulid/pull/81)
#### New Contributors
- [@​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)
- [@​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)
- [@​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)
- [@​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)
- [@​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)
- [@​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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| 223 | + | |
223 | 224 | | |
224 | 225 | | |
225 | 226 | | |
| |||
493 | 494 | | |
494 | 495 | | |
495 | 496 | | |
496 | | - | |
497 | 497 | | |
498 | 498 | | |
499 | 499 | | |
| |||
0 commit comments