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 /vendor/modules.txt | |
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 '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 |