Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add datadog profiler in mongobetween #62

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ module github.com/coinbase/mongobetween
go 1.13

require (
github.com/DataDog/datadog-go v3.7.1+incompatible
github.com/DataDog/datadog-go v4.8.2+incompatible
github.com/hashicorp/go-getter v1.5.9
github.com/kr/pretty v0.2.0 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/spf13/viper v1.15.0
github.com/stretchr/testify v1.8.1
go.mongodb.org/mongo-driver v1.10.4
go.uber.org/multierr v1.5.0 // indirect
go.uber.org/zap v1.10.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
go.uber.org/zap v1.21.0
gopkg.in/DataDog/dd-trace-go.v1 v1.48.0
)
Loading