Address unhandled deadcode issues

- Fix `make deadcode` to properly fail GitHub checks
- Resolve "dead" code by refactoring other code to use it

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-05-10 11:26:11 -06:00
parent 29dc9da041
commit b5d72fb393
4 changed files with 3 additions and 12 deletions

1
go.mod
View File

@@ -17,7 +17,6 @@ require (
github.com/creasty/defaults v1.8.0
github.com/fatih/color v1.18.0
github.com/go-chi/chi/v5 v5.2.1
github.com/golang/glog v1.2.4
github.com/google/uuid v1.6.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1
github.com/hashicorp/go-version v1.7.0