diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |