Skip to content

Commit

Permalink
Merge pull request #29 from moshe010/fix_go_mod
Browse files Browse the repository at this point in the history
modules: fix use go mod
  • Loading branch information
moshe010 authored Apr 4, 2020
2 parents e1195e5 + 907ef86 commit 48bfef3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
module github/Mellanox/sriovnet
module github.com/Mellanox/sriovnet

go 1.13

require (
github.com/Mellanox/sriovnet v0.0.0-20191103093832-a16b5a5bd280
github.com/google/uuid v1.1.1
github.com/spf13/afero v1.2.2
github.com/stretchr/testify v1.5.1
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
github.com/Mellanox/sriovnet v0.0.0-20191103093832-a16b5a5bd280 h1:PG0aplv4gs0NdGrvPa2IXKkfVW7tABREfehXMhdvzN0=
github.com/Mellanox/sriovnet v0.0.0-20191103093832-a16b5a5bd280/go.mod h1:P1tDPkhPZuCRhSaQ2dt1qNwPq7u80nerosqr0hTJ+hc=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY=
Expand Down

0 comments on commit 48bfef3

Please sign in to comment.