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 <[email protected]>
  • Loading branch information
NSMBot committed Dec 19, 2024
1 parent cfb1708 commit 9d2a374
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ require (
github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba
github.com/networkservicemesh/sdk v0.5.1-0.20241219162646-55b1f2b101fe
github.com/networkservicemesh/sdk-k8s v0.0.0-20241219163154-f7fd4c129994
github.com/networkservicemesh/sdk-kernel v0.0.0-20241209114436-f11880a573b5
github.com/networkservicemesh/sdk-sriov v0.0.0-20241209114948-8c6a188b6da8
github.com/networkservicemesh/sdk-kernel v0.0.0-20241219162908-06872357cd66
github.com/networkservicemesh/sdk-sriov v0.0.0-20241219163232-71b9665ccd89
github.com/networkservicemesh/sdk-vpp v0.0.0-20241209101123-c9f54f74715a
github.com/networkservicemesh/vpphelper v0.0.0-20241209033247-bcb5c25a9f29
github.com/pkg/errors v0.9.1
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ github.com/networkservicemesh/sdk v0.5.1-0.20241219162646-55b1f2b101fe h1:l8SBNe
github.com/networkservicemesh/sdk v0.5.1-0.20241219162646-55b1f2b101fe/go.mod h1:4UxNmG1wYL5v93pZHIgIn0jTsvzn4x0QioQ/v48zuD8=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241219163154-f7fd4c129994 h1:4MmZYlQ8nkvY42sshmSUN7N65m7sgiUUJmQSyU5/AmA=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241219163154-f7fd4c129994/go.mod h1:EOfAwdmHb4b5uHgks/oiYhMUrI2B4mI1r0hkVciV8Hw=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241209114436-f11880a573b5 h1:zKdZNUrqqzgVQsjDSyn0jC9gPt8wUawHGcALzMkdrqg=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241209114436-f11880a573b5/go.mod h1:EgyUpa4L2VOApojjMZLfkw4LCHb7J5p7jS3p5N8nJKA=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241209114948-8c6a188b6da8 h1:3m2dXhs4aKLMPmxvQCUfqelhIGoVsVycDlzPxsHKhRo=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241209114948-8c6a188b6da8/go.mod h1:K7mpT5FZKNcRn0VXQ1ki1gwZTI2kvtlu3ff3Eabfn8g=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241219162908-06872357cd66 h1:MSdSjDSoUYcKPi0rckHNXmXrmJO+Z59VqrOFGowOkY8=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241219162908-06872357cd66/go.mod h1:t4+KMxIV5OPjQXfTZFptdUt/rXV8MtwRDqppgR5SFmA=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241219163232-71b9665ccd89 h1:ojJV+v0FeF2lS16Uhz+3AGrGgl6HJPoUdj1sqHl3iZo=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241219163232-71b9665ccd89/go.mod h1:pwlBSvc66FOZMVEYVrAE+aIIXFQsavzFJhJ1uohUbCg=
github.com/networkservicemesh/sdk-vpp v0.0.0-20241209101123-c9f54f74715a h1:Vru9GTcUKeMwykdXo/BDdpEQD3i07RAorc5jedx74Z0=
github.com/networkservicemesh/sdk-vpp v0.0.0-20241209101123-c9f54f74715a/go.mod h1:uMGmyEGAClelGORTw2DBeIsACK08c+hdy/qmMKzwiWQ=
github.com/networkservicemesh/vpphelper v0.0.0-20241209033247-bcb5c25a9f29 h1:hqYoTeQ9mFOIoKUMBXg779SU2yJWrrapucKgoPNZ1co=
Expand Down

0 comments on commit 9d2a374

Please sign in to comment.