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.
- Host: GitHub
- URL: https://github.com/vulncheck-oss/sdk
- Owner: vulncheck-oss
- License: apache-2.0
- Created: 2024-02-17T01:08:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T00:47:48.000Z (almost 2 years ago)
- Last Synced: 2024-09-18T05:55:07.132Z (almost 2 years ago)
- Topics: api, golang, sdk, vulncheck
- Language: Go
- Homepage: https://vulncheck.com
- Size: 928 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
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
```