diff options
author | Sascha Grunert <sgrunert@redhat.com> | 2022-07-14 13:33:23 +0200 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2022-07-26 13:22:46 -0400 |
commit | a78be890ee0098c6a6809b562c4806da8fe344b5 (patch) | |
tree | 4f2cc7643b96c02bedf234bbe6ecc7c74ba43620 /pkg/api/handlers | |
parent | 52850ce7049277df028fc8839ab99a15be08ead1 (diff) | |
download | podman-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')
-rw-r--r-- | pkg/api/handlers/utils/handler.go | 2 |
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" |