forked from grafana/pyroscope
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
47 lines (45 loc) · 1.79 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
module github.com/pyroscope-io/pyroscope
go 1.14
require (
github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59
github.com/cheggaaa/pb/v3 v3.0.5
github.com/clarkduvall/hyperloglog v0.0.0-20171127014514-a0107a5d8004
github.com/cosmtrek/air v1.12.2
github.com/creack/pty v1.1.11 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/dgraph-io/badger/v2 v2.2007.2
github.com/dgrijalva/lfu-go v0.0.0-20141010002404-f174e76c5138
github.com/fatih/color v1.10.0
github.com/felixge/fgprof v0.9.1
github.com/google/go-cmp v0.5.2 // indirect
github.com/google/pprof v0.0.0-20200708004538-1a94d8640e99
github.com/google/uuid v1.1.2
github.com/iancoleman/strcase v0.1.2
github.com/ianlancetaylor/demangle v0.0.0-20200715173712-053cf528c12f // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/kisielk/godepgraph v0.0.0-20190626013829-57a7e4a651a9
github.com/kr/pretty v0.2.0 // indirect
github.com/kyoh86/richgo v0.3.3
github.com/kyoh86/xdg v1.2.0 // indirect
github.com/markbates/pkger v0.17.1
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/mattn/goreman v0.3.5
github.com/mgechev/revive v1.0.3
github.com/mitchellh/go-ps v1.0.0
github.com/morikuni/aec v1.0.0 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/onsi/ginkgo v1.14.0
github.com/onsi/gomega v1.10.1
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/peterbourgon/ff v1.7.0
github.com/peterbourgon/ff/v3 v3.0.0
github.com/rivo/uniseg v0.2.0 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/spaolacci/murmur3 v1.1.0
github.com/wacul/ptr v1.0.0 // indirect
golang.org/x/sys v0.0.0-20210228012217-479acdf4ea46 // indirect
golang.org/x/tools v0.1.0
google.golang.org/protobuf v1.25.0 // indirect
honnef.co/go/tools v0.0.1-2020.1.6
k8s.io/klog v1.0.0 // indirect
)