diff options
author | Sascha Grunert <sgrunert@redhat.com> | 2022-07-14 13:33:23 +0200 |
---|---|---|
committer | Sascha Grunert <sgrunert@redhat.com> | 2022-07-14 13:53:13 +0200 |
commit | 66cb856f9dc722d596ac7d1cbfbff21346bcfc6e (patch) | |
tree | e6b33ccc5c1b5d0898a629d784e342a011afd869 /pkg/bindings | |
parent | 5c3eec55895c9ca4c36571e1e919f0cb8632bedb (diff) | |
download | podman-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/bindings')
-rw-r--r-- | pkg/bindings/connection.go | 2 |
1 files changed, 1 insertions, 1 deletions
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" |