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 Feb 20, 2025
1 parent e7e9eb1 commit 9abec63
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.20250220123313-acd16f36259e
github.com/networkservicemesh/sdk-k8s v0.0.0-20250220123748-228ff158acee
github.com/networkservicemesh/sdk-sriov v0.0.0-20250213161811-c89a21b77c31
github.com/networkservicemesh/sdk-sriov v0.0.0-20250220123920-790b9e8f4cef
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.20250220123313-acd16f36259e h1:dSnpw4
github.com/networkservicemesh/sdk v0.5.1-0.20250220123313-acd16f36259e/go.mod h1:YGUK51dsNbcsfbhrNIfsoJL2IWstUO5jopDjmCUDMBE=
github.com/networkservicemesh/sdk-k8s v0.0.0-20250220123748-228ff158acee h1:NCpf/vfowm0tkDidN0xixS7PQ/BAooqFHT7jXojWFYk=
github.com/networkservicemesh/sdk-k8s v0.0.0-20250220123748-228ff158acee/go.mod h1:x2YRnFrHeT09Qq8ySB+hEfaATd7cTR72gxMB9E3Mj6Y=
github.com/networkservicemesh/sdk-kernel v0.0.0-20250213161450-ff8b22a3cdc9 h1:rfhEMvWiZ2rzT5TbzA4ZTeCPLf/8UYRo6DgXJsRfpCQ=
github.com/networkservicemesh/sdk-kernel v0.0.0-20250213161450-ff8b22a3cdc9/go.mod h1:zGCV1FqxcqlPv+CBcmlzTVr5ui5+y5EknmuKraV5SlI=
github.com/networkservicemesh/sdk-sriov v0.0.0-20250213161811-c89a21b77c31 h1:GRd9wSEzJ+tF+Zw1+GEeLsPTkdYgcDiseZjkPgpfOxc=
github.com/networkservicemesh/sdk-sriov v0.0.0-20250213161811-c89a21b77c31/go.mod h1:rYMFzVliLTSBr5rLQQy+XZNscvjkzAv4AAl1RaxB6XU=
github.com/networkservicemesh/sdk-kernel v0.0.0-20250220123531-fb5f7763e0bb h1:eKXyhkBfxUZKtIGL9LVKynfa+efMPFfa4tj89MXYlS8=
github.com/networkservicemesh/sdk-kernel v0.0.0-20250220123531-fb5f7763e0bb/go.mod h1:SlzF9bt0q/0BFYveS8w7FHH2fbohjmlCzqcNyNn/qpw=
github.com/networkservicemesh/sdk-sriov v0.0.0-20250220123920-790b9e8f4cef h1:bjBtuFvequE1zg0aGNElNHGXjgMa1bhGaJf/s8yKDXs=
github.com/networkservicemesh/sdk-sriov v0.0.0-20250220123920-790b9e8f4cef/go.mod h1:5fjgEW0VwbVF2LeBbmaQ4UT41ayKXWNneZ8ukKC6Z7Y=
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 9abec63

Please sign in to comment.