Skip to content

Commit feab3b9

Browse files
authored
Merge branch 'main' into patch-1
2 parents bfc5b6b + 061d7a1 commit feab3b9

1,098 files changed

Lines changed: 309989 additions & 2606 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.

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
13+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1414

1515
- name: Set up Node.js
1616
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ubuntu-latest
7474
steps:
7575
- name: Checkout
76-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
76+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
7777
- name: Find LaunchDarkly feature flags in diff
7878
uses: ./ # Uses an action in the root directory
7979
id: find-flags
@@ -118,7 +118,7 @@ jobs:
118118
runs-on: ubuntu-latest
119119
steps:
120120
- name: Checkout
121-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
121+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
122122

123123
- name: Set up Python
124124
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065

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
)

0 commit comments

Comments
 (0)