Skip to content

Commit

Permalink
Merge pull request #78 from maiqueb/bump-device-plugin-lib-to-comply-…
Browse files Browse the repository at this point in the history
…k8s-1.25

device-plugin, k8s-1.25: consume 1.19.3
  • Loading branch information
kubevirt-bot authored Sep 23, 2022
2 parents 71b45ea + fcdcb0f commit 55f18cf
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/containernetworking/cni v0.8.1
github.com/containernetworking/plugins v0.9.1
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/kubevirt/device-plugin-manager v0.19.2
github.com/kubevirt/device-plugin-manager v1.19.3
github.com/onsi/ginkgo v1.14.1
github.com/onsi/gomega v1.10.3
github.com/pkg/errors v0.9.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kubevirt/device-plugin-manager v0.19.2 h1:df+xNMz756/zupC+xka7GM2L8Y4G0TdtZcZwHXyrJzU=
github.com/kubevirt/device-plugin-manager v0.19.2/go.mod h1:gPIAptDNdxXBVbq4I2eNPlLy8ZHbd24KpjNLWmpfQuU=
github.com/kubevirt/device-plugin-manager v1.19.3 h1:5eob2ZSsslVljj4O0I40h8a908EKlTr+xlwo4oolpss=
github.com/kubevirt/device-plugin-manager v1.19.3/go.mod h1:gPIAptDNdxXBVbq4I2eNPlLy8ZHbd24KpjNLWmpfQuU=
github.com/magiconair/properties v1.8.5/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60=
github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
Expand Down
18 changes: 12 additions & 6 deletions vendor/github.com/kubevirt/device-plugin-manager/pkg/dpm/plugin.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ github.com/json-iterator/go
# github.com/kevinburke/rest v0.0.0-20200429221318-0d2892b400f8
## explicit
github.com/kevinburke/rest
# github.com/kubevirt/device-plugin-manager v0.19.2
# github.com/kubevirt/device-plugin-manager v1.19.3
## explicit; go 1.14
github.com/kubevirt/device-plugin-manager/pkg/dpm
# github.com/mattn/go-colorable v0.1.7
Expand Down

0 comments on commit 55f18cf

Please sign in to comment.