Skip to content

Commit 7a1ab5b

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 588d76e commit 7a1ab5b

File tree

2 files changed

+34
-429
lines changed

2 files changed

+34
-429
lines changed

go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ go 1.21.3
44

55
require (
66
github.com/chyroc/lark v0.0.112
7-
github.com/fsnotify/fsnotify v1.6.0
7+
github.com/fsnotify/fsnotify v1.7.0
88
github.com/google/go-cmp v0.5.9
99
github.com/imroc/req/v3 v3.42.2
1010
github.com/itchyny/gojq v0.12.13
1111
github.com/rest-go/rest v0.1.4
1212
github.com/samber/do v1.6.0
1313
github.com/samber/lo v1.38.1
1414
github.com/spf13/cobra v1.8.0
15-
github.com/spf13/viper v1.17.0
15+
github.com/spf13/viper v1.18.2
1616
github.com/stretchr/testify v1.8.4
1717
github.com/swaggo/swag v1.16.2
1818
go.uber.org/zap v1.26.0
19-
golang.org/x/crypto v0.14.0
19+
golang.org/x/crypto v0.16.0
2020
gopkg.in/natefinch/lumberjack.v2 v2.2.1
2121
gopkg.in/yaml.v3 v3.0.1
2222
)
@@ -38,7 +38,7 @@ require (
3838
github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
3939
github.com/golang/mock v1.6.0 // indirect
4040
github.com/google/pprof v0.0.0-20230901174712-0191c66da455 // indirect
41-
github.com/google/uuid v1.3.0 // indirect
41+
github.com/google/uuid v1.4.0 // indirect
4242
github.com/hashicorp/errwrap v1.1.0 // indirect
4343
github.com/hashicorp/go-multierror v1.1.1 // indirect
4444
github.com/hashicorp/hcl v1.0.0 // indirect
@@ -66,19 +66,19 @@ require (
6666
github.com/quic-go/quic-go v0.38.1 // indirect
6767
github.com/refraction-networking/utls v1.5.3 // indirect
6868
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
69-
github.com/sagikazarmark/locafero v0.3.0 // indirect
69+
github.com/sagikazarmark/locafero v0.4.0 // indirect
7070
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
7171
github.com/sourcegraph/conc v0.3.0 // indirect
72-
github.com/spf13/afero v1.10.0 // indirect
73-
github.com/spf13/cast v1.5.1 // indirect
72+
github.com/spf13/afero v1.11.0 // indirect
73+
github.com/spf13/cast v1.6.0 // indirect
7474
github.com/spf13/pflag v1.0.5 // indirect
7575
github.com/subosito/gotenv v1.6.0 // indirect
7676
go.uber.org/multierr v1.10.0 // indirect
7777
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
7878
golang.org/x/mod v0.12.0 // indirect
79-
golang.org/x/net v0.15.0 // indirect
80-
golang.org/x/sys v0.13.0 // indirect
81-
golang.org/x/text v0.13.0 // indirect
79+
golang.org/x/net v0.19.0 // indirect
80+
golang.org/x/sys v0.15.0 // indirect
81+
golang.org/x/text v0.14.0 // indirect
8282
golang.org/x/tools v0.13.0 // indirect
8383
gopkg.in/ini.v1 v1.67.0 // indirect
8484
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)