Skip to content

Commit

Permalink
update to v1.11.1-rc.2
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Tingaikin <denis.tingajkin@xored.com>
  • Loading branch information
denis-tingaikin committed Nov 13, 2023
1 parent 98e5d10 commit 086dcf3
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.1-rc.2
github.com/networkservicemesh/sdk v1.11.1-rc.2
github.com/networkservicemesh/sdk-k8s v1.11.1-rc.2
github.com/networkservicemesh/sdk-sriov v0.0.0-20231110201138-35120c86c35a
github.com/networkservicemesh/sdk-sriov v1.11.1-rc.2
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.1 // 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-20231110200706-3b96df3c7bea // indirect
github.com/networkservicemesh/sdk-kernel v1.11.1-rc.2 // 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.1-rc.2 h1:32uYLCwFNXKKWQIRzdqDInZv1YMX6+
github.com/networkservicemesh/sdk v1.11.1-rc.2/go.mod h1:1jrBqTrixWiAj6V0pO7s1NVdIN7IIY4+sSGkpQapkuA=
github.com/networkservicemesh/sdk-k8s v1.11.1-rc.2 h1:dcSsYB6IkJmS2Ego7eAUL7/hXjqQGUF9DxoSTSiQMfk=
github.com/networkservicemesh/sdk-k8s v1.11.1-rc.2/go.mod h1:JC/1Ey7DOyLQRKOQhqLso2jUx45EcpZbsYJ5d8VSIYI=
github.com/networkservicemesh/sdk-kernel v0.0.0-20231110200706-3b96df3c7bea h1:hpxsDBsjCDS2F+qEAUMyStnA2wF0V6tXPVYe7gJf1os=
github.com/networkservicemesh/sdk-kernel v0.0.0-20231110200706-3b96df3c7bea/go.mod h1:rZfWNTcFrCczLZXI5n08dGLmMVmkUqwRvJjQcv75QPQ=
github.com/networkservicemesh/sdk-sriov v0.0.0-20231110201138-35120c86c35a h1:7GghX5JCDDRbdAGURwGosSnqEnql/URK4Novu7rDjlc=
github.com/networkservicemesh/sdk-sriov v0.0.0-20231110201138-35120c86c35a/go.mod h1:kmxq4w9a8e3TU3+QOg5k4W5D/h4Ewi4AwSa+IF55onw=
github.com/networkservicemesh/sdk-kernel v1.11.1-rc.2 h1:Ny/yusF0dCH/m7AGAijlgDE/JTSK5IWOoA4FOnXZUv4=
github.com/networkservicemesh/sdk-kernel v1.11.1-rc.2/go.mod h1:ZuCyawSaovGuKHH4I8UyreJrnXfpp9jTt2E5ijqkUpc=
github.com/networkservicemesh/sdk-sriov v1.11.1-rc.2 h1:ZfG6f6+vDfMA4zvaCjcLYGs5gX6MBEHDkIdHWA+eWlc=
github.com/networkservicemesh/sdk-sriov v1.11.1-rc.2/go.mod h1:M7RG2+c/uwKkroi+aZzkalDUcSeR93KxCJ7PkJpxuik=
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 086dcf3

Please sign in to comment.