Skip to content

Commit

Permalink
Update go.mod and go.sum to latest version from networkservicemesh/sd…
Browse files Browse the repository at this point in the history
…k@main

PR link: networkservicemesh/sdk#1306

Commit: 9998b77
Author: Denis Tingaikin
Date: 2022-06-02 03:47:28 +0300
Message:
  - feat: Add  distributed vl3 dns chain element and dns chain elements (#1306)
* add  distributes vl3 dns chain elements and dns chain elements

Signed-off-by: denis-tingaikin <denis.tingajkin@xored.com>

* fix linter

Signed-off-by: denis-tingaikin <denis.tingajkin@xored.com>

* fix tests

Signed-off-by: denis-tingaikin <denis.tingajkin@xored.com>

* fix deadline error

Signed-off-by: denis-tingaikin <denis.tingajkin@xored.com>

* apply self code review

Signed-off-by: denis-tingaikin <denis.tingajkin@xored.com>

* disable windows testing for vl3 sandbox tests due to windows is not good with local host dns servers

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Jun 2, 2022
1 parent 0965e1a commit f7e6a15
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 @@ -7,7 +7,7 @@ require (
github.com/edwarnicke/exechelper v1.0.3
github.com/edwarnicke/grpcfd v1.1.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/sdk v0.5.1-0.20220530165231-776aab67ce09
github.com/networkservicemesh/sdk v0.5.1-0.20220602004728-9998b77fcb6b
github.com/sirupsen/logrus v1.8.1
github.com/spiffe/go-spiffe/v2 v2.0.0
github.com/stretchr/testify v1.7.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/networkservicemesh/api v1.3.2-0.20220516230921-edaa6f46d6ab h1:hV6T7Kvze0qQphqi6g5ZKFoJ0m08OKdWETUINo3tuaA=
github.com/networkservicemesh/api v1.3.2-0.20220516230921-edaa6f46d6ab/go.mod h1:hOF2844BSstH1311oDMDgqqXS+kdc77htZNPRKl9mf8=
github.com/networkservicemesh/sdk v0.5.1-0.20220530165231-776aab67ce09 h1:7+2ykBUb0CD2IhblGPc53TnIFlqJgdvDPLoYmSnWz2o=
github.com/networkservicemesh/sdk v0.5.1-0.20220530165231-776aab67ce09/go.mod h1:Wj9RnSFeFBHWlJGOrqgnAg6AWbaQud9XVKxByh5IS/A=
github.com/networkservicemesh/sdk v0.5.1-0.20220602004728-9998b77fcb6b h1:wA2KctTtA/pHe8tsDBCVdvWnnSQPj2xL+7eVRSfeWPk=
github.com/networkservicemesh/sdk v0.5.1-0.20220602004728-9998b77fcb6b/go.mod h1:FdmGiefBBcj9HlV+poQSEAPOuBVp/hkwjWoDEN2a+jg=
github.com/open-policy-agent/opa v0.16.1 h1:BDADmi1Xl08aPcubaYgSEU0lJ/zrWDwmFMRXVPX856c=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down

0 comments on commit f7e6a15

Please sign in to comment.