From 4165372ec8fd142475a4e35fd0cf4f8042132208 Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Wed, 22 Feb 2023 22:16:50 +0100 Subject: dependencies: update set go min requirements to 1.19 update dependencies update vendor --- vendor/github.com/charithe/durationcheck/go.mod | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 vendor/github.com/charithe/durationcheck/go.mod (limited to 'vendor/github.com/charithe/durationcheck/go.mod') diff --git a/vendor/github.com/charithe/durationcheck/go.mod b/vendor/github.com/charithe/durationcheck/go.mod deleted file mode 100644 index eb058f21d..000000000 --- a/vendor/github.com/charithe/durationcheck/go.mod +++ /dev/null @@ -1,5 +0,0 @@ -module github.com/charithe/durationcheck - -go 1.14 - -require golang.org/x/tools v0.1.0 -- cgit mrf-deployment