Skip to content

Commit 7a1750f

Browse files
chore(deps): update module github.com/abirdcfly/dupword to v0.1.4 (#6765)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/Abirdcfly/dupword](https://redirect.github.com/Abirdcfly/dupword) | `v0.1.3` -> `v0.1.4` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fAbirdcfly%2fdupword/v0.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fAbirdcfly%2fdupword/v0.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fAbirdcfly%2fdupword/v0.1.3/v0.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fAbirdcfly%2fdupword/v0.1.3/v0.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Abirdcfly/dupword (github.com/Abirdcfly/dupword)</summary> ### [`v0.1.4`](https://redirect.github.com/Abirdcfly/dupword/releases/tag/v0.1.4) [Compare Source](https://redirect.github.com/Abirdcfly/dupword/compare/v0.1.3...v0.1.4) #### Changelog - [`fab2fea`](https://redirect.github.com/Abirdcfly/dupword/commit/fab2feadb5c55b211de388e3ce113dc5b600245d) build(deps): bump golang.org/x/tools from 0.26.0 to 0.27.0 - [`8fecb81`](https://redirect.github.com/Abirdcfly/dupword/commit/8fecb81c7b9085c25678e8a16ecb0385a178daef) build(deps): bump golang.org/x/tools from 0.27.0 to 0.28.0 - [`ef53092`](https://redirect.github.com/Abirdcfly/dupword/commit/ef530925e20fd8ceae4d82c06569bb701078f337) build(deps): bump golang.org/x/tools from 0.28.0 to 0.29.0 - [`2e48ac4`](https://redirect.github.com/Abirdcfly/dupword/commit/2e48ac4d60cb9e1f3ae7aae5b2471ecb35218ed0) build(deps): bump golang.org/x/tools from 0.29.0 to 0.30.0 - [`d1376bb`](https://redirect.github.com/Abirdcfly/dupword/commit/d1376bb37ca71b70a10af6384d1fb2ae07146c38) build(deps): bump golang.org/x/tools from 0.30.0 to 0.33.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC43LjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbIlNraXAgQ2hhbmdlbG9nIiwiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 22c7810 commit 7a1750f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

internal/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
4d63.com/gochecknoglobals v0.2.2 // indirect
2323
dario.cat/mergo v1.0.2 // indirect
2424
github.com/4meepo/tagalign v1.4.2 // indirect
25-
github.com/Abirdcfly/dupword v0.1.3 // indirect
25+
github.com/Abirdcfly/dupword v0.1.4 // indirect
2626
github.com/Antonboom/errname v1.1.0 // indirect
2727
github.com/Antonboom/nilnil v1.1.0 // indirect
2828
github.com/Antonboom/testifylint v1.6.1 // indirect

internal/tools/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ dario.cat/mergo v1.0.2 h1:85+piFYR1tMbRrLcDwR18y4UKJ3aH1Tbzi24VRW1TK8=
66
dario.cat/mergo v1.0.2/go.mod h1:E/hbnu0NxMFBjpMIE34DRGLWqDy0g5FuKDhCb31ngxA=
77
github.com/4meepo/tagalign v1.4.2 h1:0hcLHPGMjDyM1gHG58cS73aQF8J4TdVR96TZViorO9E=
88
github.com/4meepo/tagalign v1.4.2/go.mod h1:+p4aMyFM+ra7nb41CnFG6aSDXqRxU/w1VQqScKqDARI=
9-
github.com/Abirdcfly/dupword v0.1.3 h1:9Pa1NuAsZvpFPi9Pqkd93I7LIYRURj+A//dFd5tgBeE=
10-
github.com/Abirdcfly/dupword v0.1.3/go.mod h1:8VbB2t7e10KRNdwTVoxdBaxla6avbhGzb8sCTygUMhw=
9+
github.com/Abirdcfly/dupword v0.1.4 h1:jxqkdgO0L7FSwq4fMu3d+fAA1E3bBQAtl4utA3tcQZM=
10+
github.com/Abirdcfly/dupword v0.1.4/go.mod h1:s+BFMuL/I4YSiFv29snqyjwzDp4b65W2Kvy+PKzZ6cw=
1111
github.com/Antonboom/errname v1.1.0 h1:A+ucvdpMwlo/myWrkHEUEBWc/xuXdud23S8tmTb/oAE=
1212
github.com/Antonboom/errname v1.1.0/go.mod h1:O1NMrzgUcVBGIfi3xlVuvX8Q/VP/73sseCaAppfjqZw=
1313
github.com/Antonboom/nilnil v1.1.0 h1:jGxJxjgYS3VUUtOTNk8Z1icwT5ESpLH/426fjmQG+ng=

0 commit comments

Comments
 (0)