Skip to content

Commit

Permalink
Update go.mod and go.sum to networkservicemesh/[email protected]
Browse files Browse the repository at this point in the history
Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Mar 28, 2022
1 parent 2174958 commit 6faab4a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ require (
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.1.2
github.com/hashicorp/go-multierror v1.1.1
github.com/networkservicemesh/api v1.2.1-0.20220315001249-f33f8c3f2feb
github.com/networkservicemesh/sdk v0.5.1-0.20220321161040-57746e0ee944
github.com/networkservicemesh/sdk-kernel v0.0.0-20220325163257-0ca41e9d343f
github.com/networkservicemesh/api v1.3.0-rc.1
github.com/networkservicemesh/sdk v1.3.0-rc.1
github.com/networkservicemesh/sdk-kernel v1.3.0-rc.1
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
github.com/thanhpk/randstr v1.0.4
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,12 @@ github.com/nats-io/nats.go v1.13.1-0.20220308171302-2f2f6968e98d/go.mod h1:BPko4
github.com/nats-io/nkeys v0.3.0/go.mod h1:gvUNGjVcM2IPr5rCsRsC6Wb3Hr2CQAm08dsxtV6A5y4=
github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c=
github.com/nats-io/stan.go v0.10.2/go.mod h1:vo2ax8K2IxaR3JtEMLZRFKIdoK/3o1/PKueapB7ezX0=
github.com/networkservicemesh/api v1.2.1-0.20220315001249-f33f8c3f2feb h1:5047nbh591kIjLNlFrO0NbpRVkOtCGRSvkKKjQyEDyI=
github.com/networkservicemesh/api v1.2.1-0.20220315001249-f33f8c3f2feb/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20220321161040-57746e0ee944 h1:iBGlBY6den8aq5OFzUsdw08lKZoxxjxBR3UKNGAvMM0=
github.com/networkservicemesh/sdk v0.5.1-0.20220321161040-57746e0ee944/go.mod h1:fK/G5mfEDIefFXxRSNXqj1jjd8SEUeZMpQUdCuc7owY=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220325163257-0ca41e9d343f h1:Tzv8DadYxeUZRkzStFvkNHyC4Lj2ccmx5y7dWB2GzjI=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220325163257-0ca41e9d343f/go.mod h1:N4BsIW7quHneRj4j3MmIOQEdpjgcDGoTQbcg8kkT15E=
github.com/networkservicemesh/api v1.3.0-rc.1 h1:MrX2SQ97F27r+8ZGkrA76fvg5nuFYIl0w65sWwXvYNE=
github.com/networkservicemesh/api v1.3.0-rc.1/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v1.3.0-rc.1 h1:wRcWg5LLyiBE2jvJMQuC0r3SJODpXYX6y3uagkIY2Ks=
github.com/networkservicemesh/sdk v1.3.0-rc.1/go.mod h1:PuZc3jukkcj9DVPjOL/GjIkX6c2Q+XDKS2wtF2oDHl8=
github.com/networkservicemesh/sdk-kernel v1.3.0-rc.1 h1:L6ABrvlPJ3LG+euhPe404zWhAZuc51s4YN8larwLrT0=
github.com/networkservicemesh/sdk-kernel v1.3.0-rc.1/go.mod h1:/nFH+6nIN5P8kkQzmoZqdxKwIxk2K7M/7x7vxc+RcX0=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
github.com/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
Expand Down

0 comments on commit 6faab4a

Please sign in to comment.