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

PR link: networkservicemesh/sdk-sriov#605

Commit: 0cf84c4
Author: Network Service Mesh Bot
Date: 2024-08-14 08:47:18 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#605)
PR link: networkservicemesh/sdk-kernel#674
Commit: a23cb71
Author: Network Service Mesh Bot
Date: 2024-08-14 08:43:41 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#674)
PR link: networkservicemesh/sdk#1630
Commit: 78bedfb
Author: Network Service Mesh Bot
Date: 2024-08-14 08:41:05 -0500
Message:
        - Update go.mod and go.sum to latest version from networkservicemesh/api@main (#1630)
PR link: networkservicemesh/api#152
Commit: 03f6633
Author: Nikita Skrynnik
Date: 2024-08-14 20:39:07 +1100
Message:
                - Delete unused helper functions (#152)
* delete some helper functions
* delete more hepler functions
* delete more unused helper function
* fix linter
* return som e helper functions
* fix CI
---------
Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Aug 14, 2024
1 parent 3f43d6e commit 5ce8e81
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 @@ -8,7 +8,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.13.4-0.20240814093907-03f6633c2677
github.com/networkservicemesh/sdk v0.5.1-0.20240814134105-78bedfb4371f
github.com/networkservicemesh/sdk-sriov v0.0.0-20240812104616-36a375807cc8
github.com/networkservicemesh/sdk-sriov v0.0.0-20240814134718-0cf84c4ae6af
github.com/sirupsen/logrus v1.9.0
github.com/spiffe/go-spiffe/v2 v2.1.7
google.golang.org/grpc v1.60.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ github.com/networkservicemesh/api v1.13.4-0.20240814093907-03f6633c2677 h1:tG5+0
github.com/networkservicemesh/api v1.13.4-0.20240814093907-03f6633c2677/go.mod h1:B8FmS3XZ7NZY7ZEtdcNg2NHYppDHlr4kl4eecdZN9eI=
github.com/networkservicemesh/sdk v0.5.1-0.20240814134105-78bedfb4371f h1:ntNPiVMUTljkkVDdzoJwJihU5udtbsYqyiYdHLm4/LM=
github.com/networkservicemesh/sdk v0.5.1-0.20240814134105-78bedfb4371f/go.mod h1:Tg63o7jzlUWAnD4DAbgbPb2TIbJ/KAP0/DAgl7rS5xk=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240812104616-36a375807cc8 h1:n52raAfXNLgAFhoXJNQmWgMIYyNf27uptv5hOK73d5I=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240812104616-36a375807cc8/go.mod h1:991srTAe1WTx1ViVpyCDgLma0XCJxGSxNnCB6qr13rg=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240814134718-0cf84c4ae6af h1:VUcTY0VUfRsgmHwlzIA1boapj569Y5lSKAD51VIp0nc=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240814134718-0cf84c4ae6af/go.mod h1:e64mVG2JVZ1DV9AJR4Jj9Rv0HMdzrNyIy86M7Mu/i7E=
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 5ce8e81

Please sign in to comment.