Skip to content

Commit

Permalink
Update goutils dependency to v1.1.1 (#1141)
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Horacek <[email protected]>

Signed-off-by: Petr Horacek <[email protected]>
  • Loading branch information
phoracek authored Jan 23, 2023
1 parent 639e2ee commit ecb47b5
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 48 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ replace (
)

exclude github.com/spf13/viper v1.3.2 // Required to fix CVE-2018-1098

replace github.com/Masterminds/goutils => github.com/Masterminds/goutils v1.1.1
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3
github.com/GoogleCloudPlatform/testgrid v0.0.38/go.mod h1:KGQ3wqPuX1xCqeSHvcGmAafuMtV7cRNST9hZS7VCahA=
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd h1:sjQovDkwrZp8u+gxLtPgKGjk5hCxuy2hrRejBTA9xFU=
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd/go.mod h1:64YHyfSL2R96J44Nlwm39UHepQbyR5q10x7iYa1ks2E=
github.com/Masterminds/goutils v1.1.0 h1:zukEsf/1JZwCMgHiK3GZftabmxiCw4apj3a28RPBiVg=
github.com/Masterminds/goutils v1.1.0/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU=
github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=
github.com/Masterminds/goutils v1.1.1/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU=
github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww=
github.com/Masterminds/semver v1.5.0/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y=
github.com/Masterminds/semver/v3 v3.0.3/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs=
Expand Down
25 changes: 2 additions & 23 deletions vendor/github.com/Masterminds/goutils/cryptorandomstringutils.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 2 additions & 22 deletions vendor/github.com/Masterminds/goutils/randomstringutils.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions vendor/github.com/Masterminds/goutils/stringutils.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ github.com/Azure/go-ansiterm/winterm
github.com/BurntSushi/toml
# github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
github.com/MakeNowJust/heredoc
# github.com/Masterminds/goutils v1.1.0
# github.com/Masterminds/goutils v1.1.0 => github.com/Masterminds/goutils v1.1.1
github.com/Masterminds/goutils
# github.com/Masterminds/semver v1.5.0
github.com/Masterminds/semver
Expand Down Expand Up @@ -1487,3 +1487,4 @@ sigs.k8s.io/yaml
# github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.11.1
# golang.org/x/text => golang.org/x/text v0.3.3
# k8s.io/client-go => k8s.io/client-go v0.22.3
# github.com/Masterminds/goutils => github.com/Masterminds/goutils v1.1.1

0 comments on commit ecb47b5

Please sign in to comment.