summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorSascha Grunert <sgrunert@redhat.com>2022-07-14 13:33:23 +0200
committerSascha Grunert <sgrunert@redhat.com>2022-07-14 13:53:13 +0200
commit66cb856f9dc722d596ac7d1cbfbff21346bcfc6e (patch)
treee6b33ccc5c1b5d0898a629d784e342a011afd869 /go.mod
parent5c3eec55895c9ca4c36571e1e919f0cb8632bedb (diff)
downloadpodman-66cb856f9dc722d596ac7d1cbfbff21346bcfc6e.tar.gz
podman-66cb856f9dc722d596ac7d1cbfbff21346bcfc6e.tar.bz2
podman-66cb856f9dc722d596ac7d1cbfbff21346bcfc6e.zip
Switch to `github.com/blang/semver/v4`
Switch to the latest version of the now go module compatible release. [NO NEW TESTS NEEDED] Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
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