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/nop_logger.go | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 vendor/github.com/go-kit/log/nop_logger.go (limited to 'vendor/github.com/go-kit/log/nop_logger.go') diff --git a/vendor/github.com/go-kit/log/nop_logger.go b/vendor/github.com/go-kit/log/nop_logger.go deleted file mode 100644 index 1047d62..0000000 --- a/vendor/github.com/go-kit/log/nop_logger.go +++ /dev/null @@ -1,8 +0,0 @@ -package log - -type nopLogger struct{} - -// NewNopLogger returns a logger that doesn't do anything. -func NewNopLogger() Logger { return nopLogger{} } - -func (nopLogger) Log(...interface{}) error { return nil } -- cgit v1.2.3