Skip to content

Commit 0e5653d

Browse files
chore(deps): bump github.com/launchdarkly/ld-find-code-refs/v2 from 2.11.7 to 2.11.8 (#96)
Bumps [github.com/launchdarkly/ld-find-code-refs/v2](https://github.com/launchdarkly/ld-find-code-refs) from 2.11.7 to 2.11.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/launchdarkly/ld-find-code-refs/releases">github.com/launchdarkly/ld-find-code-refs/v2's releases</a>.</em></p> <blockquote> <h2>v2.11.8</h2> <h2>[2.11.8] - 2024-02-13</h2> <h3>Changed:</h3> <ul> <li>Updated dependencies</li> </ul> <h3>Fixed:</h3> <ul> <li>Multi-project scans now ignore projects without valid flags <a href="https://redirect.github.com/launchdarkly/ld-find-code-refs/pull/430">#430</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/launchdarkly/ld-find-code-refs/blob/main/CHANGELOG.md">github.com/launchdarkly/ld-find-code-refs/v2's changelog</a>.</em></p> <blockquote> <h2>[2.11.8] - 2024-02-13</h2> <h3>Changed:</h3> <ul> <li>Updated dependencies</li> </ul> <h3>Fixed:</h3> <ul> <li>Multi-project scans now ignore projects without valid flags <a href="https://redirect.github.com/launchdarkly/ld-find-code-refs/pull/430">#430</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/launchdarkly/ld-find-code-refs/commit/ae5fd32ec46d5922a3fa099b0ff482b837ce86d3"><code>ae5fd32</code></a> Releasing version 2.11.8</li> <li><a href="https://github.com/launchdarkly/ld-find-code-refs/commit/b8dd0adfc29de22ae3545e64a6cf4b9a4ac99b97"><code>b8dd0ad</code></a> chore: Add release version to commit message (<a href="https://redirect.github.com/launchdarkly/ld-find-code-refs/issues/428">#428</a>)</li> <li><a href="https://github.com/launchdarkly/ld-find-code-refs/commit/6dca53907a8cdfb9793df7f8cfd2ee64828d024b"><code>6dca539</code></a> fix(<a href="https://redirect.github.com/launchdarkly/ld-find-code-refs/issues/429">#429</a>): Multi-project scans now ignore projects without valid flags (<a href="https://redirect.github.com/launchdarkly/ld-find-code-refs/issues/430">#430</a>)</li> <li><a href="https://github.com/launchdarkly/ld-find-code-refs/commit/3900e92912739a49293dd90e82edc82534f61c71"><code>3900e92</code></a> chore(deps): bump golang.org/x/tools from 0.17.0 to 0.18.0 (<a href="https://redirect.github.com/launchdarkly/ld-find-code-refs/issues/431">#431</a>)</li> <li>See full diff in <a href="https://github.com/launchdarkly/ld-find-code-refs/compare/v2.11.7...v2.11.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/launchdarkly/ld-find-code-refs/v2&package-manager=go_modules&previous-version=2.11.7&new-version=2.11.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b9ea856 commit 0e5653d

File tree

5 files changed

+22
-21
lines changed

5 files changed

+22
-21
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/jstemmer/go-junit-report/v2 v2.1.0
1818
github.com/kyoh86/richgo v0.3.12
1919
github.com/launchdarkly/api-client-go/v13 v13.0.0
20-
github.com/launchdarkly/ld-find-code-refs/v2 v2.11.7
20+
github.com/launchdarkly/ld-find-code-refs/v2 v2.11.8
2121
)
2222

2323
require (
@@ -70,7 +70,7 @@ require (
7070
golang.org/x/net v0.21.0 // indirect
7171
golang.org/x/sys v0.17.0 // indirect
7272
golang.org/x/text v0.14.0 // indirect
73-
golang.org/x/tools v0.17.0 // indirect
73+
golang.org/x/tools v0.18.0 // indirect
7474
google.golang.org/appengine v1.6.7 // indirect
7575
google.golang.org/protobuf v1.31.0 // indirect
7676
gopkg.in/ini.v1 v1.67.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ github.com/launchdarkly/api-client-go/v7 v7.1.1 h1:3VBkFt9xHljMw5KDlVFDUogxfH78Y
161161
github.com/launchdarkly/api-client-go/v7 v7.1.1/go.mod h1:GVl1inKsWoKX3yLgdqrjxWw8k4ih0HlSmdnrhi5NNDs=
162162
github.com/launchdarkly/json-patch v0.0.0-20180720210516-dd68d883319f h1:jfiPiz2hE/7mHv2NOS4cm07sSJCsKlbxmR7pzPhhvpU=
163163
github.com/launchdarkly/json-patch v0.0.0-20180720210516-dd68d883319f/go.mod h1:CHbYdMs8UjvNnS2fatlQvi4UYnBTRYGxRHc/0kQupSQ=
164-
github.com/launchdarkly/ld-find-code-refs/v2 v2.11.7 h1:mW/YIBbtj578DOG4Y5mSIcopE5tSzPi1BRHwsf3nfBE=
165-
github.com/launchdarkly/ld-find-code-refs/v2 v2.11.7/go.mod h1:QYhHLvGvhLQZUQX4b8IjtP5F+ZC3vHoOEfUrJIJ35rk=
164+
github.com/launchdarkly/ld-find-code-refs/v2 v2.11.8 h1:m75tLs4HT1ttB5FuOVAzoldpFgatNzW+JCdMy1XE3Gc=
165+
github.com/launchdarkly/ld-find-code-refs/v2 v2.11.8/go.mod h1:U9rEfu68w3henEzZX7BR6gp1uvHa4DPuGRhXkz1N0Eg=
166166
github.com/magiconair/properties v1.8.7 h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY=
167167
github.com/magiconair/properties v1.8.7/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0=
168168
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
@@ -425,8 +425,8 @@ golang.org/x/tools v0.0.0-20200729194436-6467de6f59a7/go.mod h1:njjCfa9FT2d7l9Bc
425425
golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA=
426426
golang.org/x/tools v0.0.0-20200825202427-b303f430e36d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA=
427427
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
428-
golang.org/x/tools v0.17.0 h1:FvmRgNOcs3kOa+T20R1uhfP9F6HgG2mfxDv1vrx1Htc=
429-
golang.org/x/tools v0.17.0/go.mod h1:xsh6VxdV005rRVaS6SSAf9oiAqljS7UZUacMZ8Bnsps=
428+
golang.org/x/tools v0.18.0 h1:k8NLag8AGHnn+PHbl7g43CtqZAwG60vZkLqgyZgIHgQ=
429+
golang.org/x/tools v0.18.0/go.mod h1:GL7B4CwcLLeo59yx/9UWWuNOW1n3VZ4f5axWfML7Lcg=
430430
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
431431
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
432432
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=

vendor/github.com/launchdarkly/ld-find-code-refs/v2/flags/flags.go

Lines changed: 13 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/launchdarkly/ld-find-code-refs/v2/internal/version/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ github.com/launchdarkly/api-client-go/v7
8686
# github.com/launchdarkly/json-patch v0.0.0-20180720210516-dd68d883319f
8787
## explicit
8888
github.com/launchdarkly/json-patch
89-
# github.com/launchdarkly/ld-find-code-refs/v2 v2.11.7
89+
# github.com/launchdarkly/ld-find-code-refs/v2 v2.11.8
9090
## explicit; go 1.20
9191
github.com/launchdarkly/ld-find-code-refs/v2/aliases
9292
github.com/launchdarkly/ld-find-code-refs/v2/flags
@@ -236,7 +236,7 @@ golang.org/x/text/internal/utf8internal
236236
golang.org/x/text/runes
237237
golang.org/x/text/transform
238238
golang.org/x/text/unicode/norm
239-
# golang.org/x/tools v0.17.0
239+
# golang.org/x/tools v0.18.0
240240
## explicit; go 1.18
241241
golang.org/x/tools/godoc/util
242242
golang.org/x/tools/godoc/vfs

0 commit comments

Comments
 (0)