Skip to content

Releases: kubernetes-sigs/depstat

depstat now works properly with go1.17+ go mod graphs

31 Oct 19:12
e951587

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.7.0

depstat

04 Aug 05:53
a316b79

Choose a tag to compare

Adding the -m flag to the stats command which allows specifying multiple main modules (#48)

depstat

13 Jul 06:11
6171899

Choose a tag to compare

Updated the stats command to show the following metrics

  1. Direct Dependencies
  2. Transitive Dependencies
  3. Total Dependencies
  4. Max Depth Of Dependencies

depstat

28 Apr 06:54
cd4c942

Choose a tag to compare

  • Reduced memory usage for stats subcommand.
  • Support creating graph of a particular dependency with the -d flag for the graph subcommand.

depstat

28 Apr 06:25
cd4c942

Choose a tag to compare

  • Reduced memory usage for stats subcommand.
  • Support creating graph of a particular dependency with the -d flag for the graph subcommand.

depstat

22 Apr 12:05
863c8de

Choose a tag to compare

First release for depstat :)