Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from update/networkservicemesh/sdk-vpp #157

Merged
merged 1 commit into from
Dec 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ require (
github.com/edwarnicke/vpphelper v0.0.0-20210512223648-f914b171f679
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.0.1-0.20211110183123-3038992da61a
github.com/networkservicemesh/sdk v0.5.1-0.20211216172718-9eaf694e0764
github.com/networkservicemesh/sdk-vpp v0.0.0-20211221080728-0fd2c2533e6b
github.com/networkservicemesh/sdk v0.5.1-0.20211222080129-371fbd8967b6
github.com/networkservicemesh/sdk-vpp v0.0.0-20211222081025-c20cbe8683a9
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.6
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,12 @@ github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OS
github.com/nats-io/stan.go v0.10.0/go.mod h1:0jEuBXKauB1HHJswHM/lx05K48TJ1Yxj6VIfM4k+aB4=
github.com/networkservicemesh/api v1.0.1-0.20211110183123-3038992da61a h1:gSujYHmGiOpJyzPGZdW2ymMpmDHCMBdbUMXCVzOtrh8=
github.com/networkservicemesh/api v1.0.1-0.20211110183123-3038992da61a/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20211216172718-9eaf694e0764 h1:Wd5MFnZ0jJ3TVY/W16vSdQOHqlWE/V6SvRrItOt9fIs=
github.com/networkservicemesh/sdk v0.5.1-0.20211216172718-9eaf694e0764/go.mod h1:9ZCaoauLu+52PLj/BXnYH5w9Pk9jdhaeMA14zb0PUxA=
github.com/networkservicemesh/sdk-kernel v0.0.0-20211216172951-a7e92dc0291b h1:G87gN9xkDvZ7QUh7jiYY9heUTwNBDyIiB8bi0St07D4=
github.com/networkservicemesh/sdk-kernel v0.0.0-20211216172951-a7e92dc0291b/go.mod h1:3N2aRQgn7GBm/djiYFvFTWjlbKSbS/HDjw9qwYBLZLc=
github.com/networkservicemesh/sdk-vpp v0.0.0-20211221080728-0fd2c2533e6b h1:YkbKwUV8tDuBEEzqt3lccuiCGEZzdiFLFu7I026tltE=
github.com/networkservicemesh/sdk-vpp v0.0.0-20211221080728-0fd2c2533e6b/go.mod h1:eDag3FUhF67yKXNyqNiVJnZe+c2us7e5DrkBUfNrRGI=
github.com/networkservicemesh/sdk v0.5.1-0.20211222080129-371fbd8967b6 h1:O5Hp4q/KF32bps5rt+ZMO2qB8YwFn6b+1mznjZxISiA=
github.com/networkservicemesh/sdk v0.5.1-0.20211222080129-371fbd8967b6/go.mod h1:9ZCaoauLu+52PLj/BXnYH5w9Pk9jdhaeMA14zb0PUxA=
github.com/networkservicemesh/sdk-kernel v0.0.0-20211222080506-8ee929c774dc h1:ISJ4+1uKyTgRgN65LTOm9/Q3tqAUxCQOyHmzgThUMSA=
github.com/networkservicemesh/sdk-kernel v0.0.0-20211222080506-8ee929c774dc/go.mod h1:wJkKKc834FRjIv1PhnSudNsa0xH2NdFRB1UXfVqJyQc=
github.com/networkservicemesh/sdk-vpp v0.0.0-20211222081025-c20cbe8683a9 h1:qwICJfROBl0Pu+qPJ4BP3XeKl/KK0IfBZ6Th9aZYOYA=
github.com/networkservicemesh/sdk-vpp v0.0.0-20211222081025-c20cbe8683a9/go.mod h1:G7d/QkRb9osJL6N954wyxkkogpmG4RtEPajiPl6fzRc=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
Expand Down