Skip to content

Commit cbcecf8

Browse files
Bump github.com/Masterminds/goutils from 1.1.0 to 1.1.1 in /provider
Bumps [github.com/Masterminds/goutils](https://github.com/Masterminds/goutils) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/Masterminds/goutils/releases) - [Changelog](https://github.com/Masterminds/goutils/blob/master/CHANGELOG.md) - [Commits](Masterminds/goutils@v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: github.com/Masterminds/goutils dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c567712 commit cbcecf8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

provider/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/Azure/go-autorest/logger v0.2.1 // indirect
3232
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
3333
github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 // indirect
34-
github.com/Masterminds/goutils v1.1.0 // indirect
34+
github.com/Masterminds/goutils v1.1.1 // indirect
3535
github.com/Masterminds/semver v1.5.0 // indirect
3636
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
3737
github.com/Microsoft/go-winio v0.5.2 // indirect

provider/go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,9 @@ github.com/GoogleCloudPlatform/cloudsql-proxy v1.24.0/go.mod h1:3tx938GhY4FC+E1K
163163
github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 h1:YNu23BtH0PKF+fg3ykSorCp6jSTjcEtfnYLzbmcjVRA=
164164
github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0/go.mod h1:spvB9eLJH9dutlbPSRmHvSXXHOwGRyeXh1jVdquA2G8=
165165
github.com/HdrHistogram/hdrhistogram-go v1.1.2 h1:5IcZpTvzydCQeHzK4Ef/D5rrSqwxob0t8PQPMybUNFM=
166-
github.com/Masterminds/goutils v1.1.0 h1:zukEsf/1JZwCMgHiK3GZftabmxiCw4apj3a28RPBiVg=
167166
github.com/Masterminds/goutils v1.1.0/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU=
167+
github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=
168+
github.com/Masterminds/goutils v1.1.1/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU=
168169
github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww=
169170
github.com/Masterminds/semver v1.5.0/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y=
170171
github.com/Masterminds/semver/v3 v3.1.1/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs=

0 commit comments

Comments
 (0)