File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed
github.com/felixge/fgprof Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ require (
32
32
github.com/dustin/go-humanize v1.0.1
33
33
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb
34
34
github.com/fatih/color v1.16.0
35
- github.com/felixge/fgprof v0.9.4
35
+ github.com/felixge/fgprof v0.9.5
36
36
github.com/fluent/fluent-bit-go v0.0.0-20230731091245-a7a013e2473c
37
37
github.com/fsouza/fake-gcs-server v1.7.0
38
38
github.com/go-kit/log v0.2.1
Original file line number Diff line number Diff line change @@ -622,8 +622,8 @@ github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYF
622
622
github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM =
623
623
github.com/fatih/color v1.16.0 /go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE =
624
624
github.com/fatih/structs v1.1.0 /go.mod h1:9NiDSp5zOcgEDl+j00MP/WkGVPOlPRLejGD8Ga6PJ7M =
625
- github.com/felixge/fgprof v0.9.4 h1:ocDNwMFlnA0NU0zSB3I52xkO4sFXk80VK9lXjLClu88 =
626
- github.com/felixge/fgprof v0.9.4 /go.mod h1:yKl+ERSa++RYOs32d8K6WEXCB4uXdLls4ZaZPpayhMM =
625
+ github.com/felixge/fgprof v0.9.5 h1:8+vR6yu2vvSKn08urWyEuxx75NWPEvybbkBirEpsbVY =
626
+ github.com/felixge/fgprof v0.9.5 /go.mod h1:yKl+ERSa++RYOs32d8K6WEXCB4uXdLls4ZaZPpayhMM =
627
627
github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg =
628
628
github.com/felixge/httpsnoop v1.0.4 /go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U =
629
629
github.com/fluent/fluent-bit-go v0.0.0-20230731091245-a7a013e2473c h1:yKN46XJHYC/gvgH2UsisJ31+n4K3S7QYZSfU2uAWjuI =
Original file line number Diff line number Diff line change @@ -730,7 +730,7 @@ github.com/facette/natsort
730
730
# github.com/fatih/color v1.16.0
731
731
## explicit; go 1.17
732
732
github.com/fatih/color
733
- # github.com/felixge/fgprof v0.9.4
733
+ # github.com/felixge/fgprof v0.9.5
734
734
## explicit; go 1.14
735
735
github.com/felixge/fgprof
736
736
# github.com/felixge/httpsnoop v1.0.4
You can’t perform that action at this time.
0 commit comments