loov / goda

Go Dependency Analysis toolkit
MIT License
1.37k stars 45 forks source link

Stats about the downloaded repository size #13

Closed egonelbre closed 3 years ago

egonelbre commented 5 years ago

From:

  1. https://www.reddit.com/r/golang/comments/as76tb/go_mod_download_cache_is_huge/
  2. https://github.com/disintegratedcircuit/gomodtest

go.mod:

module gomodtest

require (
    github.com/opentracing/opentracing-go v1.0.2 // indirect
    github.com/pkg/errors v0.8.1 // indirect
    github.com/prometheus/client_golang v0.9.2 // indirect
    github.com/prometheus/common v0.2.0 // indirect
    github.com/prometheus/prometheus v2.7.0+incompatible
    gopkg.in/yaml.v2 v2.2.2 // indirect
)