https://github.com/uber-go/goleak

Last synced: about 1 month ago

Repository metadata:

Goroutine leak detector


Owner metadata:


Committers metadata

Last synced: 2 months ago

Total Commits: 82
Total Committers: 29
Avg Commits per committer: 2.828
Development Distribution Score (DDS): 0.805

Commits in past year: 18
Committers in past year: 8
Avg Commits per committer in past year: 2.25
Development Distribution Score (DDS) in past year: 0.667

Name Email Commits
Prashant Varanasi g****b@p****m 16
Sung Yoon Whang s****n@u****m 13
Prashant Varanasi p****t@u****m 8
Abhinav Gupta a****g@u****m 7
Abhinav Gupta m****l@a****t 7
Prashant Varanasi p****t@p****m 5
Oleksandr Redko o****b@g****m 3
Sung Yoon Whang s****g@g****m 2
Ashish Singh 4****h 1
Denis Tingaikin 4****n 1
Dmitriy Shirchenko s****n 1
Esteban Raymundo Olmedo Ramírez 4****o 1
Gavin Shriver 5****r 1
Matt Way m****y 1
r-hang 4****g 1
Cyrille Hemidy c****y@g****m 1
Dmitry Verkhoturov p****7@g****m 1
Jacob Oaks j****8@g****m 1
Jacob Oaks j****s@u****m 1
James Lamb a****n@o****o 1
John Oss j****n@j****m 1
Kante Yin k****t@g****m 1
Koichi Shiraishi z****o@g****m 1
Manjari Akella m****i@u****m 1
Martynas Buivys m****s@g****m 1
Paweł r****t@g****m 1
Tim Allclair t****r@g****m 1
Yannick MOHL-CLAUZADE m****e@g****m 1
psampaz p****z@g****m 1

Issue and Pull Request metadata

Last synced: about 1 month ago


Package metadata

go: go.uber.org/goleak

Package goleak is a Goroutine leak detector.

  • Homepage: https://github.com/uber-go/goleak
  • Documentation: https://pkg.go.dev/go.uber.org/goleak#section-documentation
  • Licenses: MIT
  • Latest release: v1.3.0 (published about 1 year ago)
  • Last Synced: 2024-11-11T22:31:53.870Z (about 1 month ago)
  • Versions: 9
  • Dependent Packages: 3,869
  • Dependent Repositories: 42,603
  • Docker Downloads: 15,369,696,739
  • Rankings:
    • Docker downloads count: 0.027%
    • Dependent repos count: 0.027%
    • Dependent packages count: 0.06%
    • Average: 0.726%
    • Stargazers count: 1.151%
    • Forks count: 2.364%
go: github.com/uber-go/goleak

  • Homepage: https://github.com/uber-go/goleak
  • Documentation: https://pkg.go.dev/github.com/uber-go/goleak#section-documentation
  • Licenses: mit
  • Latest release: v1.3.0 (published about 1 year ago)
  • Last Synced: 2024-11-11T01:04:55.071Z (about 1 month ago)
  • Versions: 9
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 0.764%
    • Forks count: 1.512%
    • Average: 4.655%
    • Dependent packages count: 6.999%
    • Dependent repos count: 9.346%

Dependencies

go.mod go
  • github.com/davecgh/go-spew v1.1.0
  • github.com/kr/pretty v0.1.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/testify v1.7.0
  • golang.org/x/lint v0.0.0-20190930215403-16217165b5de
  • golang.org/x/tools v0.1.5
  • gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
  • gopkg.in/yaml.v3 v3.0.1
go.sum go
  • github.com/davecgh/go-spew v1.1.0
  • github.com/kr/pretty v0.1.0
  • github.com/kr/pty v1.1.1
  • github.com/kr/text v0.1.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/testify v1.7.0
  • github.com/yuin/goldmark v1.3.5
  • golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  • golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
  • golang.org/x/lint v0.0.0-20190930215403-16217165b5de
  • golang.org/x/mod v0.4.2
  • golang.org/x/net v0.0.0-20190311183353-d8887717615a
  • golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
  • golang.org/x/net v0.0.0-20190620200207-3b0461eec859
  • golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
  • golang.org/x/sync v0.0.0-20190423024810-112230192c58
  • golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • golang.org/x/sys v0.0.0-20190412213103-97732733099d
  • golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
  • golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44
  • golang.org/x/sys v0.0.0-20210510120138-977fb7262007
  • golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
  • golang.org/x/text v0.3.0
  • golang.org/x/text v0.3.3
  • golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
  • golang.org/x/tools v0.0.0-20190311212946-11955173bddd
  • golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e
  • golang.org/x/tools v0.1.5
  • golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
  • golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898
  • golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
  • gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
  • gopkg.in/yaml.v3 v3.0.1
tools/go.mod go
  • github.com/BurntSushi/toml v1.2.1
  • github.com/chavacava/garif v0.0.0-20221024190013-b3ef35877348
  • github.com/fatih/color v1.14.1
  • github.com/fatih/structtag v1.2.0
  • github.com/mattn/go-colorable v0.1.13
  • github.com/mattn/go-isatty v0.0.17
  • github.com/mattn/go-runewidth v0.0.9
  • github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517
  • github.com/mgechev/revive v1.2.5
  • github.com/mitchellh/go-homedir v1.1.0
  • github.com/olekukonko/tablewriter v0.0.5
  • github.com/pkg/errors v0.9.1
  • golang.org/x/sys v0.4.0
  • golang.org/x/tools v0.5.0
tools/go.sum go
  • github.com/BurntSushi/toml v1.2.1
  • github.com/chavacava/garif v0.0.0-20221024190013-b3ef35877348
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/fatih/color v1.14.1
  • github.com/fatih/structtag v1.2.0
  • github.com/mattn/go-colorable v0.1.13
  • github.com/mattn/go-isatty v0.0.16
  • github.com/mattn/go-isatty v0.0.17
  • github.com/mattn/go-runewidth v0.0.9
  • github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517
  • github.com/mgechev/revive v1.2.5
  • github.com/mitchellh/go-homedir v1.1.0
  • github.com/olekukonko/tablewriter v0.0.5
  • github.com/pkg/errors v0.9.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/objx v0.4.0
  • github.com/stretchr/objx v0.5.0
  • github.com/stretchr/testify v1.7.1
  • github.com/stretchr/testify v1.8.0
  • github.com/stretchr/testify v1.8.1
  • golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
  • golang.org/x/sys v0.4.0
  • golang.org/x/tools v0.5.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
  • gopkg.in/yaml.v3 v3.0.1
.github/workflows/fossa.yaml actions
  • actions/checkout v2 composite
  • fossas/fossa-action v1 composite
.github/workflows/go.yml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • actions/setup-go v2 composite
  • codecov/codecov-action v1 composite