aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/blang/semver/v4/go.mod
diff options
context:
space:
mode:
authorSascha Grunert <sgrunert@redhat.com>2022-07-14 13:33:23 +0200
committerMatthew Heon <matthew.heon@pm.me>2022-07-26 13:22:46 -0400
commita78be890ee0098c6a6809b562c4806da8fe344b5 (patch)
tree4f2cc7643b96c02bedf234bbe6ecc7c74ba43620 /vendor/github.com/blang/semver/v4/go.mod
parent52850ce7049277df028fc8839ab99a15be08ead1 (diff)
downloadpodman-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/github.com/blang/semver/v4/go.mod')
-rw-r--r--vendor/github.com/blang/semver/v4/go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/github.com/blang/semver/v4/go.mod b/vendor/github.com/blang/semver/v4/go.mod
new file mode 100644
index 000000000..06d262218
--- /dev/null
+++ b/vendor/github.com/blang/semver/v4/go.mod
@@ -0,0 +1,3 @@
+module github.com/blang/semver/v4
+
+go 1.14