From 0a01ed61ca6de6bcf26e4896d6e1faf5477717b3 Mon Sep 17 00:00:00 2001 From: kevin olson Date: Mon, 16 Sep 2024 21:00:56 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20tidy=20up?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index fd5ebb6..a50a1eb 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,7 @@ module github.com/vulncheck-oss/sdk go 1.21 require ( + github.com/dustin/go-humanize v1.0.1 github.com/getkin/kin-openapi v0.124.0 github.com/oapi-codegen/runtime v1.1.1 github.com/stretchr/testify v1.9.0 @@ -11,7 +12,6 @@ require ( require ( github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect - github.com/dustin/go-humanize v1.0.1 // indirect github.com/go-openapi/jsonpointer v0.20.2 // indirect github.com/go-openapi/swag v0.22.8 // indirect github.com/google/uuid v1.5.0 // indirect