forked from k8snetworkplumbingwg/sriov-network-device-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commmit also update the kubernetes version. Signed-off-by: Sebastian Sch <[email protected]>
- Loading branch information
Showing
18,890 changed files
with
31,740 additions
and
4,962,023 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
module github.com/intel/sriov-network-device-plugin | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/Mellanox/rdmamap v1.0.0 | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b | ||
github.com/jaypipes/ghw v0.6.0 | ||
github.com/jaypipes/pcidb v0.5.0 | ||
github.com/onsi/ginkgo v1.12.0 | ||
github.com/onsi/gomega v1.9.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/stretchr/testify v1.5.1 | ||
github.com/vishvananda/netlink v1.1.0 | ||
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e | ||
google.golang.org/grpc v1.28.1 | ||
k8s.io/kubelet v0.18.1 | ||
) |
Oops, something went wrong.