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-kernel #448

Merged
merged 1 commit into from
Aug 25, 2022
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 @@ -7,8 +7,8 @@ require (
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.2.0
github.com/networkservicemesh/api v1.4.1-0.20220711153918-a59689088578
github.com/networkservicemesh/sdk v0.5.1-0.20220822190826-a7b84cf4d5c8
github.com/networkservicemesh/sdk-kernel v0.0.0-20220822191151-1e365960e01a
github.com/networkservicemesh/sdk v0.5.1-0.20220825014614-dacfc9890c07
github.com/networkservicemesh/sdk-kernel v0.0.0-20220825014933-e8b76c058df6
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.0
go.uber.org/goleak v1.1.12
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -702,10 +702,10 @@ github.com/ncw/swift v1.0.47/go.mod h1:23YIA4yWVnGwv2dQlN4bB7egfYX6YLn0Yo/S6zZO/
github.com/networkplumbing/go-nft v0.2.0/go.mod h1:HnnM+tYvlGAsMU7yoYwXEVLLiDW9gdMmb5HoGcwpuQs=
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.20220822190826-a7b84cf4d5c8 h1:H5iJiGI7kfRmgKHsoP7w/zPfymA3jJnjCxoIxVYaCME=
github.com/networkservicemesh/sdk v0.5.1-0.20220822190826-a7b84cf4d5c8/go.mod h1:GBsxXRUJUDGXtpSJu/4Gh3FK4/bW2PzJklcBFWR3vcY=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220822191151-1e365960e01a h1:8lNwp0vPrujCN8hyr/xVY66q2kVlU5M0R/SBjx/wJj8=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220822191151-1e365960e01a/go.mod h1:FouUXNaJw2LrtQp59GaYkhxHMPeRFXKstoL6xK/mmlw=
github.com/networkservicemesh/sdk v0.5.1-0.20220825014614-dacfc9890c07 h1:wr3mZgu0tCWObI6ULU3sn733/RWQWUG31nHAp2fibzM=
github.com/networkservicemesh/sdk v0.5.1-0.20220825014614-dacfc9890c07/go.mod h1:ic2ei1BweJHofQ2Gz1gMBV9cJwBhvkvpwCfGge/pLY0=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220825014933-e8b76c058df6 h1:nn5h4sN/JVaUMTBHeyctbvR0rwkgWiE0oGaP2q0qDvM=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220825014933-e8b76c058df6/go.mod h1:Kqwk4lJ+4mq7zBqIjXqaZ49UK8BtGNWawCjjG6OHgyQ=
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