From 7c465906a7a59821cbb47cb0062ff7185f7d0838 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Mon, 11 May 2026 17:25:27 +0200 Subject: [PATCH] chore: update deps and tidy go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4e774fd..841f11a 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( golang.org/x/net v0.53.0 ) -require github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect +require github.com/hashicorp/golang-lru/v2 v2.0.7 require ( github.com/andybalholm/brotli v1.1.0 // indirect