From a78be890ee0098c6a6809b562c4806da8fe344b5 Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Thu, 14 Jul 2022 13:33:23 +0200 Subject: 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 --- vendor/github.com/blang/semver/v4/go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vendor/github.com/blang/semver/v4/go.mod (limited to 'vendor/github.com/blang/semver/v4/go.mod') 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 -- cgit v1.2.3-54-g00ecf