Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarmtemp committed Jan 2, 2024
1 parent 149ecfc commit d647839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/containers/common v0.57.1
github.com/containers/image/v5 v5.29.0
github.com/lukewarmtemp/image/v5 v5.29.0
github.com/containers/ocicrypt v1.1.9
github.com/containers/storage v1.51.0
github.com/docker/distribution v2.8.3+incompatible
Expand Down Expand Up @@ -132,4 +132,4 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
)

replace github.com/containers/image/v5 v5.29.0 => github.com/lukewarmtemp/image/v5 v5.0.0-20231220153417-11a68898aab6
// replace github.com/containers/image/v5 v5.29.0 => github.com/lukewarmtemp/image/v5 v5.0.0-20231220153417-11a68898aab6

0 comments on commit d647839

Please sign in to comment.