An open API service indexing awesome lists of open source software.

https://github.com/vulncheck-oss/sdk

Bring the VulnCheck API to your Go applications.
https://github.com/vulncheck-oss/sdk

api golang sdk vulncheck

Last synced: 6 months ago
JSON representation

Bring the VulnCheck API to your Go applications.

Awesome Lists containing this project

README

          

This Repo has been moved to https://github.com/vulncheck-oss/sdk-go

You should update your `go.mod` and replace the import from:

```go
require github.com/vulncheck-oss/sdk
```
to:
```go
require github.com/vulncheck-oss/sdk-go
```