summaryrefslogtreecommitdiff
path: root/pkg/api/handlers/utils/handler.go
diff options
context:
space:
mode:
authorSascha Grunert <sgrunert@redhat.com>2022-07-14 13:33:23 +0200
committerMatthew Heon <matthew.heon@pm.me>2022-07-26 13:22:46 -0400
commita78be890ee0098c6a6809b562c4806da8fe344b5 (patch)
tree4f2cc7643b96c02bedf234bbe6ecc7c74ba43620 /pkg/api/handlers/utils/handler.go
parent52850ce7049277df028fc8839ab99a15be08ead1 (diff)
downloadpodman-a78be890ee0098c6a6809b562c4806da8fe344b5.tar.gz
podman-a78be890ee0098c6a6809b562c4806da8fe344b5.tar.bz2
podman-a78be890ee0098c6a6809b562c4806da8fe344b5.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 'pkg/api/handlers/utils/handler.go')
-rw-r--r--pkg/api/handlers/utils/handler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/api/handlers/utils/handler.go b/pkg/api/handlers/utils/handler.go
index 9562ebbbc..f2f8ab1dc 100644
--- a/pkg/api/handlers/utils/handler.go
+++ b/pkg/api/handlers/utils/handler.go
@@ -10,7 +10,7 @@ import (
"strings"
"unsafe"
- "github.com/blang/semver"
+ "github.com/blang/semver/v4"
"github.com/containers/podman/v4/version"
"github.com/gorilla/mux"
jsoniter "github.com/json-iterator/go"