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#1418

Commit: 75f95c7
Author: Artem Glazychev
Date: 2023-02-27 16:49:01 +0700
Message:
  - Add interdomain funcs to vl3-dns template (#1418)
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Feb 27, 2023
1 parent 1c411b8 commit 475d030
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/grpcfd v1.1.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.7.2-0.20230123083145-4a6c3ec589e1
github.com/networkservicemesh/sdk v0.5.1-0.20230227075049-9a7d5a4b2da3
github.com/networkservicemesh/sdk v0.5.1-0.20230227094901-75f95c71ecc1
github.com/networkservicemesh/sdk-sriov v0.0.0-20230227075817-619ee55980e7
github.com/sirupsen/logrus v1.9.0
github.com/spiffe/go-spiffe/v2 v2.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182aff
github.com/miekg/dns v1.1.50 h1:DQUfb9uc6smULcREF09Uc+/Gd46YWqJd5DbpPE9xkcA=
github.com/networkservicemesh/api v1.7.2-0.20230123083145-4a6c3ec589e1 h1:RxNKksXsXsnDsEo+Cfn43pdPfML024ad//QcdKfgXK4=
github.com/networkservicemesh/api v1.7.2-0.20230123083145-4a6c3ec589e1/go.mod h1:hOF2844BSstH1311oDMDgqqXS+kdc77htZNPRKl9mf8=
github.com/networkservicemesh/sdk v0.5.1-0.20230227075049-9a7d5a4b2da3 h1:FhEw4Ua6jcjysbpKo7GoZYIjVhahvv0rh/GS8rgvdQo=
github.com/networkservicemesh/sdk v0.5.1-0.20230227075049-9a7d5a4b2da3/go.mod h1:4w0ue1+jI3lHNdSr+rzSpFIBwoGfM5vRcjVkNKZNRxk=
github.com/networkservicemesh/sdk v0.5.1-0.20230227094901-75f95c71ecc1 h1:hTBPa28Q/opaKn19Ciuue3hZlj/mpvBDWNacUdEVVgY=
github.com/networkservicemesh/sdk v0.5.1-0.20230227094901-75f95c71ecc1/go.mod h1:4w0ue1+jI3lHNdSr+rzSpFIBwoGfM5vRcjVkNKZNRxk=
github.com/networkservicemesh/sdk-sriov v0.0.0-20230227075817-619ee55980e7 h1:LkUXww1VDpqDLtzZHlZQg//8QpFPxrYAYlKiI7hzKuY=
github.com/networkservicemesh/sdk-sriov v0.0.0-20230227075817-619ee55980e7/go.mod h1:swu7g9aGCC9SPjImQ0adkLzPOIae2QmQaEq8RbZjwPM=
github.com/open-policy-agent/opa v0.44.0 h1:sEZthsrWBqIN+ShTMJ0Hcz6a3GkYsY4FaB2S/ou2hZk=
Expand Down

0 comments on commit 475d030

Please sign in to comment.