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

Commit: b47cbd4
Author: Nikita Skrynnik
Date: 2022-09-16 01:57:34 +0700
Message:
  - Add OPA to registry-memory server (#1352)
* add options for registry-memory server

Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>

* fix CI

Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>

* add more options to registry memory server

Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Sep 15, 2022
1 parent 593cdc7 commit b3aa8b0
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.4.1-0.20220711153918-a59689088578
github.com/networkservicemesh/sdk v0.5.1-0.20220914233340-97e00ecbb074
github.com/networkservicemesh/sdk v0.5.1-0.20220915185734-b47cbd4fcbfa
github.com/networkservicemesh/sdk-sriov v0.0.0-20220914234504-dd647ece87c2
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 @@ -194,8 +194,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.4.1-0.20220711153918-a59689088578 h1:2MZD6SGFULqTgMKA8BFy7F+ldRErAyxsWht7oCwCVRM=
github.com/networkservicemesh/api v1.4.1-0.20220711153918-a59689088578/go.mod h1:hOF2844BSstH1311oDMDgqqXS+kdc77htZNPRKl9mf8=
github.com/networkservicemesh/sdk v0.5.1-0.20220914233340-97e00ecbb074 h1:UzfImaVm+EnC6gFlT4KmcAvaYLPgHcuXLBoMOfalvMY=
github.com/networkservicemesh/sdk v0.5.1-0.20220914233340-97e00ecbb074/go.mod h1:YnWv4wspKOtfFsc7kC5tfs7n95Snj3C0MRCal7yytVE=
github.com/networkservicemesh/sdk v0.5.1-0.20220915185734-b47cbd4fcbfa h1:TIrbgcE1DRTq3qkU5MqdAKo0vhImZftucSGqsIiCjmY=
github.com/networkservicemesh/sdk v0.5.1-0.20220915185734-b47cbd4fcbfa/go.mod h1:YnWv4wspKOtfFsc7kC5tfs7n95Snj3C0MRCal7yytVE=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220914234504-dd647ece87c2 h1:6hyq85+7QZ5hsjQUDd0095+q73avdSmw5ZcFFHL5XVA=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220914234504-dd647ece87c2/go.mod h1:dRK7l0T6yBQaOteStp9co1BRTdy7qR6mPvH5wL97EnU=
github.com/open-policy-agent/opa v0.44.0 h1:sEZthsrWBqIN+ShTMJ0Hcz6a3GkYsY4FaB2S/ou2hZk=
Expand Down

0 comments on commit b3aa8b0

Please sign in to comment.