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-vpp@main

PR link: networkservicemesh/sdk-vpp#525

Commit: 55c6f9c
Author: Artem Glazychev
Date: 2022-03-16 16:59:44 +0700
Message:
  - Add an option where we can change the stats socket (#525)
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Mar 16, 2022
1 parent ddfb9b1 commit 898bd2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/networkservicemesh/sdk v0.5.1-0.20220315002012-985d4a0f3ada
github.com/networkservicemesh/sdk-k8s v0.0.0-20220314130908-e81f927abdbc
github.com/networkservicemesh/sdk-sriov v0.0.0-20220314174029-8ee6d6181d09
github.com/networkservicemesh/sdk-vpp v0.0.0-20220315002703-9e8642d52beb
github.com/networkservicemesh/sdk-vpp v0.0.0-20220316095944-55c6f9c2131c
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,8 @@ github.com/networkservicemesh/sdk-kernel v0.0.0-20220315002253-e8ac2b0a1713 h1:5
github.com/networkservicemesh/sdk-kernel v0.0.0-20220315002253-e8ac2b0a1713/go.mod h1:IGaZ/RZjP/wiqbYWyC4CYdRCLbLrrHGAiFdCiFgjAO4=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220314174029-8ee6d6181d09 h1:uBGp8clCteS/cKsVl2rq5yc5YwLQgan7kLyXEh4mftQ=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220314174029-8ee6d6181d09/go.mod h1:Oa2ZyplOs5wDAHd5X0g7Sn+dlfY04PUlj/57Gfmr1MU=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220315002703-9e8642d52beb h1:2krrFej8+nlMp+/lgbpPceCi1FqZgMCapIuKe4uoWHU=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220315002703-9e8642d52beb/go.mod h1:Er/q2oSW+5fUtZOH0e3tk9ET0h7ZwY3MIrddcIgBRcw=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220316095944-55c6f9c2131c h1:sZRYqpBnUW1SrAH+ReIZnAqR7OKJqXPLWs98mnZSxS4=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220316095944-55c6f9c2131c/go.mod h1:Er/q2oSW+5fUtZOH0e3tk9ET0h7ZwY3MIrddcIgBRcw=
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/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
Expand Down

0 comments on commit 898bd2c

Please sign in to comment.