Skip to content

Commit

Permalink
Update go.mod and go.sum to latest version from networkservicemesh/sd…
Browse files Browse the repository at this point in the history
…k-sriov@main

PR link: networkservicemesh/sdk-sriov#464

Commit: 8a7d29e
Author: Network Service Mesh Bot
Date: 2022-10-13 03:33:41 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sd…
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Oct 13, 2022
1 parent c60cb5d commit f5b6c22
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ require (
github.com/Mellanox/sriovnet v1.0.3-0.20210630121212-0453bd4b7fbc
github.com/golang/protobuf v1.5.2
github.com/networkservicemesh/api v1.4.1-0.20220711153918-a59689088578
github.com/networkservicemesh/sdk v0.5.1-0.20221012142742-6c3f844c372b
github.com/networkservicemesh/sdk-kernel v0.0.0-20221012143125-a9204564bbb3
github.com/networkservicemesh/sdk-sriov v0.0.0-20221012143612-72fdc7c70eab
github.com/networkservicemesh/sdk v0.5.1-0.20221013082556-9ae27f8b63af
github.com/networkservicemesh/sdk-kernel v0.0.0-20221013082925-354d38e71cde
github.com/networkservicemesh/sdk-sriov v0.0.0-20221013083341-8a7d29eb9dc5
github.com/ovn-org/ovn-kubernetes/go-controller v0.0.0-20210826171620-f06c53111a31
github.com/pkg/errors v0.9.1
github.com/vishvananda/netlink v1.2.1-beta.2.0.20220630165224-c591ada0fb2b
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -407,12 +407,12 @@ github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRW
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw=
github.com/networkservicemesh/api v1.4.1-0.20220711153918-a59689088578 h1:2MZD6SGFULqTgMKA8BFy7F+ldRErAyxsWht7oCwCVRM=
github.com/networkservicemesh/api v1.4.1-0.20220711153918-a59689088578/go.mod h1:hOF2844BSstH1311oDMDgqqXS+kdc77htZNPRKl9mf8=
github.com/networkservicemesh/sdk v0.5.1-0.20221012142742-6c3f844c372b h1:gNUNNGCjSfFZvOsQ5ZQZdl1HypkfhNDRpjMkiDjMzc8=
github.com/networkservicemesh/sdk v0.5.1-0.20221012142742-6c3f844c372b/go.mod h1:YnWv4wspKOtfFsc7kC5tfs7n95Snj3C0MRCal7yytVE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20221012143125-a9204564bbb3 h1:0vKF4QBe+LTwV5eHGt2Jda4g8iWaPX0TGuxD+xYbGB4=
github.com/networkservicemesh/sdk-kernel v0.0.0-20221012143125-a9204564bbb3/go.mod h1:bp/xK1Ew3sUr2PznHFmLAfixU8wsDzmQE+mD+r7WDKY=
github.com/networkservicemesh/sdk-sriov v0.0.0-20221012143612-72fdc7c70eab h1:95H6Yac4/EHwYi+FFxqR5Xc5Z9327ORcKmTY21d4Sqw=
github.com/networkservicemesh/sdk-sriov v0.0.0-20221012143612-72fdc7c70eab/go.mod h1:EhkTF8r3rM9f2BAuVadWEwbZZWAGKi2KIdmTEjXaENQ=
github.com/networkservicemesh/sdk v0.5.1-0.20221013082556-9ae27f8b63af h1:6X3VF4J+jWYWYsQ+Nnx/B0dSFWh79X8SmoaOeEiucuI=
github.com/networkservicemesh/sdk v0.5.1-0.20221013082556-9ae27f8b63af/go.mod h1:YnWv4wspKOtfFsc7kC5tfs7n95Snj3C0MRCal7yytVE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20221013082925-354d38e71cde h1:uCpQ4qqDs/RE30uKUR2pWQITNgOuSjNO5uEez0uteEU=
github.com/networkservicemesh/sdk-kernel v0.0.0-20221013082925-354d38e71cde/go.mod h1:bcTM2B6ehXCJLl8Mg5DLQgt+xM2Xolf9P9BVQKDv0IA=
github.com/networkservicemesh/sdk-sriov v0.0.0-20221013083341-8a7d29eb9dc5 h1:RBhnAP0Xu2bSCNXtX/T6xXj6q0dTcGqJX7Dick5ut4Y=
github.com/networkservicemesh/sdk-sriov v0.0.0-20221013083341-8a7d29eb9dc5/go.mod h1:uzXqxWZojiHx7BNtzNMx3MmvC8hZglQjwk/7okury8E=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
Expand Down

0 comments on commit f5b6c22

Please sign in to comment.