deps: fix images 0.168
A replacement directive was still present in the `go.mod`, leading to not installing 0.168 but a variation on 0.167. Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
This commit is contained in:
parent
bec0e4d1b0
commit
5e476848de
2 changed files with 2 additions and 4 deletions
2
go.mod
2
go.mod
|
|
@ -121,5 +121,3 @@ require (
|
|||
gopkg.in/ini.v1 v1.67.0 // indirect
|
||||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||
)
|
||||
|
||||
replace github.com/osbuild/images => github.com/osbuild/images v0.167.1-0.20250730141013-c064f98308cd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue