-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(dependencies): update mapstructure
Closes #5858
- Loading branch information
Showing
5 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,13 +9,13 @@ require ( | |
github.com/fsnotify/fsnotify v1.8.0 | ||
github.com/gertd/go-pluralize v0.2.1 | ||
github.com/go-logr/logr v1.4.2 | ||
github.com/go-viper/mapstructure/v2 v2.2.1 | ||
github.com/google/go-github/v52 v52.0.0 | ||
github.com/google/uuid v1.6.0 | ||
github.com/imdario/mergo v0.3.16 | ||
github.com/jpillora/backoff v1.0.0 | ||
github.com/magiconair/properties v1.8.7 | ||
github.com/mattn/go-shellwords v1.0.12 | ||
github.com/mitchellh/mapstructure v1.5.0 | ||
github.com/onsi/gomega v1.36.0 | ||
// go get github.com/openshift/[email protected] | ||
github.com/openshift/api v0.0.0-20240228005710-4511c790cc60 | ||
|
@@ -104,6 +104,7 @@ require ( | |
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/moby/spdystream v0.2.0 // indirect | ||
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters