Skip to content

Commit

Permalink
Update go.mod and go.sum to networkservicemesh/[email protected]
Browse files Browse the repository at this point in the history
Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Nov 13, 2023
1 parent b8c574e commit 9a7d898
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require (
github.com/antonfisher/nested-logrus-formatter v1.3.1
github.com/edwarnicke/grpcfd v1.1.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/sdk v0.5.1-0.20231110200419-c7c00eb8dc0f
github.com/networkservicemesh/sdk-k8s v0.0.0-20231110201040-20c2e8e8d8c7
github.com/networkservicemesh/sdk v1.11.1-rc.2
github.com/networkservicemesh/sdk-k8s v1.11.1-rc.2
github.com/sirupsen/logrus v1.9.0
github.com/spiffe/go-spiffe/v2 v2.0.0
google.golang.org/grpc v1.59.0
Expand Down Expand Up @@ -47,7 +47,7 @@ require (
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/networkservicemesh/api v1.11.1-0.20231031152153-730abd666985 // indirect
github.com/networkservicemesh/api v1.11.1-rc.2 // indirect
github.com/open-policy-agent/opa v0.44.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.16.0 // indirect
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/networkservicemesh/api v1.11.1-0.20231031152153-730abd666985 h1:uiWxBSamqODTzO/uobmjjqWAhi93+bpIDQ+OpV3uU58=
github.com/networkservicemesh/api v1.11.1-0.20231031152153-730abd666985/go.mod h1:E2yBac48+mMkMh6ODnsNyah4EE6rI08SMR9n+86Emxs=
github.com/networkservicemesh/sdk v0.5.1-0.20231110200419-c7c00eb8dc0f h1:tB8EV0ZiqXko7khfnDvQ2m2tbHoiv5jZwmP6fd+3sTA=
github.com/networkservicemesh/sdk v0.5.1-0.20231110200419-c7c00eb8dc0f/go.mod h1:0SBXaWlnQMrsWmaw0DrZ5lBia1LXyA4oE2oagnOuhaY=
github.com/networkservicemesh/sdk-k8s v0.0.0-20231110201040-20c2e8e8d8c7 h1:/eW3QgnCwKW3FwKlljY6OnZo0Yel5de3WY+iD3tByqE=
github.com/networkservicemesh/sdk-k8s v0.0.0-20231110201040-20c2e8e8d8c7/go.mod h1:wBm5d3QXYaecb9bTzg2FLNm1WMxfX3NAglJ7We31FJU=
github.com/networkservicemesh/api v1.11.1-rc.2 h1:nkhTI83Yo8cZI3yFRpjO81aKQSFAbke0gP8vtuj0ZQY=
github.com/networkservicemesh/api v1.11.1-rc.2/go.mod h1:E2yBac48+mMkMh6ODnsNyah4EE6rI08SMR9n+86Emxs=
github.com/networkservicemesh/sdk v1.11.1-rc.2 h1:32uYLCwFNXKKWQIRzdqDInZv1YMX6+TNxb25uuswdn8=
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/onsi/ginkgo/v2 v2.9.4 h1:xR7vG4IXt5RWx6FfIjyAtsoMAtnc3C/rFXBBd2AjZwE=
github.com/onsi/gomega v1.27.6 h1:ENqfyGeS5AX/rlXDd/ETokDz93u0YufY1Pgxuy/PvWE=
github.com/open-policy-agent/opa v0.44.0 h1:sEZthsrWBqIN+ShTMJ0Hcz6a3GkYsY4FaB2S/ou2hZk=
Expand Down

0 comments on commit 9a7d898

Please sign in to comment.