From fcc6d71be2c3ce7d9305c04fc2e87af554571bac Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 22 Feb 2021 20:37:25 +0100 Subject: go.mod: update golangci-lint to v1.37 --- vendor/github.com/charithe/durationcheck/go.mod | 5 +++++ 1 file changed, 5 insertions(+) create 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 new file mode 100644 index 000000000..12ebca0a0 --- /dev/null +++ b/vendor/github.com/charithe/durationcheck/go.mod @@ -0,0 +1,5 @@ +module github.com/charithe/durationcheck + +go 1.14 + +require golang.org/x/tools v0.0.0-20200403190813-44a64ad78b9b -- cgit mrf-deployment