Skip to content

Commit

Permalink
update to v1.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Tingaikin <[email protected]>
  • Loading branch information
denis-tingaikin committed Oct 6, 2023
1 parent f6eae97 commit 97e8851
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 @@ -11,7 +11,7 @@ require (
github.com/networkservicemesh/api v1.11.0
github.com/networkservicemesh/sdk v1.11.0
github.com/networkservicemesh/sdk-k8s v1.11.0
github.com/networkservicemesh/sdk-sriov v0.0.0-20231005104020-b74f530de173
github.com/networkservicemesh/sdk-sriov v1.11.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
github.com/spiffe/go-spiffe/v2 v2.0.0
Expand Down Expand Up @@ -42,7 +42,7 @@ require (
github.com/google/uuid v1.3.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/networkservicemesh/sdk-kernel v0.0.0-20231005103322-5f6757f0685c // indirect
github.com/networkservicemesh/sdk-kernel v1.11.0 // indirect
github.com/open-policy-agent/opa v0.44.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v1.16.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ github.com/networkservicemesh/sdk v1.11.0 h1:RUoMfq1/yBjWHeikEbcPGIcK7L23yim8sap
github.com/networkservicemesh/sdk v1.11.0/go.mod h1:kskx6RdU+taL14uTk/BMq7cDDPEy2s7O/ekcGxfWmBk=
github.com/networkservicemesh/sdk-k8s v1.11.0 h1:Y6GHTCc4SIOrtL99/JPrAfhXFTeHYt/JrVt7ePTi4k0=
github.com/networkservicemesh/sdk-k8s v1.11.0/go.mod h1:WsoQTJK7s09S+caCDHZ3/c7v+cy/e8nFXu7siyPExj4=
github.com/networkservicemesh/sdk-kernel v0.0.0-20231005103322-5f6757f0685c h1:yH/N3vnA6VS4EPkbNuEqUQugtwmm9/+rvw9Nz43HiIQ=
github.com/networkservicemesh/sdk-kernel v0.0.0-20231005103322-5f6757f0685c/go.mod h1:uBPyZ2fraSuS5vsZ8IcBILhrkKqQ07PfFQ9jANtjYPg=
github.com/networkservicemesh/sdk-sriov v0.0.0-20231005104020-b74f530de173 h1:92lMj4TC2gFWdyY6rMw6kJMVhG4SL1e0B8M9nu3QrRM=
github.com/networkservicemesh/sdk-sriov v0.0.0-20231005104020-b74f530de173/go.mod h1:fv8LyhfdYRCCvpTOIfHY+t5xS7uv/rF/Fw5uZatQcM8=
github.com/networkservicemesh/sdk-kernel v1.11.0 h1:bp1bAg4hhHzaMDQ0Ywr44FdPIHDgup4h13oYAO8xxHU=
github.com/networkservicemesh/sdk-kernel v1.11.0/go.mod h1:RLHl4ex81/eSTawE2hDOW4x8oHZTxP5yAn4fhl7q/8c=
github.com/networkservicemesh/sdk-sriov v1.11.0 h1:aw1FMcLVPQ+0klsYILhQ6za0cWmgD+ipA6X9yUKje9k=
github.com/networkservicemesh/sdk-sriov v1.11.0/go.mod h1:F/ymmLWA/S0N6jA0kZ3/yokYhm7QFEYCsUV5XEHyjPQ=
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 97e8851

Please sign in to comment.