merge: chore(deps): update module github.com/dmarkham/enumer to v1.5.11
This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/dmarkham/enumer](https://github.com/dmarkham/enumer) | require | patch | `v1.5.10` -> `v1.5.11` | --- ### Release Notes <details> <summary>dmarkham/enumer (github.com/dmarkham/enumer)</summary> ### [`v1.5.11`](https://github.com/dmarkham/enumer/releases/tag/v1.5.11) [Compare Source](https://github.com/dmarkham/enumer/compare/v1.5.10...1.5.11) #### What's Changed - Update golang.org/x/tools to v0.30.0 by [@​gabe565](https://github.com/gabe565) (first contribution) in https://github.com/dmarkham/enumer/pull/106 **Full Changelog**: https://github.com/dmarkham/enumer/compare/v1.5.10...1.5.11 (1.5.11 (missing the v) was previously released as a mistake. the v is for Very much required.) </details> --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDYuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> See merge request !107
No related branches found
No related tags found
module gitlab.alpinelinux.org/alpine/infra/aports-qa-bot | ||
go 1.22 | ||
go 1.22.0 | ||
toolchain go1.23.4 | ||
require ( | ||
github.com/dmarkham/enumer v1.5.10 | ||
github.com/dmarkham/enumer v1.5.11 | ||
github.com/google/uuid v1.6.0 | ||
github.com/robfig/cron/v3 v3.0.1 | ||
github.com/rs/zerolog v1.33.0 | ||
... | ... | @@ -19,9 +19,10 @@ require ( |
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/pascaldekloe/name v1.0.1 // indirect | ||
golang.org/x/mod v0.13.0 // indirect | ||
golang.org/x/mod v0.23.0 // indirect | ||
golang.org/x/oauth2 v0.25.0 // indirect | ||
golang.org/x/sys v0.20.0 // indirect | ||
golang.org/x/sync v0.11.0 // indirect | ||
golang.org/x/sys v0.30.0 // indirect | ||
golang.org/x/time v0.9.0 // indirect | ||
golang.org/x/tools v0.14.0 // indirect | ||
golang.org/x/tools v0.30.0 // indirect | ||
) |
Please register or sign in to comment