Skip to content

Commit 7089d30

Browse files
chore(deps): bump github.com/launchdarkly/ld-find-code-refs/v2
Bumps [github.com/launchdarkly/ld-find-code-refs/v2](https://github.com/launchdarkly/ld-find-code-refs) from 2.13.0 to 2.14.0. - [Release notes](https://github.com/launchdarkly/ld-find-code-refs/releases) - [Changelog](https://github.com/launchdarkly/ld-find-code-refs/blob/main/CHANGELOG.md) - [Commits](launchdarkly/ld-find-code-refs@v2.13.0...v2.14.0) --- updated-dependencies: - dependency-name: github.com/launchdarkly/ld-find-code-refs/v2 dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e8ebad1 commit 7089d30

1,096 files changed

Lines changed: 309985 additions & 2602 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

go.mod

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,54 +16,63 @@ require (
1616
github.com/google/go-github/v68 v68.0.0
1717
github.com/jstemmer/go-junit-report/v2 v2.1.0
1818
github.com/kyoh86/richgo v0.3.12
19-
github.com/launchdarkly/ld-find-code-refs/v2 v2.13.0
19+
github.com/launchdarkly/ld-find-code-refs/v2 v2.14.0
2020
)
2121

2222
require (
2323
dario.cat/mergo v1.0.1 // indirect
24-
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
24+
github.com/fatih/color v1.16.0 // indirect
25+
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
26+
github.com/launchdarkly/api-client-go/v17 v17.2.0 // indirect
27+
github.com/mattn/go-colorable v0.1.13 // indirect
28+
github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 // indirect
29+
github.com/olekukonko/ll v0.0.8 // indirect
30+
github.com/rivo/uniseg v0.2.0 // indirect
2531
github.com/sagikazarmark/locafero v0.7.0 // indirect
2632
github.com/sourcegraph/conc v0.3.0 // indirect
33+
github.com/tetratelabs/wazero v1.9.0 // indirect
34+
github.com/wasilibs/go-re2 v1.10.0 // indirect
35+
github.com/wasilibs/wazero-helpers v0.0.0-20240620070341-3dff1577cd52 // indirect
2736
go.uber.org/atomic v1.9.0 // indirect
2837
go.uber.org/multierr v1.9.0 // indirect
2938
)
3039

3140
require (
3241
github.com/Masterminds/goutils v1.1.1 // indirect
3342
github.com/Masterminds/semver/v3 v3.3.0 // indirect
34-
github.com/bmatcuk/doublestar/v4 v4.7.1 // indirect
43+
github.com/bmatcuk/doublestar/v4 v4.9.1 // indirect
3544
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3645
github.com/fsnotify/fsnotify v1.8.0 // indirect
37-
github.com/go-git/go-git/v5 v5.13.0 // indirect
46+
github.com/go-git/go-git/v5 v5.16.2 // indirect
3847
github.com/google/uuid v1.6.0 // indirect
3948
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
40-
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
49+
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
4150
github.com/huandu/xstrings v1.5.0 // indirect
4251
github.com/iancoleman/strcase v0.3.0 // indirect
4352
github.com/kyoh86/xdg v1.2.0 // indirect
4453
github.com/launchdarkly/api-client-go/v15 v15.1.0
4554
github.com/launchdarkly/json-patch v0.0.0-20180720210516-dd68d883319f // indirect
4655
github.com/mattn/go-isatty v0.0.20 // indirect
47-
github.com/mattn/go-runewidth v0.0.9 // indirect
56+
github.com/mattn/go-runewidth v0.0.16 // indirect
4857
github.com/mitchellh/copystructure v1.2.0 // indirect
4958
github.com/mitchellh/reflectwalk v1.0.2 // indirect
5059
github.com/morikuni/aec v1.0.0 // indirect
51-
github.com/olekukonko/tablewriter v0.0.5 // indirect
60+
github.com/olekukonko/tablewriter v1.0.8 // indirect
5261
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
5362
github.com/petar-dambovaliev/aho-corasick v0.0.0-20211021192214-5ab2d9280aa9 // indirect
54-
github.com/pjbgf/sha1cd v0.3.0 // indirect
63+
github.com/pjbgf/sha1cd v0.3.2 // indirect
5564
github.com/pkg/errors v0.9.1
5665
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
5766
github.com/shopspring/decimal v1.4.0 // indirect
5867
github.com/spf13/afero v1.12.0 // indirect
5968
github.com/spf13/cast v1.7.1 // indirect
60-
github.com/spf13/pflag v1.0.6 // indirect
69+
github.com/spf13/pflag v1.0.7 // indirect
6170
github.com/subosito/gotenv v1.6.0 // indirect
6271
github.com/wacul/ptr v1.0.0 // indirect
63-
golang.org/x/crypto v0.35.0 // indirect
64-
golang.org/x/sys v0.30.0 // indirect
65-
golang.org/x/text v0.22.0 // indirect
66-
golang.org/x/tools v0.28.0 // indirect
72+
golang.org/x/crypto v0.41.0 // indirect
73+
golang.org/x/sys v0.35.0 // indirect
74+
golang.org/x/text v0.28.0 // indirect
75+
golang.org/x/tools v0.36.0 // indirect
6776
gopkg.in/yaml.v2 v2.4.0 // indirect
6877
gopkg.in/yaml.v3 v3.0.1 // indirect
6978
)

go.sum

Lines changed: 46 additions & 30 deletions
Large diffs are not rendered by default.

vendor/github.com/bmatcuk/doublestar/v4/README.md

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

vendor/github.com/bmatcuk/doublestar/v4/glob.go

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

vendor/github.com/bmatcuk/doublestar/v4/globoptions.go

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

vendor/github.com/bmatcuk/doublestar/v4/globwalk.go

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

0 commit comments

Comments
 (0)