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 Oct 5, 2023
1 parent db21312 commit 02cbd93
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 @@ -7,9 +7,9 @@ require (
github.com/edwarnicke/grpcfd v1.1.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/miekg/dns v1.1.50
github.com/networkservicemesh/api v1.10.1-0.20230822145124-c4a3ece88804
github.com/networkservicemesh/sdk v0.5.1-0.20231005102834-7ad780b13635
github.com/networkservicemesh/sdk-kernel v0.0.0-20231005103322-5f6757f0685c
github.com/networkservicemesh/api v1.11.0
github.com/networkservicemesh/sdk v1.11.0
github.com/networkservicemesh/sdk-kernel 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
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@ github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zk
github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=
github.com/miekg/dns v1.1.50 h1:DQUfb9uc6smULcREF09Uc+/Gd46YWqJd5DbpPE9xkcA=
github.com/miekg/dns v1.1.50/go.mod h1:e3IlAVfNqAllflbibAZEWOXOQ+Ynzk/dDozDxY7XnME=
github.com/networkservicemesh/api v1.10.1-0.20230822145124-c4a3ece88804 h1:RDbdWrIi+QL4ZKI45ETcT81Ox9DZPl083vDcFqY5AnI=
github.com/networkservicemesh/api v1.10.1-0.20230822145124-c4a3ece88804/go.mod h1:DO7D13Y4x/A8tQ2cQyUWa9o5wi7XHUB8+vITWRKreCc=
github.com/networkservicemesh/sdk v0.5.1-0.20231005102834-7ad780b13635 h1:bF/V8H199xbXjnf7nQLODZNEu7m9PaCPIyDvpIfeUWQ=
github.com/networkservicemesh/sdk v0.5.1-0.20231005102834-7ad780b13635/go.mod h1:KzbOZkk84r6KMNESKb50DpIWqxqCA88Mb+2jFrAdBJs=
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/api v1.11.0 h1:9Hbanw+Eet3D/BF2jE75Nfhsmz0r9aStBiHEeyXXc50=
github.com/networkservicemesh/api v1.11.0/go.mod h1:DO7D13Y4x/A8tQ2cQyUWa9o5wi7XHUB8+vITWRKreCc=
github.com/networkservicemesh/sdk v1.11.0 h1:RUoMfq1/yBjWHeikEbcPGIcK7L23yim8sapBk51g4QA=
github.com/networkservicemesh/sdk v1.11.0/go.mod h1:kskx6RdU+taL14uTk/BMq7cDDPEy2s7O/ekcGxfWmBk=
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/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 02cbd93

Please sign in to comment.