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 Dec 19, 2024
1 parent 8c6a188 commit fe9ee24
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/ghodss/yaml v1.0.0
github.com/golang/protobuf v1.5.3
github.com/google/uuid v1.3.1
github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00
github.com/networkservicemesh/sdk v0.5.1-0.20241209114224-1e611de3145f
github.com/networkservicemesh/sdk-kernel v0.0.0-20241209114436-f11880a573b5
github.com/networkservicemesh/api v1.14.2-rc.3
github.com/networkservicemesh/sdk v1.14.2-rc.3
github.com/networkservicemesh/sdk-kernel v1.14.2-rc.3
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.4
go.uber.org/goleak v1.3.1-0.20241121203838-4ff5fa6529ee
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.14.2-rc.1.0.20241209080353-bbb4cd5f8f00 h1:xZGg3H5j9UoQW7GasoQrBtH4RkB9bgKdfuRIM9EUkCQ=
github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00/go.mod h1:GT0Yw1LYFSTxlDyJjBDhIxT82rJ2czZ0TiyzxSyKzvg=
github.com/networkservicemesh/sdk v0.5.1-0.20241209114224-1e611de3145f h1:vlD2bVrPbOV1ICkBtAUB6HAcPDH0I3SNDIYJdcaGYrM=
github.com/networkservicemesh/sdk v0.5.1-0.20241209114224-1e611de3145f/go.mod h1:T8IWsaj52yYieCipr0rOViAzWPo7Mc83jI7q61OUFvM=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241209114436-f11880a573b5 h1:zKdZNUrqqzgVQsjDSyn0jC9gPt8wUawHGcALzMkdrqg=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241209114436-f11880a573b5/go.mod h1:EgyUpa4L2VOApojjMZLfkw4LCHb7J5p7jS3p5N8nJKA=
github.com/networkservicemesh/api v1.14.2-rc.3 h1:o7ROAyeLx9uPn5y6cdGpOwtS2pWNUoR2EIJPa/E5tKw=
github.com/networkservicemesh/api v1.14.2-rc.3/go.mod h1:GT0Yw1LYFSTxlDyJjBDhIxT82rJ2czZ0TiyzxSyKzvg=
github.com/networkservicemesh/sdk v1.14.2-rc.3 h1:1qMdKbbc7J2j5Dy8ScXhk9cSvNq1SfRGwDepMenUnyo=
github.com/networkservicemesh/sdk v1.14.2-rc.3/go.mod h1:9Sg7s9ymqL0i/FLKSn09eECEP9fUIeKJhwjyxSOVe5E=
github.com/networkservicemesh/sdk-kernel v1.14.2-rc.3 h1:yKYVor9+EjLKiMak+Aev4dAhGsrghPOkXvm7TTA1XQM=
github.com/networkservicemesh/sdk-kernel v1.14.2-rc.3/go.mod h1:hEYuDuzSH9UTX8U9WdWTFu+wyvxguILTU8xAOzlnKlQ=
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 fe9ee24

Please sign in to comment.