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-sriov@main (#630)

PR link: networkservicemesh/sdk-sriov#592

Commit: a422975
Author: Network Service Mesh Bot
Date: 2024-05-14 10:08:57 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#592)
PR link: networkservicemesh/sdk-kernel#661
Commit: f669b49
Author: Network Service Mesh Bot
Date: 2024-05-14 09:58:56 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#661)
PR link: networkservicemesh/sdk#1616
Commit: 1cbc041
Author: Denis Tingaikin
Date: 2024-05-14 17:35:02 +0300
Message:
        - fix memory leaks (#1616)

Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
  • Loading branch information
nsmbot and NSMBot authored May 14, 2024
1 parent 018db44 commit 38d276e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ require (
github.com/edwarnicke/grpcfd v1.1.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.13.1-0.20240424210452-d0df98851760
github.com/networkservicemesh/sdk v0.5.1-0.20240425184929-aa92e5b10fbf
github.com/networkservicemesh/sdk-kernel v0.0.0-20240425185203-4e18004721f8
github.com/networkservicemesh/sdk-sriov v0.0.0-20240425185537-e8213fed2619
github.com/networkservicemesh/sdk v0.5.1-0.20240514143502-1cbc04161aa1
github.com/networkservicemesh/sdk-kernel v0.0.0-20240514145856-f669b4972fc0
github.com/networkservicemesh/sdk-sriov v0.0.0-20240514150857-a42297571919
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
github.com/spiffe/go-spiffe/v2 v2.1.7
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ github.com/miekg/dns v1.1.50 h1:DQUfb9uc6smULcREF09Uc+/Gd46YWqJd5DbpPE9xkcA=
github.com/miekg/dns v1.1.50/go.mod h1:e3IlAVfNqAllflbibAZEWOXOQ+Ynzk/dDozDxY7XnME=
github.com/networkservicemesh/api v1.13.1-0.20240424210452-d0df98851760 h1:EaWGgdwbUP404Hlee80R+jSxgzjOh/tW5Fm4/9NE4B0=
github.com/networkservicemesh/api v1.13.1-0.20240424210452-d0df98851760/go.mod h1:B8FmS3XZ7NZY7ZEtdcNg2NHYppDHlr4kl4eecdZN9eI=
github.com/networkservicemesh/sdk v0.5.1-0.20240425184929-aa92e5b10fbf h1:saJvo0ewV8AKGYn6Yj7iz7ilcxzs7XtbWWaDQxEUseg=
github.com/networkservicemesh/sdk v0.5.1-0.20240425184929-aa92e5b10fbf/go.mod h1:1H5x5GPlseIQhmvcbvSZUcLu/p24rQpTX3zsHP1yKj4=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240425185203-4e18004721f8 h1:PJLNBAlSJVSYGe6YUaeFIOHN5PvZ69UgOm2mso4j63g=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240425185203-4e18004721f8/go.mod h1:Eh8DYW3dq79tRAVjPyaVCiobrkt9cHs8V8u63/MpiNw=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240425185537-e8213fed2619 h1:GEsmeoVArn3J5ihCFKrhU8iQepha2SPeuMWAAQQCCVw=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240425185537-e8213fed2619/go.mod h1:LMDbw/6sqrrlA73j2yLFqnzZ2/8bD6BZk/jSKBkuMWw=
github.com/networkservicemesh/sdk v0.5.1-0.20240514143502-1cbc04161aa1 h1:2LzuXg8qPNo8FkVCpBtz4O7HjrjoU6JddXpfTFeDe5U=
github.com/networkservicemesh/sdk v0.5.1-0.20240514143502-1cbc04161aa1/go.mod h1:1H5x5GPlseIQhmvcbvSZUcLu/p24rQpTX3zsHP1yKj4=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240514145856-f669b4972fc0 h1:zR+0MjvOVCRFUKEENvn4CEXkarnIiSnY5CtHknhW+cw=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240514145856-f669b4972fc0/go.mod h1:pbGJ/nEUK3E7Wg0/7atUVvegiYi0kDIeGCgCGe9ZeuU=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240514150857-a42297571919 h1:N3p+t+kZq/m7r6oqMBgTXD1nw22Hb2oftQnVB+MaFqA=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240514150857-a42297571919/go.mod h1:UFIrJxSabaj7kao2VRdCLES5TK27oz01YEuJIqc06A0=
github.com/open-policy-agent/opa v0.44.0 h1:sEZthsrWBqIN+ShTMJ0Hcz6a3GkYsY4FaB2S/ou2hZk=
github.com/open-policy-agent/opa v0.44.0/go.mod h1:YpJaFIk5pq89n/k72c1lVvfvR5uopdJft2tMg1CW/yU=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
Expand Down

0 comments on commit 38d276e

Please sign in to comment.