Skip to content

Commit e8356b1

Browse files
Bump github.com/spf13/viper from 1.19.0 to 1.20.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.19.0 to 1.20.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.19.0...v1.20.0) --- 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 0485156 commit e8356b1

File tree

2 files changed

+21
-164
lines changed

2 files changed

+21
-164
lines changed

go.mod

+7-24
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
module xpanse-agent
22

33
go 1.22.5
4-
54
require (
65
github.com/apenella/go-ansible/v2 v2.1.0
76
github.com/go-co-op/gocron/v2 v2.15.0
87
github.com/go-git/go-git/v5 v5.13.2
98
github.com/google/uuid v1.6.0
109
github.com/oapi-codegen/runtime v1.1.1
1110
github.com/spf13/cobra v1.9.1
12-
github.com/spf13/viper v1.19.0
11+
github.com/spf13/viper v1.20.0
1312
github.com/stretchr/testify v1.10.0
1413
)
1514

@@ -23,45 +22,30 @@ require (
2322
github.com/cloudflare/circl v1.3.7 // indirect
2423
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
2524
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
26-
github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936 // indirect
2725
github.com/emirpasic/gods v1.18.1 // indirect
28-
github.com/fsnotify/fsnotify v1.7.0 // indirect
29-
github.com/getkin/kin-openapi v0.127.0 // indirect
26+
github.com/fsnotify/fsnotify v1.8.0 // indirect
3027
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
3128
github.com/go-git/go-billy/v5 v5.6.2 // indirect
32-
github.com/go-openapi/jsonpointer v0.21.0 // indirect
33-
github.com/go-openapi/swag v0.23.0 // indirect
29+
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
3430
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
35-
github.com/hashicorp/hcl v1.0.0 // indirect
3631
github.com/inconshreveable/mousetrap v1.1.0 // indirect
37-
github.com/invopop/yaml v0.3.1 // indirect
3832
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
3933
github.com/jonboulle/clockwork v0.4.0 // indirect
40-
github.com/josharian/intern v1.0.0 // indirect
4134
github.com/kevinburke/ssh_config v1.2.0 // indirect
42-
github.com/magiconair/properties v1.8.7 // indirect
43-
github.com/mailru/easyjson v0.7.7 // indirect
44-
github.com/mitchellh/mapstructure v1.5.0 // indirect
45-
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
46-
github.com/oapi-codegen/oapi-codegen/v2 v2.4.1 // indirect
47-
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
48-
github.com/perimeterx/marshmallow v1.1.5 // indirect
35+
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
4936
github.com/pjbgf/sha1cd v0.3.2 // indirect
5037
github.com/pkg/errors v0.9.1 // indirect
5138
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
5239
github.com/robfig/cron/v3 v3.0.1 // indirect
53-
github.com/sagikazarmark/locafero v0.4.0 // indirect
54-
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
40+
github.com/sagikazarmark/locafero v0.7.0 // indirect
5541
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
5642
github.com/skeema/knownhosts v1.3.0 // indirect
5743
github.com/sourcegraph/conc v0.3.0 // indirect
58-
github.com/speakeasy-api/openapi-overlay v0.9.0 // indirect
59-
github.com/spf13/afero v1.11.0 // indirect
60-
github.com/spf13/cast v1.6.0 // indirect
44+
github.com/spf13/afero v1.12.0 // indirect
45+
github.com/spf13/cast v1.7.1 // indirect
6146
github.com/spf13/pflag v1.0.6 // indirect
6247
github.com/stretchr/objx v0.5.2 // indirect
6348
github.com/subosito/gotenv v1.6.0 // indirect
64-
github.com/vmware-labs/yaml-jsonpath v0.3.2 // indirect
6549
github.com/xanzy/ssh-agent v0.3.3 // indirect
6650
go.uber.org/atomic v1.9.0 // indirect
6751
go.uber.org/multierr v1.9.0 // indirect
@@ -73,7 +57,6 @@ require (
7357
golang.org/x/sys v0.29.0 // indirect
7458
golang.org/x/text v0.21.0 // indirect
7559
golang.org/x/tools v0.23.0 // indirect
76-
gopkg.in/ini.v1 v1.67.0 // indirect
7760
gopkg.in/warnings.v0 v0.1.2 // indirect
7861
gopkg.in/yaml.v2 v2.4.0 // indirect
7962
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)