diff --git a/go.mod b/go.mod index 07d9d760..6ff7bb3d 100644 --- a/go.mod +++ b/go.mod @@ -1,12 +1,12 @@ module github.com/nvidia/sandbox-device-plugin -go 1.25.6 +go 1.26 require ( github.com/NVIDIA/go-nvlib v0.10.0 github.com/fsnotify/fsnotify v1.9.0 github.com/golangci/golangci-lint v1.64.8 - github.com/matryer/moq v0.6.0 + github.com/matryer/moq v0.7.1 github.com/onsi/ginkgo/v2 v2.22.2 github.com/onsi/gomega v1.36.2 google.golang.org/grpc v1.80.0 diff --git a/go.sum b/go.sum index ca246719..108a8e7e 100644 --- a/go.sum +++ b/go.sum @@ -285,8 +285,8 @@ github.com/matoous/godox v1.1.0 h1:W5mqwbyWrwZv6OQ5Z1a/DHGMOvXYCBP3+Ht7KMoJhq4= github.com/matoous/godox v1.1.0/go.mod h1:jgE/3fUXiTurkdHOLT5WEkThTSuE7yxHv5iWPa80afs= github.com/matryer/is v1.4.0 h1:sosSmIWwkYITGrxZ25ULNDeKiMNzFSr4V/eqBQP0PeE= github.com/matryer/is v1.4.0/go.mod h1:8I/i5uYgLzgsgEloJE1U6xx5HkBQpAZvepWuujKwMRU= -github.com/matryer/moq v0.6.0 h1:FCccG09c3o4cg3gnrZ+7ty5Pa/sjmN24BMHp/0pwhjQ= -github.com/matryer/moq v0.6.0/go.mod h1:iEVhY/XBwFG/nbRyEf0oV+SqnTHZJ5wectzx7yT+y98= +github.com/matryer/moq v0.7.1 h1:/QaXqMAdOrLqlshW2z7SMS21jDi7aVrbW0wJrR+hhJk= +github.com/matryer/moq v0.7.1/go.mod h1:IabIiFkaKCyHxej25INgFR+fnOxSZFMv2LYrU+ioyDs= github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE= github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8= github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY= diff --git a/vendor/github.com/matryer/moq/.goreleaser.yml b/vendor/github.com/matryer/moq/.goreleaser.yml index c3a890db..ae837ccf 100644 --- a/vendor/github.com/matryer/moq/.goreleaser.yml +++ b/vendor/github.com/matryer/moq/.goreleaser.yml @@ -1,3 +1,5 @@ +version: 2 + # This is an example goreleaser.yaml file with some sane defaults. # Make sure to check the documentation at http://goreleaser.com builds: @@ -11,6 +13,11 @@ builds: - amd64 - arm - arm64 + ignore: + - goos: darwin + goarch: arm + - goos: windows + goarch: arm ldflags: - -X main.Version={{.Version}} archives: @@ -29,7 +36,7 @@ universal_binaries: checksum: name_template: 'checksums.txt' snapshot: - name_template: "{{ .Tag }}" + version_template: "{{ .Tag }}" changelog: sort: asc filters: diff --git a/vendor/modules.txt b/vendor/modules.txt index e014987c..0444ba16 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -584,8 +584,8 @@ github.com/maratori/testpackage/pkg/testpackage # github.com/matoous/godox v1.1.0 ## explicit; go 1.18 github.com/matoous/godox -# github.com/matryer/moq v0.6.0 -## explicit; go 1.25 +# github.com/matryer/moq v0.7.1 +## explicit; go 1.26 github.com/matryer/moq github.com/matryer/moq/internal/registry github.com/matryer/moq/internal/template