Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ require (
require (
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
github.com/99designs/keyring v1.2.2 // indirect
github.com/alessio/shellescape v1.4.1
github.com/alessio/shellescape v1.6.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🩺 Stability & Availability | 🟠 Major

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

# Find every shellescape reference so the module-path update can be made consistently.
rg -n --hidden --glob '!**/vendor/**' \
  'github.com/alessio/shellescape|al\.essio\.dev/pkg/shellescape' .

Repository: openshift/rosa

Length of output: 1094


Switch this dependency to the new module path. v1.6.0 declares al.essio.dev/pkg/shellescape, but pkg/clusterregistryconfig/flags.go still imports github.com/alessio/shellescape (and .bingo/goreleaser.mod still carries the old indirect entry), so this bump needs to be updated consistently.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@go.mod` at line 72, Update the shellescape dependency to the new module path
consistently across the repo. In go.mod, replace the old
github.com/alessio/shellescape entry with al.essio.dev/pkg/shellescape, and make
sure pkg/clusterregistryconfig/flags.go imports the new path as well. Also
remove or update the stale indirect reference in .bingo/goreleaser.mod so all
references to shellescape use the same module path.

Source: MCP tools

github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/apparentlymart/go-cidr v1.1.0 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.13 // indirect
Expand Down