go.mod: update to get the latest progress fixes from bib

This commit updates the `progress` package to get the latest
fixes, most notably
https://github.com/osbuild/bootc-image-builder/pull/820
This commit is contained in:
Michael Vogt 2025-02-06 17:16:09 +01:00 committed by Simon de Vlieger
parent 036de52a39
commit 0a3c642772
3 changed files with 7 additions and 1 deletions

View file

@ -439,6 +439,8 @@ var failingOsbuild = `
cat - > "$0".stdin
echo "error on stdout"
>&2 echo "error on stderr"
>&3 echo '{"message": "osbuild-stage-output"}'
exit 1
`
@ -501,6 +503,8 @@ func TestBuildIntegrationErrorsProgressTerm(t *testing.T) {
err = main.Run()
})
assert.EqualError(t, err, `error running osbuild: exit status 1
BuildLog:
osbuild-stage-output
Output:
error on stdout
error on stderr