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@main

PR link: networkservicemesh/sdk#1139

Commit: a0eb20d
Author: Artem Glazychev
Date: 2021-11-08 13:26:46 +0700
Message:
  - Fix storing forwarder name (#1139)
Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Nov 8, 2021
1 parent 8d458c7 commit 7a12b4e
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 @@ -9,7 +9,7 @@ require (
github.com/golang/protobuf v1.4.3
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.0.1-0.20211105145309-b0e47249449a
github.com/networkservicemesh/sdk v0.5.1-0.20211107211837-c57ed95db17e
github.com/networkservicemesh/sdk v0.5.1-0.20211108062646-a0eb20d2f936
github.com/sirupsen/logrus v1.7.0
github.com/spiffe/go-spiffe/v2 v2.0.0-alpha.4.0.20200528145730-dc11d0c74e85
github.com/stretchr/testify v1.7.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ 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.20211105145309-b0e47249449a h1:jd5UYw0b+My+5+aLScVFEmHJXMGk1CekJ2LmPHnIRfA=
github.com/networkservicemesh/api v1.0.1-0.20211105145309-b0e47249449a/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20211107211837-c57ed95db17e h1:VnmrgI7/IVZIRxioV5goyFXy+whXAeE5YGcA+boKlHk=
github.com/networkservicemesh/sdk v0.5.1-0.20211107211837-c57ed95db17e/go.mod h1:avXlSwFwY8rfjJrTwuxwQFJY8dhZ7Nq/6JpaVJFXDM0=
github.com/networkservicemesh/sdk v0.5.1-0.20211108062646-a0eb20d2f936 h1:6f2iDGacFi6Y5gdooEtvY3l1n6WJtsprQri298QTZGE=
github.com/networkservicemesh/sdk v0.5.1-0.20211108062646-a0eb20d2f936/go.mod h1:avXlSwFwY8rfjJrTwuxwQFJY8dhZ7Nq/6JpaVJFXDM0=
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

0 comments on commit 7a12b4e

Please sign in to comment.