From 2aaaa70b15e73d50823f23ae9c5ae5d8487a16eb Mon Sep 17 00:00:00 2001 From: Pasha Sviderski Date: Mon, 25 May 2026 21:49:04 +1000 Subject: [PATCH] chore: mod tidy --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index afc16191..3914714d 100644 --- a/go.mod +++ b/go.mod @@ -30,6 +30,7 @@ require ( github.com/goccy/go-yaml v1.17.1 github.com/google/go-cmp v0.7.0 github.com/google/go-containerregistry v0.20.2 + github.com/google/uuid v1.6.0 github.com/jmoiron/sqlx v1.4.0 github.com/miekg/dns v1.1.65 github.com/mitchellh/mapstructure v1.5.0 @@ -165,7 +166,6 @@ require ( github.com/google/gofuzz v1.2.0 // indirect github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect - github.com/google/uuid v1.6.0 // indirect github.com/gorilla/handlers v1.5.2 // indirect github.com/gorilla/mux v1.8.1 // indirect github.com/gorilla/websocket v1.5.3 // indirect