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

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 4540ff2 commit 1c5cfad
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/golang/protobuf v1.5.3
github.com/google/uuid v1.3.1
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/ovn-org/ovn-kubernetes/go-controller v0.0.0-20210826171620-f06c53111a31
github.com/pkg/errors v0.9.1
github.com/vishvananda/netlink v1.3.1-0.20240922070040-084abd93d350
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -373,12 +373,12 @@ github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRW
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw=
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/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
Expand Down

0 comments on commit 1c5cfad

Please sign in to comment.