Skip to content

Commit

Permalink
update to v1.13.1-rc.4
Browse files Browse the repository at this point in the history
Signed-off-by: denis-tingaikin <[email protected]>
  • Loading branch information
denis-tingaikin committed Jun 3, 2024
1 parent c868194 commit 6daed33
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ go 1.20

require (
github.com/antonfisher/nested-logrus-formatter v1.3.1
github.com/edwarnicke/grpcfd v1.1.2
github.com/edwarnicke/grpcfd v1.1.4
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/sdk v1.13.1-rc.1
github.com/networkservicemesh/sdk-k8s v1.13.1-rc.1
github.com/networkservicemesh/sdk v1.13.1-rc.4
github.com/networkservicemesh/sdk-k8s v1.13.1-rc.4
github.com/sirupsen/logrus v1.9.0
github.com/spiffe/go-spiffe/v2 v2.1.7
google.golang.org/grpc v1.60.1
Expand Down Expand Up @@ -48,7 +48,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.13.1-rc.1 // indirect
github.com/networkservicemesh/api v1.13.1-rc.4 // 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.17.0 // indirect
Expand Down
7 changes: 7 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ github.com/edwarnicke/genericsync v0.0.0-20220910010113-61a344f9bc29 h1:4/2wgile
github.com/edwarnicke/genericsync v0.0.0-20220910010113-61a344f9bc29/go.mod h1:3m+ZfVq+z0pTLW798jmqnifMsalrVLIKmfXaMFvqSuc=
github.com/edwarnicke/grpcfd v1.1.2 h1:2b8kCABQ1+JjSKGDoHadqSW7whCeTXMqtyo6jmB5B8k=
github.com/edwarnicke/grpcfd v1.1.2/go.mod h1:rHihB9YvNMixz8rS+ZbwosI2kj65VLkeyYAI2M+/cGA=
github.com/edwarnicke/grpcfd v1.1.4/go.mod h1:rHihB9YvNMixz8rS+ZbwosI2kj65VLkeyYAI2M+/cGA=
github.com/edwarnicke/serialize v0.0.0-20200705214914-ebc43080eecf/go.mod h1:XvbCO/QGsl3X8RzjBMoRpkm54FIAZH5ChK2j+aox7pw=
github.com/edwarnicke/serialize v1.0.7 h1:geX8vmyu8Ij2S5fFIXjy9gBDkKxXnrMIzMoDvV0Ddac=
github.com/edwarnicke/serialize v1.0.7/go.mod h1:y79KgU2P7ALH/4j37uTSIdNavHFNttqN7pzO6Y8B2aw=
Expand Down Expand Up @@ -134,10 +135,16 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/networkservicemesh/api v1.13.1-rc.1 h1:dUX9aoUugcapAJG/H/5sYG/0++sB6QEpKmM10ow35t4=
github.com/networkservicemesh/api v1.13.1-rc.1/go.mod h1:B8FmS3XZ7NZY7ZEtdcNg2NHYppDHlr4kl4eecdZN9eI=
github.com/networkservicemesh/api v1.13.1-rc.4 h1:bzQW7e4htX0Z/76Mz9+NwvSgvUM34J0k0TCYAITFEMg=
github.com/networkservicemesh/api v1.13.1-rc.4/go.mod h1:B8FmS3XZ7NZY7ZEtdcNg2NHYppDHlr4kl4eecdZN9eI=
github.com/networkservicemesh/sdk v1.13.1-rc.1 h1:bLpY88zf4lYyIWHyaRARk3juMjLa5+AgqsblYT3ZMrM=
github.com/networkservicemesh/sdk v1.13.1-rc.1/go.mod h1:BvYccrTgfhhT/cXf1mZcZBUapoZUF0YuPWzBBV5ZiSM=
github.com/networkservicemesh/sdk v1.13.1-rc.4 h1:G8fl4+j4iYGPHWO3rEJO5NiV8j8S9/qiPZ3oZ8htaps=
github.com/networkservicemesh/sdk v1.13.1-rc.4/go.mod h1:FgVFWr8Iol4GifxjMwz5roCquS3+WOY52cDPuKPqiKU=
github.com/networkservicemesh/sdk-k8s v1.13.1-rc.1 h1:Dl/+r52CVDRkIQYb79iEh1RVfs/WDQJm1WgHVMXj7N4=
github.com/networkservicemesh/sdk-k8s v1.13.1-rc.1/go.mod h1:WWtKDTS5vr9lWhb8zvCJ6vZp0Kaw62VknqPQbqiL+to=
github.com/networkservicemesh/sdk-k8s v1.13.1-rc.4 h1:92u03iJZNbHnD1x53uXfKf024ulUWcMuULjVQqWUe6g=
github.com/networkservicemesh/sdk-k8s v1.13.1-rc.4/go.mod h1:ajFOZShWAiNrqYltHJe9YLpK0NEjsqiK6rL9bJFq6/4=
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 6daed33

Please sign in to comment.