Skip to content

Commit 9ec06e8

Browse files
committed
Update vulnerable packages
Signed-off-by: Janusz Marcinkiewicz <[email protected]>
1 parent 7d16986 commit 9ec06e8

File tree

477 files changed

+69107
-16958
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

477 files changed

+69107
-16958
lines changed

go.mod

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,26 @@ go 1.18
44

55
require (
66
github.com/NVIDIA/gpu-monitoring-tools v0.0.0-20211102125545-5a2c58442e48
7-
github.com/fsnotify/fsnotify v1.4.9
8-
github.com/onsi/ginkgo v1.11.0
9-
github.com/onsi/gomega v1.7.0
7+
github.com/fsnotify/fsnotify v1.6.0
8+
github.com/onsi/ginkgo/v2 v2.11.0
9+
github.com/onsi/gomega v1.27.10
1010
google.golang.org/grpc v1.56.2
1111
k8s.io/klog/v2 v2.100.1
12-
k8s.io/kubelet v0.19.16
12+
k8s.io/kubelet v0.21.0
1313
)
1414

1515
require (
1616
github.com/go-logr/logr v1.2.4 // indirect
17+
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
1718
github.com/gogo/protobuf v1.3.2 // indirect
1819
github.com/golang/protobuf v1.5.3 // indirect
19-
github.com/hpcloud/tail v1.0.0 // indirect
20+
github.com/google/go-cmp v0.5.9 // indirect
21+
github.com/google/pprof v0.0.0-20230705174524-200ffdc848b8 // indirect
2022
golang.org/x/net v0.12.0 // indirect
2123
golang.org/x/sys v0.10.0 // indirect
2224
golang.org/x/text v0.11.0 // indirect
23-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230710151506-e685fd7b542b // indirect
25+
golang.org/x/tools v0.11.0 // indirect
26+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230725213213-b022f6e96895 // indirect
2427
google.golang.org/protobuf v1.31.0 // indirect
25-
gopkg.in/fsnotify.v1 v1.4.7 // indirect
26-
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
27-
gopkg.in/yaml.v2 v2.2.8 // indirect
28-
)
29-
30-
replace (
31-
github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
32-
google.golang.org/protobuf => google.golang.org/protobuf v1.28.0
28+
gopkg.in/yaml.v3 v3.0.1 // indirect
3329
)

go.sum

Lines changed: 190 additions & 60 deletions
Large diffs are not rendered by default.
Lines changed: 41 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,41 @@
1-
/*
2-
* Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
3-
*
4-
* Redistribution and use in source and binary forms, with or without
5-
* modification, are permitted provided that the following conditions
6-
* are met:
7-
* * Redistributions of source code must retain the above copyright
8-
* notice, this list of conditions and the following disclaimer.
9-
* * Redistributions in binary form must reproduce the above copyright
10-
* notice, this list of conditions and the following disclaimer in the
11-
* documentation and/or other materials provided with the distribution.
12-
* * Neither the name of NVIDIA CORPORATION nor the names of its
13-
* contributors may be used to endorse or promote products derived
14-
* from this software without specific prior written permission.
15-
*
16-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY
17-
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
19-
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
20-
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
21-
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
22-
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
23-
* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
24-
* OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25-
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26-
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27-
*/
28-
29-
package device_plugin_test
30-
31-
import (
32-
"testing"
33-
34-
. "github.com/onsi/ginkgo"
35-
. "github.com/onsi/gomega"
36-
)
37-
38-
func TestDevicePlugin(t *testing.T) {
39-
//log.Log.SetIOWriter(GinkgoWriter)
40-
RegisterFailHandler(Fail)
41-
RunSpecs(t, "DevicePlugin Suite")
42-
}
1+
/*
2+
* Copyright (c) 2019-2023, NVIDIA CORPORATION. All rights reserved.
3+
*
4+
* Redistribution and use in source and binary forms, with or without
5+
* modification, are permitted provided that the following conditions
6+
* are met:
7+
* * Redistributions of source code must retain the above copyright
8+
* notice, this list of conditions and the following disclaimer.
9+
* * Redistributions in binary form must reproduce the above copyright
10+
* notice, this list of conditions and the following disclaimer in the
11+
* documentation and/or other materials provided with the distribution.
12+
* * Neither the name of NVIDIA CORPORATION nor the names of its
13+
* contributors may be used to endorse or promote products derived
14+
* from this software without specific prior written permission.
15+
*
16+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY
17+
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
19+
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
20+
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
21+
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
22+
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
23+
* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
24+
* OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25+
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26+
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27+
*/
28+
29+
package device_plugin_test
30+
31+
import (
32+
"testing"
33+
34+
. "github.com/onsi/ginkgo/v2"
35+
. "github.com/onsi/gomega"
36+
)
37+
38+
func TestDevicePlugin(t *testing.T) {
39+
RegisterFailHandler(Fail)
40+
RunSpecs(t, "DevicePlugin Suite")
41+
}

pkg/device_plugin/device_plugin_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434
"path/filepath"
3535
"time"
3636

37-
. "github.com/onsi/ginkgo"
37+
. "github.com/onsi/ginkgo/v2"
3838
. "github.com/onsi/gomega"
3939
)
4040

pkg/device_plugin/generic_device_plugin_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import (
3535
"path"
3636
"time"
3737

38-
. "github.com/onsi/ginkgo"
38+
. "github.com/onsi/ginkgo/v2"
3939
. "github.com/onsi/gomega"
4040
"google.golang.org/grpc"
4141
pluginapi "k8s.io/kubelet/pkg/apis/deviceplugin/v1beta1"

pkg/device_plugin/generic_vgpu_device_plugin_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import (
3636
"time"
3737

3838
"github.com/NVIDIA/gpu-monitoring-tools/bindings/go/nvml"
39-
. "github.com/onsi/ginkgo"
39+
. "github.com/onsi/ginkgo/v2"
4040
. "github.com/onsi/gomega"
4141
pluginapi "k8s.io/kubelet/pkg/apis/deviceplugin/v1beta1"
4242
)

vendor/github.com/fsnotify/fsnotify/.gitignore

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/.mailmap

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/.travis.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

vendor/github.com/fsnotify/fsnotify/AUTHORS

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)