Update glang version in go module to 1.20

Signed-off-by: Kevin Klues <kklues@nvidia.com>
This commit is contained in:
Kevin Klues 2023-03-23 10:27:47 +00:00
parent 62b1c915e1
commit 1f178b880d
3 changed files with 12 additions and 8 deletions

8
go.mod
View File

@ -1,8 +1,14 @@
module gitlab.com/nvidia/cloud-native/go-nvlib
go 1.16
go 1.20
require (
github.com/NVIDIA/go-nvml v0.12.0-1
github.com/stretchr/testify v1.7.0
)
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)

5
vendor/gopkg.in/yaml.v3/go.mod generated vendored
View File

@ -1,5 +0,0 @@
module "gopkg.in/yaml.v3"
require (
"gopkg.in/check.v1" v0.0.0-20161208181325-20d25e280405
)

7
vendor/modules.txt vendored
View File

@ -1,14 +1,17 @@
# github.com/NVIDIA/go-nvml v0.12.0-1
## explicit
## explicit; go 1.15
github.com/NVIDIA/go-nvml/pkg/dl
github.com/NVIDIA/go-nvml/pkg/nvml
# github.com/davecgh/go-spew v1.1.0
## explicit
github.com/davecgh/go-spew/spew
# github.com/pmezard/go-difflib v1.0.0
## explicit
github.com/pmezard/go-difflib/difflib
# github.com/stretchr/testify v1.7.0
## explicit
## explicit; go 1.13
github.com/stretchr/testify/assert
github.com/stretchr/testify/require
# gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
## explicit
gopkg.in/yaml.v3