1
0
mirror of https://github.com/containers/skopeo.git synced 2025-05-10 00:46:46 +00:00

Move a go.mod dependency entry to the right section

Otherwise go tends to create a third section at every opportunity.

Should not change behavior.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
Miloslav Trmač 2024-03-01 17:01:56 +01:00
parent 905c674dc2
commit 2db09313ac

2
go.mod
View File

@ -3,6 +3,7 @@ module github.com/containers/skopeo
go 1.19
require (
github.com/Masterminds/semver/v3 v3.2.1
github.com/containers/common v0.57.4
github.com/containers/image/v5 v5.29.3-0.20240207231441-93b4b55d865b
github.com/containers/ocicrypt v1.1.9
@ -24,7 +25,6 @@ require (
require (
dario.cat/mergo v1.0.0 // indirect
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/Masterminds/semver/v3 v3.2.1
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/Microsoft/hcsshim v0.12.0-rc.2 // indirect
github.com/VividCortex/ewma v1.2.0 // indirect