From bdf7df6d7be8bb887334d3b623c999c9adc06843 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Wed, 4 Jan 2023 16:32:49 -0800 Subject: build: use go 1.19 and tidy up deps --- vendor/github.com/go-kit/log/go.mod | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 vendor/github.com/go-kit/log/go.mod (limited to 'vendor/github.com/go-kit/log/go.mod') diff --git a/vendor/github.com/go-kit/log/go.mod b/vendor/github.com/go-kit/log/go.mod deleted file mode 100644 index af39037..0000000 --- a/vendor/github.com/go-kit/log/go.mod +++ /dev/null @@ -1,5 +0,0 @@ -module github.com/go-kit/log - -go 1.17 - -require github.com/go-logfmt/logfmt v0.5.1 -- cgit v1.2.3