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#1327

Commit: dc978c4
Author: Artem Glazychev
Date: 2022-07-19 00:14:14 +0700
Message:
  - Fix upstream notifier (#1327)
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Jul 18, 2022
1 parent a345049 commit dbca375
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 @@ -7,7 +7,7 @@ require (
github.com/edwarnicke/grpcfd v1.1.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.4.1-0.20220711153918-a59689088578
github.com/networkservicemesh/sdk v0.5.1-0.20220718011638-44ffc6ae87e7
github.com/networkservicemesh/sdk v0.5.1-0.20220718171414-dc978c4c85c0
github.com/networkservicemesh/sdk-sriov v0.0.0-20220714153358-e0e8386de077
github.com/sirupsen/logrus v1.8.1
github.com/spiffe/go-spiffe/v2 v2.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5
github.com/mna/pigeon v0.0.0-20180808201053-bb0192cfc2ae/go.mod h1:Iym28+kJVnC1hfQvv5MUtI6AiFFzvQjHcvI4RFTG/04=
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.20220718011638-44ffc6ae87e7 h1:gSRsjREzPdgsYN+Dtoat9X2VjvOPgU63Xq/rTxyjw+A=
github.com/networkservicemesh/sdk v0.5.1-0.20220718011638-44ffc6ae87e7/go.mod h1:aT31j34psbMwTmyxgKZweiuYv783A1levN9nSKUVVp0=
github.com/networkservicemesh/sdk v0.5.1-0.20220718171414-dc978c4c85c0 h1:g1VQrW5Q0c5xdKTBmaKc6GcfcIbbJXGTBIaxec5QHxM=
github.com/networkservicemesh/sdk v0.5.1-0.20220718171414-dc978c4c85c0/go.mod h1:aT31j34psbMwTmyxgKZweiuYv783A1levN9nSKUVVp0=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220714153358-e0e8386de077 h1:b1WfD5sRGZ73De4RkeE8i3dYuCwzqef8W66t9U9xT8c=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220714153358-e0e8386de077/go.mod h1:GhrToRbRYc+pFaabFRFmSZuquhXKh7nfwcCVOtJ7a+E=
github.com/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
Expand Down

0 comments on commit dbca375

Please sign in to comment.