mirror of
https://github.com/containers/skopeo.git
synced 2025-09-21 18:09:08 +00:00
We currently need it to drag in recent versions of other dependencies, per https://github.com/containers/skopeo/issues/796 . I'll work to update the relevant dependencies in c/image, but that will only propagate to skopeo in the next c/image release; in the meantime, this at least undoes the downgrades. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
7 lines
136 B
Modula-2
7 lines
136 B
Modula-2
module github.com/prometheus/procfs
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.3.0
|
|
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
|
|
)
|