From 54c0957c00791120149fb6d2bfd143a3d4a63a3c Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Wed, 11 Feb 2026 10:53:06 -0600 Subject: [PATCH] build: tidy up go.mod file --- go.mod | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 9137c98..fff92b1 100644 --- a/go.mod +++ b/go.mod @@ -4,13 +4,11 @@ go 1.25 require ( cattlecloud.net/go/scope v1.2.1 + github.com/golang-jwt/jwt/v5 v5.3.1 github.com/hashicorp/go-set/v3 v3.0.1 github.com/mileusna/useragent v1.3.5 github.com/shoenig/go-conceal v0.5.4 github.com/shoenig/test v1.12.2 ) -require ( - github.com/golang-jwt/jwt/v5 v5.3.1 // indirect - github.com/google/go-cmp v0.6.0 // indirect -) +require github.com/google/go-cmp v0.6.0 // indirect