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

Commit: 4351c7c
Author: Nikita Skrynnik
Date: 2024-04-12 00:04:25 +0700
Message:
  - Run release workflow only when CI passes on release branches (#817)
* Run release workflow only when CI passes on release branches

Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com>

* cleanup

Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com>

---------

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Apr 11, 2024
1 parent c95973a commit 0bc40ca
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/api v1.12.1-rc.1.0.20240325104451-92facbceb926
github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba
github.com/networkservicemesh/sdk v0.5.1-0.20240405103106-edee168c48df
github.com/networkservicemesh/sdk-vpp v0.0.0-20240405133609-903fd936802f
github.com/networkservicemesh/sdk-vpp v0.0.0-20240411170425-4351c7c93844
github.com/networkservicemesh/vpphelper v0.0.0-20230901145133-a14aecebd1cb
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ github.com/networkservicemesh/sdk v0.5.1-0.20240405103106-edee168c48df h1:+fmCda
github.com/networkservicemesh/sdk v0.5.1-0.20240405103106-edee168c48df/go.mod h1:kSPLlf71rqB+4mAW8MHkrfWs9cMuQJP7RVkGqpHqKmY=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240405103539-cf3b1676a8b2 h1:EQv8ymeAfXb1BY4e+XQNjr0A2SwEki/3aPFSwBJfxb4=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240405103539-cf3b1676a8b2/go.mod h1:GRjDNRAvqZe0K3voQabjQBgDZbRS4KI+kaVVq3JVoic=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240405133609-903fd936802f h1:tqH7jyYdLgWAh1aTG1VyoZT9hm7o8pH9hRCmdiQ3KUg=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240405133609-903fd936802f/go.mod h1:Vi8ng6Khox7GdpgrrtKc7XoNhOlUpoZYLNm3Iegww7M=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240411170425-4351c7c93844 h1:m81xrJT3e1o3rD9QRi3OFHWUpK+VqQTUxe5ICvrxyV8=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240411170425-4351c7c93844/go.mod h1:Vi8ng6Khox7GdpgrrtKc7XoNhOlUpoZYLNm3Iegww7M=
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 0bc40ca

Please sign in to comment.