Skip to content

Releases: uudashr/gopkgs

v2.1.2

18 Feb 07:21
4d0f738
Compare
Choose a tag to compare

Changes

  • Fix import issue #25

v2.1.1

24 Oct 05:58
Compare
Choose a tag to compare

Fix module issue

v2.1.0

22 Oct 03:50
9ad6b82
Compare
Choose a tag to compare

Changes

v2.0.2

14 Oct 09:42
bca1536
Compare
Choose a tag to compare

Changes

  • Fix the -mod=vendor issues (by ignores the vendor dependencies). @nezorflame

v2.0.1

27 Sep 15:22
Compare
Choose a tag to compare

Changes

  • Fix the import path for module packages

v2.0

23 Sep 02:44
Compare
Choose a tag to compare

Changes

  • Add go module support

v1.3.2

20 May 15:48
Compare
Choose a tag to compare

Major performance improvement

Comparison:
This executed under gopkgs project directory, with total packages 5713 found.

Command v1.3.0 v1.3.2
time gopkgs|wc -l 0.904s 0.454s
time gopkgs -workDir=.|wc -l 0.124s 0.067s

v1.3.1

13 May 14:32
Compare
Choose a tag to compare

Changes

v1.3.0

11 May 20:24
Compare
Choose a tag to compare

Changes

  • -workDiralso works on sub package directory

v1.2.0

05 May 19:24
Compare
Choose a tag to compare

Changes:

  • Add -no-vendor options, to ignore the vendor packages when -workDir not specified