Update module gotest.tools/gotestsum to v1.12.2 (#12969)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [gotest.tools/gotestsum](https://redirect.github.com/gotestyourself/gotestsum) | `v1.12.1` -> `v1.12.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>gotestyourself/gotestsum (gotest.tools/gotestsum)</summary> ### [`v1.12.2`](https://redirect.github.com/gotestyourself/gotestsum/releases/tag/v1.12.2) [Compare Source](https://redirect.github.com/gotestyourself/gotestsum/compare/v1.12.1...v1.12.2) #### What's Changed - Bump gotest.tools/v3 from 3.5.1 to 3.5.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gotestyourself/gotestsum/pull/463](https://redirect.github.com/gotestyourself/gotestsum/pull/463) - Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gotestyourself/gotestsum/pull/468](https://redirect.github.com/gotestyourself/gotestsum/pull/468) - Bump github.com/fatih/color from 1.17.0 to 1.18.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gotestyourself/gotestsum/pull/446](https://redirect.github.com/gotestyourself/gotestsum/pull/446) - Use event times for elapsed by [@​dnephin](https://redirect.github.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/482](https://redirect.github.com/gotestyourself/gotestsum/pull/482) - feat: support for hidding skipped tests in the junit report by [@​v1v](https://redirect.github.com/v1v) in [https://github.com/gotestyourself/gotestsum/pull/478](https://redirect.github.com/gotestyourself/gotestsum/pull/478) #### New Contributors - [@​v1v](https://redirect.github.com/v1v) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/478](https://redirect.github.com/gotestyourself/gotestsum/pull/478) **Full Changelog**: https://github.com/gotestyourself/gotestsum/compare/v1.12.1...v1.12.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									904f9abebd
								
							
						
					
					
						commit
						801ebcc7d9
					
				| 
						 | 
				
			
			@ -22,7 +22,7 @@ require (
 | 
			
		|||
	golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
 | 
			
		||||
	golang.org/x/tools v0.32.0
 | 
			
		||||
	golang.org/x/vuln v1.1.4
 | 
			
		||||
	gotest.tools/gotestsum v1.12.1
 | 
			
		||||
	gotest.tools/gotestsum v1.12.2
 | 
			
		||||
	mvdan.cc/gofumpt v0.8.0
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -691,10 +691,10 @@ gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
 | 
			
		|||
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
 | 
			
		||||
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
 | 
			
		||||
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
 | 
			
		||||
gotest.tools/gotestsum v1.12.1 h1:dvcxFBTFR1QsQmrCQa4k/vDXow9altdYz4CjdW+XeBE=
 | 
			
		||||
gotest.tools/gotestsum v1.12.1/go.mod h1:mwDmLbx9DIvr09dnAoGgQPLaSXszNpXpWo2bsQge5BE=
 | 
			
		||||
gotest.tools/v3 v3.5.1 h1:EENdUnS3pdur5nybKYIh2Vfgc8IUNBjxDPSjtiJcOzU=
 | 
			
		||||
gotest.tools/v3 v3.5.1/go.mod h1:isy3WKz7GK6uNw/sbHzfKBLvlvXwUyV06n6brMxxopU=
 | 
			
		||||
gotest.tools/gotestsum v1.12.2 h1:eli4tu9Q2D/ogDsEGSr8XfQfl7mT0JsGOG6DFtUiZ/Q=
 | 
			
		||||
gotest.tools/gotestsum v1.12.2/go.mod h1:kjRtCglPZVsSU0hFHX3M5VWBM6Y63emHuB14ER1/sow=
 | 
			
		||||
gotest.tools/v3 v3.5.2 h1:7koQfIKdy+I8UTetycgUqXWSDwpgv193Ka+qRsmBY8Q=
 | 
			
		||||
gotest.tools/v3 v3.5.2/go.mod h1:LtdLGcnqToBH83WByAAi/wiwSFCArdFIUV/xxN4pcjA=
 | 
			
		||||
honnef.co/go/tools v0.6.1 h1:R094WgE8K4JirYjBaOpz/AvTyUu/3wbmAoskKN/pxTI=
 | 
			
		||||
honnef.co/go/tools v0.6.1/go.mod h1:3puzxxljPCe8RGJX7BIy1plGbxEOZni5mR2aXe3/uk4=
 | 
			
		||||
mvdan.cc/gofumpt v0.8.0 h1:nZUCeC2ViFaerTcYKstMmfysj6uhQrA2vJe+2vwGU6k=
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue