Skip to content

Commit

Permalink
Automatically resolving conflicts in go.mod and updating dependency v…
Browse files Browse the repository at this point in the history
…ersions to the latest

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Dec 9, 2024
1 parent 12ce3ec commit 26fe6bf
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 @@ -16,7 +16,7 @@ require (
github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba
github.com/networkservicemesh/sdk v0.5.1-0.20241209100421-a3673d415f18
github.com/networkservicemesh/sdk-k8s v0.0.0-20241209101017-c819d12e9ed0
github.com/networkservicemesh/sdk-kernel v0.0.0-20241204094203-bb7c671574d8
github.com/networkservicemesh/sdk-kernel v0.0.0-20241209100633-7b1fd8465669
github.com/networkservicemesh/sdk-sriov v0.0.0-20241204094617-41e8a65e4631
github.com/networkservicemesh/sdk-vpp v0.0.0-20241209101123-c9f54f74715a
github.com/networkservicemesh/vpphelper v0.0.0-20241209033247-bcb5c25a9f29
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ github.com/networkservicemesh/sdk v0.5.1-0.20241209100421-a3673d415f18 h1:7LRVwu
github.com/networkservicemesh/sdk v0.5.1-0.20241209100421-a3673d415f18/go.mod h1:kzFzOmeDtM7Ods/wWWleK1N8C2UW68kzQCVIpf235W8=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241209101017-c819d12e9ed0 h1:YwPXQusDn/hz2qSdbcMZGapjAk3aBFEgDSSrkSutqhM=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241209101017-c819d12e9ed0/go.mod h1:YuKiLoZCoC0F2ZcfQu814nHx2wQIENkzWyVfAAPolMw=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241204094203-bb7c671574d8 h1:xXGx9DbypI2MH6/p1PmT2nMmofaYQ6kOSCEn5TV9Q3s=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241204094203-bb7c671574d8/go.mod h1:9n6eebfr6pFrea08hX9ltcMhthBaMrKSrfUHR4PfsNI=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241209100633-7b1fd8465669 h1:EjjHVvqIFsSv2otE/A8N5wqTpX2dU6mLSl1+8TIfedo=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241209100633-7b1fd8465669/go.mod h1:pEATsDhAw1qDq6O3ghRTbKnkioYRd4fYl0L4iZUSepo=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241204094617-41e8a65e4631 h1:BXm5FleAoVbL9/8K4Ft2d+ItbB3yq9Cizofo2Av8P+8=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241204094617-41e8a65e4631/go.mod h1:749dJX0gYubm4/wlE/HPik7dWbQGq99140V12cd32Cg=
github.com/networkservicemesh/sdk-vpp v0.0.0-20241209101123-c9f54f74715a h1:Vru9GTcUKeMwykdXo/BDdpEQD3i07RAorc5jedx74Z0=
Expand Down

0 comments on commit 26fe6bf

Please sign in to comment.