Skip to content

Commit dd7a87c

Browse files
Bump github.com/Masterminds/goutils from 1.1.0 to 1.1.1 (#174)
* Bump github.com/Masterminds/goutils from 1.1.0 to 1.1.1 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
1 parent 252b961 commit dd7a87c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

dist/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ The following components are provided under the Apache-2.0 License. See project
181181
The text of each license is also included at licenses/license-[project].txt.
182182

183183

184-
github.com/Masterminds/goutils v1.1.0 Apache-2.0
184+
github.com/Masterminds/goutils v1.1.1 Apache-2.0
185185
github.com/apache/skywalking-swck/operator v0.0.0-20220815142653-ed08076b7433 Apache-2.0
186186
github.com/go-logr/logr v0.4.0 Apache-2.0
187187
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da Apache-2.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323

2424
require (
2525
github.com/BurntSushi/toml v0.3.1 // indirect
26-
github.com/Masterminds/goutils v1.1.0 // indirect
26+
github.com/Masterminds/goutils v1.1.1 // indirect
2727
github.com/Masterminds/semver/v3 v3.1.0 // indirect
2828
github.com/Masterminds/sprig/v3 v3.1.0 // indirect
2929
github.com/beorn7/perks v1.0.1 // indirect

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ
3535
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
3636
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
3737
github.com/DATA-DOG/go-sqlmock v1.3.3/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM=
38-
github.com/Masterminds/goutils v1.1.0 h1:zukEsf/1JZwCMgHiK3GZftabmxiCw4apj3a28RPBiVg=
3938
github.com/Masterminds/goutils v1.1.0/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU=
39+
github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=
40+
github.com/Masterminds/goutils v1.1.1/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU=
4041
github.com/Masterminds/semver/v3 v3.1.0 h1:Y2lUDsFKVRSYGojLJ1yLxSXdMmMYTYls0rCvoqmMUQk=
4142
github.com/Masterminds/semver/v3 v3.1.0/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs=
4243
github.com/Masterminds/sprig/v3 v3.1.0 h1:j7GpgZ7PdFqNsmncycTHsLmVPf5/3wJtlgW9TNDYD9Y=

0 commit comments

Comments
 (0)