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

PR link: networkservicemesh/sdk-vpp#758

Commit: 03cf192
Author: Artem Glazychev
Date: 2023-10-03 20:58:36 +0700
Message:
  - Fix pinhole panic in case of error (#758)
Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Oct 3, 2023
1 parent 4e2315c commit be7ac36
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 @@ -10,7 +10,7 @@ require (
github.com/networkservicemesh/govpp v0.0.0-20230922102554-a46e6ced9b14
github.com/networkservicemesh/sdk v0.5.1-0.20231002103215-f2a585e95092
github.com/networkservicemesh/sdk-kernel v0.0.0-20231002103517-c298a6e5f08e
github.com/networkservicemesh/sdk-vpp v0.0.0-20231002104338-c5aa8c256465
github.com/networkservicemesh/sdk-vpp v0.0.0-20231003135836-03cf19214291
github.com/networkservicemesh/vpphelper v0.0.0-20230901145133-a14aecebd1cb
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ github.com/networkservicemesh/sdk v0.5.1-0.20231002103215-f2a585e95092 h1:7sgY0b
github.com/networkservicemesh/sdk v0.5.1-0.20231002103215-f2a585e95092/go.mod h1:KzbOZkk84r6KMNESKb50DpIWqxqCA88Mb+2jFrAdBJs=
github.com/networkservicemesh/sdk-kernel v0.0.0-20231002103517-c298a6e5f08e h1:yujSHqTkgWsgDM7oIScUTso/8d/4mx1LxuKg/C+Jrkg=
github.com/networkservicemesh/sdk-kernel v0.0.0-20231002103517-c298a6e5f08e/go.mod h1:kwMBqnRfXnU9gc+OT/R4rYxNv1BPv7opUHwCnEKtx/Y=
github.com/networkservicemesh/sdk-vpp v0.0.0-20231002104338-c5aa8c256465 h1:1u9Icp9w9I01iKn2rxoXoCHYeplfKxj8x90VnIv+nKs=
github.com/networkservicemesh/sdk-vpp v0.0.0-20231002104338-c5aa8c256465/go.mod h1:toSal4yxmkEICeCHFJQ7AASAYM9BmnkR1KFLBe/AF2o=
github.com/networkservicemesh/sdk-vpp v0.0.0-20231003135836-03cf19214291 h1:tHz1IoZh8/YtE5KL67Qs771jBg/Fh2RXJLjQVIfjUgM=
github.com/networkservicemesh/sdk-vpp v0.0.0-20231003135836-03cf19214291/go.mod h1:toSal4yxmkEICeCHFJQ7AASAYM9BmnkR1KFLBe/AF2o=
github.com/networkservicemesh/vpphelper v0.0.0-20230901145133-a14aecebd1cb h1:SETtZ12eYPkUGafW1DwGb8kSOR8O4OniSuZnqn2bOOw=
github.com/networkservicemesh/vpphelper v0.0.0-20230901145133-a14aecebd1cb/go.mod h1:gHuTaUs1uFvyOY0Cy9DXvyAR2MtwmlPD2NTyYfr6kLc=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
Expand Down

0 comments on commit be7ac36

Please sign in to comment.