summaryrefslogtreecommitdiff
path: root/pkg
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 /pkg
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 'pkg')
-rw-r--r--pkg/api/handlers/utils/handler.go2
-rw-r--r--pkg/bindings/connection.go2
2 files changed, 2 insertions, 2 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"
diff --git a/pkg/bindings/connection.go b/pkg/bindings/connection.go
index 7dda955a2..b994a5857 100644
--- a/pkg/bindings/connection.go
+++ b/pkg/bindings/connection.go
@@ -13,7 +13,7 @@ import (
"strings"
"time"
- "github.com/blang/semver"
+ "github.com/blang/semver/v4"
"github.com/containers/podman/v4/pkg/terminal"
"github.com/containers/podman/v4/version"
"github.com/sirupsen/logrus"