Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
πŸ’„ tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Sep 17, 2024
1 parent 12996ef commit 0a01ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0a01ed6

Please sign in to comment.