File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ The following components are provided under the Apache-2.0 License. See project
181181The 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
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ require (
2323
2424require (
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
Original file line number Diff line number Diff line change @@ -35,8 +35,9 @@ github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ
3535github.com/BurntSushi/toml v0.3.1 /go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU =
3636github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 /go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo =
3737github.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 =
3938github.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 =
4041github.com/Masterminds/semver/v3 v3.1.0 h1:Y2lUDsFKVRSYGojLJ1yLxSXdMmMYTYls0rCvoqmMUQk =
4142github.com/Masterminds/semver/v3 v3.1.0 /go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs =
4243github.com/Masterminds/sprig/v3 v3.1.0 h1:j7GpgZ7PdFqNsmncycTHsLmVPf5/3wJtlgW9TNDYD9Y =
You can’t perform that action at this time.
0 commit comments