From f8e4cd540b87de3e308ec18a2b040b284a741522 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:51:37 -0700 Subject: Clean up various linter warnings --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 5fe9eaf..24c803e 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,6 @@ module github.com/jhalter/mobius go 1.22 require ( - github.com/davecgh/go-spew v1.1.1 github.com/go-playground/validator/v10 v10.19.0 github.com/stretchr/testify v1.9.0 golang.org/x/crypto v0.22.0 @@ -13,6 +12,7 @@ require ( ) require ( + github.com/davecgh/go-spew v1.1.1 // indirect github.com/gabriel-vasile/mimetype v1.4.3 // indirect github.com/go-playground/locales v0.14.1 // indirect github.com/go-playground/universal-translator v0.18.1 // indirect -- cgit