aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authoropenshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com>2022-07-14 15:50:39 +0000
committerGitHub <noreply@github.com>2022-07-14 15:50:39 +0000
commit3637d55191be2e9a5b9e13f8f62db4c27d188741 (patch)
treea43aace3ea8d5bbde3ed2c2f7a253e93ffe82966 /go.mod
parent35e637daf894a8c2e01fe52a6a8768166ba38e7f (diff)
parent66cb856f9dc722d596ac7d1cbfbff21346bcfc6e (diff)
downloadpodman-3637d55191be2e9a5b9e13f8f62db4c27d188741.tar.gz
podman-3637d55191be2e9a5b9e13f8f62db4c27d188741.tar.bz2
podman-3637d55191be2e9a5b9e13f8f62db4c27d188741.zip
Merge pull request #14935 from saschagrunert/semver-v4
Switch to `github.com/blang/semver/v4`
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index bc39c9cf3..e9f2ce343 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ go 1.16
require (
github.com/BurntSushi/toml v1.1.0
- github.com/blang/semver v3.5.1+incompatible
+ github.com/blang/semver/v4 v4.0.0
github.com/buger/goterm v1.0.4
github.com/checkpoint-restore/checkpointctl v0.0.0-20220321135231-33f4a66335f0
github.com/checkpoint-restore/go-criu/v5 v5.3.0