@@ -25,6 +25,9 @@ replace github.com/urfave/cli/v2 => github.com/ipostelnik/cli/v2 v2.3.1-0.202103
25
25
26
26
replace github.com/rivo/tview => github.com/kylecarbs/tview v0.0.0-20220309202238-8464256e10a1
27
27
28
+ // glog has a single goroutine leak on start
29
+ replace github.com/golang/glog => github.com/coder/glog v1.0.1-0.20220322161911-7365fe7f2cd1
30
+
28
31
require (
29
32
cdr.dev/slog v1.4.1
30
33
cloud.google.com/go/compute v1.5.0
@@ -86,6 +89,21 @@ require (
86
89
storj.io/drpc v0.0.30
87
90
)
88
91
92
+ require (
93
+ github.com/DataDog/datadog-agent/pkg/obfuscate v0.0.0-20211129110424-6491aa3bf583 // indirect
94
+ github.com/DataDog/datadog-go v4.8.2+incompatible // indirect
95
+ github.com/DataDog/datadog-go/v5 v5.0.2 // indirect
96
+ github.com/DataDog/sketches-go v1.0.0 // indirect
97
+ github.com/dgraph-io/ristretto v0.1.0 // indirect
98
+ github.com/dustin/go-humanize v1.0.0 // indirect
99
+ github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
100
+ github.com/josharian/intern v1.0.0 // indirect
101
+ github.com/mailru/easyjson v0.7.7 // indirect
102
+ github.com/philhofer/fwd v1.1.1 // indirect
103
+ github.com/tinylib/msgp v1.1.2 // indirect
104
+ golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
105
+ )
106
+
89
107
require (
90
108
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
91
109
github.com/BurntSushi/toml v1.0.0 // indirect
@@ -220,6 +238,7 @@ require (
220
238
google.golang.org/appengine v1.6.7 // indirect
221
239
google.golang.org/genproto v0.0.0-20220310185008-1973136f34c6 // indirect
222
240
google.golang.org/grpc v1.45.0 // indirect
241
+ gopkg.in/DataDog/dd-trace-go.v1 v1.37.0
223
242
gopkg.in/coreos/go-oidc.v2 v2.2.1 // indirect
224
243
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
225
244
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
0 commit comments