-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from moshe010/go_mod
modules: use go mod
- Loading branch information
Showing
1,349 changed files
with
46 additions
and
409,247 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
language: go | ||
sudo: required | ||
|
||
go: | ||
- 1.13.x | ||
|
||
before_script: | ||
- go get github.com/mattn/goveralls | ||
|
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/Mellanox/ib-sriov-cni | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/Mellanox/rdma-cni v1.0.0 | ||
github.com/Mellanox/sriovnet v1.0.1 | ||
github.com/containernetworking/cni v0.7.1 | ||
github.com/containernetworking/plugins v0.8.5 | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
github.com/onsi/ginkgo v1.12.0 | ||
github.com/onsi/gomega v1.9.0 | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/stretchr/objx v0.2.1-0.20190415111823-35313a95ee26 // indirect | ||
github.com/stretchr/testify v1.5.1 | ||
github.com/vishvananda/netlink v1.1.0 | ||
gopkg.in/yaml.v2 v2.2.8 // indirect | ||
) |
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.
Oops, something went wrong.