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 Jul 12, 2024
1 parent 3cd2c14 commit ef26268
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.13.1-0.20240424210452-d0df98851760
github.com/networkservicemesh/sdk v0.5.1-0.20240712105720-c0bcf8861192
github.com/networkservicemesh/sdk-k8s v0.0.0-20240712110307-5102d0893a31
github.com/networkservicemesh/sdk-sriov v0.0.0-20240705054912-6e8560d211da
github.com/networkservicemesh/sdk-sriov v0.0.0-20240712110549-bb2baa83bc5c
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 @@ -111,10 +111,10 @@ github.com/networkservicemesh/sdk v0.5.1-0.20240712105720-c0bcf8861192 h1:m7c5/C
github.com/networkservicemesh/sdk v0.5.1-0.20240712105720-c0bcf8861192/go.mod h1:soFR6Mg5LTVvEI0zXNcbWoBnn4hqUK7ItZBQJ3Jbszo=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240712110307-5102d0893a31 h1:2NaIaFPSzXUnmPeMmVD/21C/k8kppvB8RtTXKjdQbUc=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240712110307-5102d0893a31/go.mod h1:/xPd2JE3hsiPI1vspq2uQTsW3FvosppZ/XdV4HUKV/g=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240703140903-a1d011810cb9 h1:8dY0Wzir/deeUhkqT2oKFJfVSVL+jGOqdl5nzpNwThw=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240703140903-a1d011810cb9/go.mod h1:H1psQgdnov8Ka7PEEgpjk6T2NZhz7v+ZKU+pKU2w/Wg=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240705054912-6e8560d211da h1:RJLNcgj15DSWYYbKU9ZP/EYk1oqLaB0PDZpr4UchmPI=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240705054912-6e8560d211da/go.mod h1:HvpljA36sMJYi325fEXKTYmbTSyk9jvEi6GT1QcY76Y=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240712110001-ef58a1a58a45 h1:pOEn0fmz5+/bGBbzh/EMMIVA71ge5XgJ3qoy19VU1gA=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240712110001-ef58a1a58a45/go.mod h1:3Vkks78F1OSkCYa8f/OMPZ/TxlxZbNwgIoPJukrRteQ=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240712110549-bb2baa83bc5c h1:ZdWXp/tG/YufsZvmBFUCUdHWKCzszVgOgBWpg8S3/XI=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240712110549-bb2baa83bc5c/go.mod h1:fYSvwza4facX7vi1S/ET86fVd1ZZ5XPgMZKGuc3bCwg=
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 ef26268

Please sign in to comment.