Go to file
Christopher Desiniotis 28486178b6 Bump stretchr/testify package
This pulls in a newer version of gopkg.in/yaml.v3 that no longer
contains a high severity CVE https://nvd.nist.gov/vuln/detail/CVE-2022-28948

Signed-off-by: Christopher Desiniotis <cdesiniotis@nvidia.com>
2023-09-29 09:19:06 -07:00
.github/workflows Generate warnings instead of errors for unknown device / class ids in the PCI database. 2023-07-31 11:33:00 -07:00
docker Pin moq version to v0.2.7 2022-11-21 15:50:01 +01:00
pkg Add a local logging interface for nvpci 2023-08-17 09:57:29 -07:00
vendor Bump stretchr/testify package 2023-09-29 09:19:06 -07:00
.common-ci.yml Add coverage make target 2023-05-24 17:02:35 +02:00
.gitignore Update .gitignore 2022-07-07 13:42:25 -07:00
.gitlab-ci.yml Add .gitlab-ci files (for both internal and external builds) 2021-03-22 11:22:02 +00:00
.nvidia-ci.yml Add .gitlab-ci files (for both internal and external builds) 2021-03-22 11:22:02 +00:00
CONTRIBUTING.md Add initial CONTRIBUTING, LICENSE, and README files 2021-03-22 11:19:45 +00:00
go.mod Bump stretchr/testify package 2023-09-29 09:19:06 -07:00
go.sum Bump stretchr/testify package 2023-09-29 09:19:06 -07:00
LICENSE Add initial CONTRIBUTING, LICENSE, and README files 2021-03-22 11:19:45 +00:00
Makefile Add coverage make target 2023-05-24 17:02:35 +02:00
NOTICE Added PCI IDS support and DPU detection 2022-11-02 03:58:13 -07:00
README.md Add initial CONTRIBUTING, LICENSE, and README files 2021-03-22 11:19:45 +00:00

The go-nvlib project

This respository holds a collection of go packages to ease the development of NVIDIA GPU management software. Many of its abstractions build and expand upon the base go-nvml package which provides a comprehensive wrapper around the official NVIDIA Management Library.