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 Oct 15, 2024
1 parent 2806c08 commit 0330832
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 @@ -18,7 +18,7 @@ require (
github.com/networkservicemesh/sdk-k8s v0.0.0-20241014115918-0aeda96e03d3
github.com/networkservicemesh/sdk-kernel v0.0.0-20241015095914-3f42b196082e
github.com/networkservicemesh/sdk-sriov v0.0.0-20241015100307-dee10328cb18
github.com/networkservicemesh/sdk-vpp v0.0.0-20241011104428-dfc3300b792b
github.com/networkservicemesh/sdk-vpp v0.0.0-20241015100303-2037839073fd
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6
github.com/pkg/errors v0.9.1
github.com/safchain/ethtool v0.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ github.com/networkservicemesh/sdk-kernel v0.0.0-20241015095914-3f42b196082e h1:D
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-vpp v0.0.0-20241011104428-dfc3300b792b h1:ULKN0+eSrISJijH/R35cLt0ZMzd5oAj7eazop1CDpmA=
github.com/networkservicemesh/sdk-vpp v0.0.0-20241011104428-dfc3300b792b/go.mod h1:xgSYmeCfpgK4qe+EEbmvWfZDb+0h14J2orAWMNiVxG4=
github.com/networkservicemesh/sdk-vpp v0.0.0-20241015100303-2037839073fd h1:owQtmG3ub3geQ5MbSRl4fNcLSmtMaTqkurCJJPYWxOE=
github.com/networkservicemesh/sdk-vpp v0.0.0-20241015100303-2037839073fd/go.mod h1:Xpw+O0V8oZv9PhTrVMjI2Xei8dnTXHwbBDvUOKEpP1M=
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6 h1:o+enN5yCikNXZN+hO+JjE+aLxBWq9+GMVF9GSQtpwMI=
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6/go.mod h1:n6+8PnoDvWj6WMryfU3J8HOCusgysFjQ0kGLfrcsDEM=
github.com/onsi/gomega v1.30.0 h1:hvMK7xYz4D3HapigLTeGdId/NcfQx1VHMJc60ew99+8=
Expand Down

0 comments on commit 0330832

Please sign in to comment.