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 Feb 1, 2022
1 parent 0865427 commit f5d928e
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 @@ -7,9 +7,9 @@ require (
github.com/edwarnicke/govpp v0.0.0-20211023203533-76f2c92be8d5
github.com/golang/protobuf v1.5.2
github.com/hashicorp/go-multierror v1.1.1
github.com/networkservicemesh/api v1.1.2-0.20220119092736-21eda250c390
github.com/networkservicemesh/sdk v0.5.1-0.20220130184745-953f555cc4e0
github.com/networkservicemesh/sdk-kernel v0.0.0-20220130185148-0eed68884c67
github.com/networkservicemesh/api v1.2.0-rc.1
github.com/networkservicemesh/sdk v1.2.0-rc.1
github.com/networkservicemesh/sdk-kernel v1.2.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 @@ -188,12 +188,12 @@ github.com/nats-io/nkeys v0.2.0/go.mod h1:XdZpAbhgyyODYqjTawOnIOI7VlbKSarI9Gfy1t
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.0/go.mod h1:0jEuBXKauB1HHJswHM/lx05K48TJ1Yxj6VIfM4k+aB4=
github.com/networkservicemesh/api v1.1.2-0.20220119092736-21eda250c390 h1:GREf14twiQkUInGh+M0qQH+jNQ9uvTfQC2FVieDd7tQ=
github.com/networkservicemesh/api v1.1.2-0.20220119092736-21eda250c390/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20220130184745-953f555cc4e0 h1:MGe/Kyn0x31LiNx3FQ1IFKw766F6jsVP2A5y82PZtEI=
github.com/networkservicemesh/sdk v0.5.1-0.20220130184745-953f555cc4e0/go.mod h1:u3HgGqMae6MFZ//JRrN8CkEJ7pwr+CWBG7cvHymhHDY=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220130185148-0eed68884c67 h1:N//cW8ih45TmSjo/kXpZkrFhtpZY/gamLVFc6RZFavU=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220130185148-0eed68884c67/go.mod h1:qqjhuy4R/+Itx5u3OlUSTfy9tzB1wJ7l1VxmHLiu4Gc=
github.com/networkservicemesh/api v1.2.0-rc.1 h1:LGoN3crNeMTlzLEiCK72wjmFkuiSjop10mS9xgNdbZc=
github.com/networkservicemesh/api v1.2.0-rc.1/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v1.2.0-rc.1 h1:2elj6/VDTfRNfdTPsSci2eDfsWVCrb5Gk1cMUbKhRe0=
github.com/networkservicemesh/sdk v1.2.0-rc.1/go.mod h1:j/eQ64W40mg3EF4Ce5drT997L/BBp3e0tIvb0UWwe2M=
github.com/networkservicemesh/sdk-kernel v1.2.0-rc.1 h1:9n8MPysI1U3O+4lCQJgjHiyLerP1qzDgf0AefsPNQtA=
github.com/networkservicemesh/sdk-kernel v1.2.0-rc.1/go.mod h1:TfctZIeY08mfJKlwkeYzg8iUXNGu551iUQlojmgyz0o=
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 f5d928e

Please sign in to comment.