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

Commit: 5d3e278
Author: Nikita Skrynnik
Date: 2022-01-13 14:01:44 +1100
Message:
  - Open Telemetry minor fix (#1212)
* move IsEnabled func

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

* apply suggestions

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Jan 13, 2022
1 parent a3edfa9 commit a24e65e
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 23 deletions.
17 changes: 14 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,23 @@ go 1.16

require (
github.com/antonfisher/nested-logrus-formatter v1.3.1
github.com/benbjohnson/clock v1.3.0 // indirect
github.com/edwarnicke/grpcfd v0.1.1
github.com/google/go-cmp v0.5.6 // indirect
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.0.1-0.20211110183123-3038992da61a
github.com/networkservicemesh/sdk v0.5.1-0.20220110090942-fe9702d99abd
github.com/networkservicemesh/api v1.1.1
github.com/networkservicemesh/sdk v1.1.1
github.com/networkservicemesh/sdk-sriov v0.0.0-20220110091731-431cb09e01fc
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.5
google.golang.org/grpc v1.36.1
go.uber.org/goleak v1.1.12 // indirect
golang.org/x/crypto v0.0.0-20210920023735-84f357641f63 // indirect
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20211129164237-f09f9a12af12 // indirect
google.golang.org/grpc v1.42.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
Loading

0 comments on commit a24e65e

Please sign in to comment.