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

Commit: 7c6dedd
Author: Nikita Skrynnik
Date: 2023-12-26 18:55:50 +1100
Message:
  - [qfix] Use clearer function name in `extend` package (#1554)
* Use clearer function name in extend package

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

* fix golang linter

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

---------

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Dec 26, 2023
1 parent 7784cfd commit 5fa9e11
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.11.1-0.20231031152153-730abd666985
github.com/networkservicemesh/sdk v0.5.1-0.20231225110034-429d553e55ff
github.com/networkservicemesh/sdk v0.5.1-0.20231226075604-9c02db4bfa70
github.com/networkservicemesh/sdk-sriov v0.0.0-20231225110656-ac9cb42fc03f
github.com/sirupsen/logrus v1.9.0
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 @@ -111,8 +111,8 @@ github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfr
github.com/miekg/dns v1.1.50 h1:DQUfb9uc6smULcREF09Uc+/Gd46YWqJd5DbpPE9xkcA=
github.com/networkservicemesh/api v1.11.1-0.20231031152153-730abd666985 h1:uiWxBSamqODTzO/uobmjjqWAhi93+bpIDQ+OpV3uU58=
github.com/networkservicemesh/api v1.11.1-0.20231031152153-730abd666985/go.mod h1:E2yBac48+mMkMh6ODnsNyah4EE6rI08SMR9n+86Emxs=
github.com/networkservicemesh/sdk v0.5.1-0.20231225110034-429d553e55ff h1:pwAnTNTRuLP/CanzxHC415jd3/npPKv6Sd1m+l61weA=
github.com/networkservicemesh/sdk v0.5.1-0.20231225110034-429d553e55ff/go.mod h1:t0gOsubf+efkL9Ncy3+PvVKfr/xMGP0tA8HlFFJYz/s=
github.com/networkservicemesh/sdk v0.5.1-0.20231226075604-9c02db4bfa70 h1:3+87/HItNgtbG4+ig1HA2dqTJJ3sMKplQutxfB6wIfA=
github.com/networkservicemesh/sdk v0.5.1-0.20231226075604-9c02db4bfa70/go.mod h1:t0gOsubf+efkL9Ncy3+PvVKfr/xMGP0tA8HlFFJYz/s=
github.com/networkservicemesh/sdk-sriov v0.0.0-20231225110656-ac9cb42fc03f h1:t9SRnuWcXmY6kiz1huCOlYoCOLTFUxKZRYuMfIrP0PQ=
github.com/networkservicemesh/sdk-sriov v0.0.0-20231225110656-ac9cb42fc03f/go.mod h1:xRo3c0JqzwDKNtkRQJ4XWbcUjArEvUAoy03BgfC+jBc=
github.com/open-policy-agent/opa v0.44.0 h1:sEZthsrWBqIN+ShTMJ0Hcz6a3GkYsY4FaB2S/ou2hZk=
Expand Down

0 comments on commit 5fa9e11

Please sign in to comment.