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 networkservicemesh/sdk-vpp#

networkservicemesh/sdk-vpp PR link: https://github.com/networkservicemesh/sdk-vpp/pull/

networkservicemesh/sdk-vpp commit message:
commit 08f502b64e54872b7e96cd53df6914aab8fc22d5
Author: Ed Warnicke <hagbard@gmail.com>
Date:   Sun May 23 18:00:49 2021 -0500

    Refactor vxlanacl to pinhole so it can be reused by wireguard. (#230)

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed May 23, 2021
1 parent f87081b commit 975d847
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 @@ -11,7 +11,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v0.0.0-20210523193133-30a6f075c760
github.com/networkservicemesh/sdk v0.0.0-20210523200103-fb932168d1b8
github.com/networkservicemesh/sdk-vpp v0.0.0-20210523200404-9da94ab1e0dd
github.com/networkservicemesh/sdk-vpp v0.0.0-20210523230049-08f502b64e54
github.com/onsi/gomega v1.10.1 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ github.com/networkservicemesh/api v0.0.0-20210523193133-30a6f075c760 h1:WHTaQNyv
github.com/networkservicemesh/api v0.0.0-20210523193133-30a6f075c760/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.0.0-20210523200103-fb932168d1b8 h1:aLQpeWGsG+FnexJqBuK3mVNnm/reBwVSplMhk0ZV1L0=
github.com/networkservicemesh/sdk v0.0.0-20210523200103-fb932168d1b8/go.mod h1:5xSpb6F7ZaSC1vsoRjavnR0mvELqr1jArDelVWwjkHE=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210523200404-9da94ab1e0dd h1:nZQOur6/0rXMyDhxuGxLmYyTnAnUPKd8Dxx46StIJaM=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210523200404-9da94ab1e0dd/go.mod h1:P1MqZ2AUfNVl/iIRPxioFtvO+PQBupNI1zbpvp57UXA=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210523230049-08f502b64e54 h1:SW/JIQvABTjDnLveASGBoF4rsg0/2C0apy9wlVIpK+U=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210523230049-08f502b64e54/go.mod h1:P1MqZ2AUfNVl/iIRPxioFtvO+PQBupNI1zbpvp57UXA=
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/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
Expand Down

0 comments on commit 975d847

Please sign in to comment.