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 dcb1471e2253dc74c95d26f0bddcebcc3064d3a5
Author: Ed Warnicke <[email protected]>
Date:   Mon May 10 10:25:15 2021 -0500

    Fix missing defer(close) in IP address assignment. (#209)

    Signed-off-by: Ed Warnicke <[email protected]>

Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed May 10, 2021
1 parent a434e73 commit b9a5f35
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-20210509180413-5753c9f30588
github.com/networkservicemesh/sdk v0.0.0-20210509180956-710dc78203f3
github.com/networkservicemesh/sdk-vpp v0.0.0-20210510032812-e7aeeceb2345
github.com/networkservicemesh/sdk-vpp v0.0.0-20210510152515-dcb1471e2253
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-20210509180413-5753c9f30588 h1:DZZpus9B
github.com/networkservicemesh/api v0.0.0-20210509180413-5753c9f30588/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.0.0-20210509180956-710dc78203f3 h1:lAAAryNOOvW7L509G/YJD8hKaI6DtHtOQfzz9prX32s=
github.com/networkservicemesh/sdk v0.0.0-20210509180956-710dc78203f3/go.mod h1:hywWppzbWM9nfa2GyxCiLz/RtZOZEjrSWl8jTQniV9o=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210510032812-e7aeeceb2345 h1:F/SVlnDhFJdxKg2mn6KbX2jX71wbkXlift1LA2gWdu8=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210510032812-e7aeeceb2345/go.mod h1:IACLZyOg9O35h65EL1Z+PKRAvE4Qt8ujRvdpc9p0OGQ=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210510152515-dcb1471e2253 h1:jCXTfW8T9S2/eq35J0bQmnblcaAabM/kJXS1yCl2klU=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210510152515-dcb1471e2253/go.mod h1:IACLZyOg9O35h65EL1Z+PKRAvE4Qt8ujRvdpc9p0OGQ=
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 b9a5f35

Please sign in to comment.