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 /vendor/modules.txt | |
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 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 195c40405..bd6f81903 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -41,8 +41,10 @@ github.com/acarl005/stripansi # github.com/beorn7/perks v1.0.1 github.com/beorn7/perks/quantile # github.com/blang/semver v3.5.1+incompatible -## explicit github.com/blang/semver +# github.com/blang/semver/v4 v4.0.0 +## explicit +github.com/blang/semver/v4 # github.com/buger/goterm v1.0.4 ## explicit github.com/buger/goterm |