Skip to content

Commit ca62987

Browse files
Bump github.com/spf13/viper from 1.17.0 to 1.18.2
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.17.0 to 1.18.2. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.17.0...v1.18.2) --- 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 e302bfd commit ca62987

File tree

2 files changed

+34
-428
lines changed

2 files changed

+34
-428
lines changed

go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21.3
55
require (
66
github.com/88250/lute v1.7.5
77
github.com/chyroc/lark v0.0.112
8-
github.com/fsnotify/fsnotify v1.6.0
8+
github.com/fsnotify/fsnotify v1.7.0
99
github.com/google/go-cmp v0.5.9
1010
github.com/imroc/req/v3 v3.42.2
1111
github.com/itchyny/gojq v0.12.13
@@ -16,11 +16,11 @@ require (
1616
github.com/samber/do v1.6.0
1717
github.com/samber/lo v1.38.1
1818
github.com/spf13/cobra v1.8.0
19-
github.com/spf13/viper v1.17.0
19+
github.com/spf13/viper v1.18.2
2020
github.com/stretchr/testify v1.8.4
2121
github.com/swaggo/swag v1.16.2
2222
go.uber.org/zap v1.26.0
23-
golang.org/x/crypto v0.14.0
23+
golang.org/x/crypto v0.16.0
2424
gopkg.in/natefinch/lumberjack.v2 v2.2.1
2525
gopkg.in/yaml.v3 v3.0.1
2626
)
@@ -44,7 +44,7 @@ require (
4444
github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
4545
github.com/golang/mock v1.6.0 // indirect
4646
github.com/google/pprof v0.0.0-20230901174712-0191c66da455 // indirect
47-
github.com/google/uuid v1.3.0 // indirect
47+
github.com/google/uuid v1.4.0 // indirect
4848
github.com/gopherjs/gopherjs v1.17.2 // indirect
4949
github.com/hashicorp/errwrap v1.1.0 // indirect
5050
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -75,19 +75,19 @@ require (
7575
github.com/refraction-networking/utls v1.5.3 // indirect
7676
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
7777
github.com/rivo/uniseg v0.4.4 // indirect
78-
github.com/sagikazarmark/locafero v0.3.0 // indirect
78+
github.com/sagikazarmark/locafero v0.4.0 // indirect
7979
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
8080
github.com/sourcegraph/conc v0.3.0 // indirect
81-
github.com/spf13/afero v1.10.0 // indirect
82-
github.com/spf13/cast v1.5.1 // indirect
81+
github.com/spf13/afero v1.11.0 // indirect
82+
github.com/spf13/cast v1.6.0 // indirect
8383
github.com/spf13/pflag v1.0.5 // indirect
8484
github.com/subosito/gotenv v1.6.0 // indirect
8585
go.uber.org/multierr v1.10.0 // indirect
8686
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
8787
golang.org/x/mod v0.12.0 // indirect
88-
golang.org/x/net v0.15.0 // indirect
89-
golang.org/x/sys v0.13.0 // indirect
90-
golang.org/x/text v0.13.0 // indirect
88+
golang.org/x/net v0.19.0 // indirect
89+
golang.org/x/sys v0.15.0 // indirect
90+
golang.org/x/text v0.14.0 // indirect
9191
golang.org/x/tools v0.13.0 // indirect
9292
gopkg.in/ini.v1 v1.67.0 // indirect
9393
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)