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 27, 2024
1 parent 790321f commit fea2a23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00
github.com/networkservicemesh/sdk v0.5.1-0.20241227223757-422abe9bfbdd
github.com/networkservicemesh/sdk-k8s v0.0.0-20241227224209-e9478b00a551
github.com/networkservicemesh/sdk-sriov v0.0.0-20241227143415-9231b416bfd2
github.com/networkservicemesh/sdk-sriov v0.0.0-20241227224358-49297e0fff5f
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
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ github.com/networkservicemesh/sdk v0.5.1-0.20241227223757-422abe9bfbdd h1:p7yvEC
github.com/networkservicemesh/sdk v0.5.1-0.20241227223757-422abe9bfbdd/go.mod h1:4UxNmG1wYL5v93pZHIgIn0jTsvzn4x0QioQ/v48zuD8=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241227224209-e9478b00a551 h1:NU51ozpI8c4n9ggRo6YbuIrWM6Wl1tvZU806SLXT1pQ=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241227224209-e9478b00a551/go.mod h1:xa/qsmtikpFATqfJoePQocbnEspXyNVdMqZfUn4oo4I=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241227143023-c45911574561 h1:/1DxNT36+IdL1oU+XWs8X2baSVnrGHJIX8zTTJ0nc8k=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241227143023-c45911574561/go.mod h1:+LZiogJTqykvq4F5fjrUr/lGN7Wn2PIAm24fTOhI6QQ=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241227143415-9231b416bfd2 h1:DbkuALmWeZCn9JOeXq8idyoSyxGnJTascFUbiUgd9LQ=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241227143415-9231b416bfd2/go.mod h1:gqRPwBXANrBt1PPuyBrn1nZKhrj5CCfqNdMMu/aN9ZA=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241227224026-3bba51753247 h1:Zx8945OqaGsQYRncEFf/j/qb4jMJ+0U4xMZvb4cmt8Y=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241227224026-3bba51753247/go.mod h1:BEcSP25b0qmilHCYv5QtGtADOI4sU8eX/lJskK5O5fc=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241227224358-49297e0fff5f h1:y44XDA03aAbIND6DJJ4PL6MVHja+mzjQdHh0VnCZrD4=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241227224358-49297e0fff5f/go.mod h1:O6BDSlga48M8POskthVR0Z6T3M+d7eeZnIKLfPxi1S8=
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 fea2a23

Please sign in to comment.