File tree Expand file tree Collapse file tree 3 files changed +0
-10
lines changed
Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ require (
2020 github.com/gofrs/uuid v4.2.0+incompatible
2121 github.com/golang/glog v1.2.4
2222 github.com/google/go-cmp v0.6.0
23- github.com/grafana/pyroscope-go/godeltaprof v0.1.9
2423 github.com/json-iterator/go v1.1.12
2524 github.com/julienschmidt/httprouter v1.3.0
2625 github.com/lib/pq v1.10.4
@@ -57,7 +56,6 @@ require (
5756 github.com/golang/protobuf v1.5.3 // indirect
5857 github.com/hashicorp/hcl v1.0.0 // indirect
5958 github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d // indirect
60- github.com/klauspost/compress v1.17.8 // indirect
6159 github.com/magiconair/properties v1.8.6 // indirect
6260 github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
6361 github.com/mitchellh/reflectwalk v1.0.2 // indirect
Original file line number Diff line number Diff line change @@ -246,8 +246,6 @@ github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5m
246246github.com/googleapis/gax-go/v2 v2.1.0 /go.mod h1:Q3nei7sK6ybPYH7twZdmQpAd1MKb7pfu6SK+H1/DsU0 =
247247github.com/googleapis/gax-go/v2 v2.1.1 /go.mod h1:hddJymUZASv3XPyGkUpKj8pPO47Rmb0eJc8R6ouapiM =
248248github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8 /go.mod h1:dvDLG8qkwmyD9a/MJJN3XJcT3xFxOKAvTZGvuZmac9g =
249- github.com/grafana/pyroscope-go/godeltaprof v0.1.9 h1:c1Us8i6eSmkW+Ez05d3co8kasnuOY813tbMN8i/a3Og =
250- github.com/grafana/pyroscope-go/godeltaprof v0.1.9 /go.mod h1:2+l7K7twW49Ct4wFluZD3tZ6e0SjanjcUUBPVD/UuGU =
251249github.com/grpc-ecosystem/grpc-gateway v1.16.0 /go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw =
252250github.com/hashicorp/consul/api v1.11.0 /go.mod h1:XjsvQN+RJGWI2TWy1/kqaE16HrR2J/FWgkYjdZQsX9M =
253251github.com/hashicorp/consul/sdk v0.8.0 /go.mod h1:GBvyrGALthsZObzUGsfgHZQDXjg4lOjagTIwIR1vPms =
@@ -314,8 +312,6 @@ github.com/julienschmidt/httprouter v1.3.0 h1:U0609e9tgbseu3rBINet9P48AI/D3oJs4d
314312github.com/julienschmidt/httprouter v1.3.0 /go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM =
315313github.com/kisielk/errcheck v1.5.0 /go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8 =
316314github.com/kisielk/gotool v1.0.0 /go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck =
317- github.com/klauspost/compress v1.17.8 h1:YcnTYrq7MikUT7k0Yb5eceMmALQPYBW/Xltxn0NAMnU =
318- github.com/klauspost/compress v1.17.8 /go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw =
319315github.com/konsorten/go-windows-terminal-sequences v1.0.1 /go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ =
320316github.com/konsorten/go-windows-terminal-sequences v1.0.3 /go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ =
321317github.com/kr/fs v0.1.0 /go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg =
Original file line number Diff line number Diff line change 11package main
22
33import (
4- _ "net/http/pprof"
5-
6- _ "github.com/grafana/pyroscope-go/godeltaprof/http/pprof"
7-
84 "flag"
95 "net/http"
106 "os"
You can’t perform that action at this time.
0 commit comments