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 (#657)

PR link: networkservicemesh/sdk-sriov#616

Commit: a522b97
Author: Network Service Mesh Bot
Date: 2024-10-16 06:19:14 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#616)
PR link: networkservicemesh/sdk-kernel#689
Commit: 40426fd
Author: Network Service Mesh Bot
Date: 2024-10-16 06:15:47 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#689)
PR link: networkservicemesh/sdk#1679
Commit: 3801206
Author: Vladislav Byrgazov
Date: 2024-10-16 16:13:26 +0500
Message:
        - Updated strict IPAM and added dualstack IP pool (#1679)
* add fix for ipam
* another fix
* add a unit test for ipam issue
* add fix for ipam
* another fix
* add ip context validation
* properly delete addresses
* rework ip context validation
* temporarily skip failing tests
* fix CI issues
* fix all tests
* fix unit tests
* fix go linter issues
* cleanup
* add ipv6 unit test
* cleanup
* fix go linter issues
* Replaced strict ipam by filteripam implementation
* Added dualstack ippool, updated tests
* Fixed dualstack ippool
* Fix linter errors
* Fixed ippool test input data format
---------

Signed-off-by: NikitaSkrynnik <[email protected]>
Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
  • Loading branch information
nsmbot and NSMBot authored Oct 16, 2024
1 parent 45301f2 commit 6b49b6b
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.4
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e
github.com/networkservicemesh/sdk v0.5.1-0.20241015095655-7ebf92ea74d7
github.com/networkservicemesh/sdk-kernel v0.0.0-20241015095914-3f42b196082e
github.com/networkservicemesh/sdk-sriov v0.0.0-20241015100307-dee10328cb18
github.com/networkservicemesh/sdk v0.5.1-0.20241016111326-380120667e60
github.com/networkservicemesh/sdk-kernel v0.0.0-20241016111547-40426fd555dd
github.com/networkservicemesh/sdk-sriov v0.0.0-20241016111914-a522b97bda81
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.4-0.20240815101554-fdbfcd84fd0e h1:Fs34ZZN+bujq5OQEQUpxm0gYQ3g7uSCkcKcoUt70Be0=
github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e/go.mod h1:B8FmS3XZ7NZY7ZEtdcNg2NHYppDHlr4kl4eecdZN9eI=
github.com/networkservicemesh/sdk v0.5.1-0.20241015095655-7ebf92ea74d7 h1:KC1ivupPzRmk9WbmlU0OedWzZRjsML4x2qm4kOXtELk=
github.com/networkservicemesh/sdk v0.5.1-0.20241015095655-7ebf92ea74d7/go.mod h1:nz2VJ3l/UDvsEusdIZf7OMxC7zLrRCV1PuziPjxJeVE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241015095914-3f42b196082e h1:DisZiy5VR8e0ShK0k5dxenkBlj+MUmmJ4GlkPjRBNcw=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241015095914-3f42b196082e/go.mod h1:97xvIVMgh3Lw1ViFQFtzgNZuqIfOy1wNJ8qnx9Ak+Fk=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241015100307-dee10328cb18 h1:545uzMPndy3KAa4tGLuorMbqwfjb5ajf+lAKzYr+Sfc=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241015100307-dee10328cb18/go.mod h1:Rr88bZKqbWQQY8S+5XYF6V0pSYOAEJyQBgyYxTgsiMw=
github.com/networkservicemesh/sdk v0.5.1-0.20241016111326-380120667e60 h1:A572bGq9vmgNBPkKGkhWAHf7vQ9pKbuZgzynUri1bxo=
github.com/networkservicemesh/sdk v0.5.1-0.20241016111326-380120667e60/go.mod h1:nz2VJ3l/UDvsEusdIZf7OMxC7zLrRCV1PuziPjxJeVE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241016111547-40426fd555dd h1:wHq9CYeUyqbWqul1p8YEcRlvXvpUR7hiINBckCEjrxE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241016111547-40426fd555dd/go.mod h1:JJ6huE7dU6xLDd4EPeyMQkGg9qslXC9ynE4BrbesFec=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241016111914-a522b97bda81 h1:uzRwuaHXyIL4Z2yPu6vwOYzd7Naiq8OL2dyN+9EkGAM=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241016111914-a522b97bda81/go.mod h1:vjZaI+LAo/g80LfXNyU5Nr/w8Vm8d7+Nv5YcmDNRz7A=
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 6b49b6b

Please sign in to comment.