Skip to content
Open
Show file tree
Hide file tree
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 @@ -10,7 +10,7 @@ require (
github.com/ghodss/yaml v1.0.0
github.com/go-logr/logr v1.4.3
github.com/jarcoal/httpmock v1.2.0
github.com/konveyor/crane-lib v0.1.5-0.20250909151500-172f817bb41b
github.com/konveyor/crane-lib v0.1.5-0.20250911002335-99b13425fdd5
github.com/olekukonko/tablewriter v0.0.5
github.com/openshift/api v0.0.0-20220525145417-ee5b62754c68
github.com/openshift/library-go v0.0.0-20220704153411-3ea4b775d418
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,8 @@ github.com/konveyor/crane-lib v0.1.4 h1:LDKGQPuYm9GExSMQIpDe8b6uWTyoFhyl6EWPZXBY
github.com/konveyor/crane-lib v0.1.4/go.mod h1:oSqLMhvUa3kNC/IaKXdGV/Tfs2bdwoZpYrbiV4KpVdY=
github.com/konveyor/crane-lib v0.1.5-0.20250909151500-172f817bb41b h1:gipT5rse4/m8L78LZp85Kz57XfgHxyjZSZ3dSnRyLtE=
github.com/konveyor/crane-lib v0.1.5-0.20250909151500-172f817bb41b/go.mod h1:PEKUloqODT/v7IFlDwi7HLgwxzPMa189bzEiL33VI8g=
github.com/konveyor/crane-lib v0.1.5-0.20250911002335-99b13425fdd5 h1:aKSexRSCZO4XiwZ8OHy24I8gJhSdodxKen8NqY/CU2Q=
github.com/konveyor/crane-lib v0.1.5-0.20250911002335-99b13425fdd5/go.mod h1:PEKUloqODT/v7IFlDwi7HLgwxzPMa189bzEiL33VI8g=
github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg=
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc=
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
Expand Down