From a9f0622ed9750593ca6de12a27bb3a92c4e419e4 Mon Sep 17 00:00:00 2001 From: Raúl Benencia Date: Fri, 5 Jun 2026 09:53:24 -0300 Subject: Use slog logging Drop go-kit/kit/log in favor of the now standard log/slog. --- vendor/github.com/go-kit/log/.gitignore | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 vendor/github.com/go-kit/log/.gitignore (limited to 'vendor/github.com/go-kit/log/.gitignore') diff --git a/vendor/github.com/go-kit/log/.gitignore b/vendor/github.com/go-kit/log/.gitignore deleted file mode 100644 index 66fd13c..0000000 --- a/vendor/github.com/go-kit/log/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -# Binaries for programs and plugins -*.exe -*.exe~ -*.dll -*.so -*.dylib - -# Test binary, built with `go test -c` -*.test - -# Output of the go coverage tool, specifically when used with LiteIDE -*.out - -# Dependency directories (remove the comment below to include it) -# vendor/ -- cgit v1.2.3