Skip to content

Commit

Permalink
Merge pull request #14 from kubeslice/fix-sec-vuln
Browse files Browse the repository at this point in the history
fix(): Updated nsm sdk to a version custom made for NSCs
  • Loading branch information
mridulgain authored Jul 29, 2024
2 parents bdb1130 + 7e8670a commit 044d009
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
google.golang.org/grpc v1.59.0
)

replace github.com/networkservicemesh/sdk v1.5.0 => github.com/kubeslice/nsm-sdk v1.5.3-kbs
replace github.com/networkservicemesh/sdk v1.5.0 => github.com/kubeslice/nsm-sdk v1.5.4-kbs-nsc

require (
cloud.google.com/go/compute/metadata v0.2.3 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kubeslice/nsm-sdk v1.5.3-kbs h1:j8VUkGUGPDVoQ3Cu2zIU+qnsppBnH9vvJnONjhyL1+k=
github.com/kubeslice/nsm-sdk v1.5.3-kbs/go.mod h1:NMVsRXKRKdwrwVkXSRR3u6AuujJ7O3VX93fRRA7grww=
github.com/kubeslice/nsm-sdk v1.5.4-kbs-nsc h1:kMgv7Fte5JZDHAsIbWsAns2AmUC+72C0unkVNAAU2D0=
github.com/kubeslice/nsm-sdk v1.5.4-kbs-nsc/go.mod h1:NMVsRXKRKdwrwVkXSRR3u6AuujJ7O3VX93fRRA7grww=
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 h1:I0XW9+e1XWDxdcEniV4rQAIOPUGDq67JSCiRCgGCZLI=
github.com/miekg/dns v1.1.49 h1:qe0mQU3Z/XpFeE+AEBo2rqaS1IPBJ3anmqZ4XiZJVG8=
github.com/networkservicemesh/api v1.5.0 h1:ewAXJJyY0XlI+fGyGxa8mU4/z3Ro37+BTnE0VHMn8g0=
Expand Down

0 comments on commit 044d009

Please sign in to comment.