Skip to content

Commit

Permalink
Update dependency for CVE (#693)
Browse files Browse the repository at this point in the history
* Update dependency for CVE

* fix linter error
  • Loading branch information
jhendrixMSFT authored Apr 15, 2022
1 parent bad3b7c commit 855f1da
Show file tree
Hide file tree
Showing 3 changed files with 549 additions and 30 deletions.
13 changes: 10 additions & 3 deletions tracing/opencensus/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ module github.com/Azure/go-autorest/tracing/opencensus
go 1.15

require (
contrib.go.opencensus.io/exporter/ocagent v0.6.0
github.com/Azure/go-autorest/tracing v0.5.0
go.opencensus.io v0.22.0
contrib.go.opencensus.io/exporter/ocagent v0.7.0
github.com/Azure/go-autorest/tracing v0.6.0
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
go.opencensus.io v0.23.0
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
google.golang.org/api v0.74.0 // indirect
google.golang.org/genproto v0.0.0-20220414192740-2d67ff6cf2b4 // indirect
gopkg.in/yaml.v2 v2.2.8
)
Loading

0 comments on commit 855f1da

Please sign in to comment.