Skip to content

Commit 1b28f8d

Browse files
chore(deps): bump github.com/spf13/viper from 1.19.0 to 1.20.1
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.19.0 to 1.20.1. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.19.0...v1.20.1) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c963074 commit 1b28f8d

File tree

376 files changed

+5060
-73271
lines changed

Some content is hidden

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

376 files changed

+5060
-73271
lines changed

go.mod

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module github.com/launchdarkly/ld-find-code-refs/v2
22

33
go 1.22
4-
toolchain go1.23.7
4+
toolchain go1.24.1
55

66
require (
77
github.com/bmatcuk/doublestar/v4 v4.8.1
@@ -14,7 +14,7 @@ require (
1414
github.com/petar-dambovaliev/aho-corasick v0.0.0-20211021192214-5ab2d9280aa9
1515
github.com/spf13/cobra v1.8.1
1616
github.com/spf13/pflag v1.0.6
17-
github.com/spf13/viper v1.19.0
17+
github.com/spf13/viper v1.20.1
1818
github.com/stretchr/testify v1.10.0
1919
golang.org/x/tools v0.31.0
2020
)
@@ -29,42 +29,34 @@ require (
2929
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
3030
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3131
github.com/emirpasic/gods v1.18.1 // indirect
32-
github.com/fsnotify/fsnotify v1.7.0 // indirect
32+
github.com/fsnotify/fsnotify v1.8.0 // indirect
3333
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
3434
github.com/go-git/go-billy/v5 v5.6.2 // indirect
35+
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
3536
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
36-
github.com/golang/protobuf v1.5.4 // indirect
3737
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
38-
github.com/hashicorp/hcl v1.0.0 // indirect
3938
github.com/inconshreveable/mousetrap v1.1.0 // indirect
4039
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
4140
github.com/kevinburke/ssh_config v1.2.0 // indirect
42-
github.com/magiconair/properties v1.8.7 // indirect
4341
github.com/mattn/go-runewidth v0.0.9 // indirect
44-
github.com/mitchellh/mapstructure v1.5.0 // indirect
45-
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
42+
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
4643
github.com/pjbgf/sha1cd v0.3.2 // indirect
4744
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
48-
github.com/sagikazarmark/locafero v0.4.0 // indirect
49-
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
45+
github.com/sagikazarmark/locafero v0.7.0 // indirect
5046
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
5147
github.com/skeema/knownhosts v1.3.1 // indirect
5248
github.com/sourcegraph/conc v0.3.0 // indirect
53-
github.com/spf13/afero v1.11.0 // indirect
54-
github.com/spf13/cast v1.6.0 // indirect
49+
github.com/spf13/afero v1.12.0 // indirect
50+
github.com/spf13/cast v1.7.1 // indirect
5551
github.com/subosito/gotenv v1.6.0 // indirect
5652
github.com/xanzy/ssh-agent v0.3.3 // indirect
5753
go.uber.org/atomic v1.9.0 // indirect
5854
go.uber.org/multierr v1.9.0 // indirect
5955
golang.org/x/crypto v0.36.0 // indirect
60-
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
6156
golang.org/x/net v0.37.0 // indirect
62-
golang.org/x/oauth2 v0.18.0 // indirect
57+
golang.org/x/oauth2 v0.25.0 // indirect
6358
golang.org/x/sys v0.31.0 // indirect
6459
golang.org/x/text v0.23.0 // indirect
65-
google.golang.org/appengine v1.6.8 // indirect
66-
google.golang.org/protobuf v1.33.0 // indirect
67-
gopkg.in/ini.v1 v1.67.0 // indirect
6860
gopkg.in/warnings.v0 v0.1.2 // indirect
6961
gopkg.in/yaml.v3 v3.0.1 // indirect
7062
)

go.sum

Lines changed: 16 additions & 55 deletions
Large diffs are not rendered by default.

vendor/github.com/fsnotify/fsnotify/.cirrus.yml

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

vendor/github.com/fsnotify/fsnotify/.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

vendor/github.com/fsnotify/fsnotify/.gitignore

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

vendor/github.com/fsnotify/fsnotify/CHANGELOG.md

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

vendor/github.com/fsnotify/fsnotify/CONTRIBUTING.md

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

0 commit comments

Comments
 (0)