14 Commits

Author SHA1 Message Date
Serge Zaitsev
db43a4e741 encode module name with gomod vcs provider to handle uppercase module paths 2019-11-08 10:08:36 +01:00
Serge Zaitsev
7a37ec05c4
Delete modules in case of breaking changes or invalid checksums, compatibility with go mod download (#10)
* add module invalidation via DELETE request
* add go mod download vcs provider
2019-10-07 08:10:02 +02:00
Serge Zaitsev
0868adad0a use AllTags fetch option 2019-02-11 14:42:21 +01:00
Serge Zaitsev
5a917d7c6f fix symlink checks to use OS file mode, not git file mode 2019-02-08 14:31:55 +01:00
Serge Zaitsev
c7f7535da8 expose module name in both, bang-encoded and normal mixed-case form 2019-02-04 13:24:47 +01:00
Serge Zaitsev
a7494ce36f ignore symlinks to match go1.11.4 checksum algorithm changes 2019-01-14 11:53:30 +01:00
Serge Zaitsev
5fed7316c6 add support for custom vcs handlers 2018-11-06 14:38:55 +01:00
Serge Zaitsev
254fe284ff
Feature/nested modules (#6)
* add support for nested go modules

* update dependencies
2018-10-22 14:38:22 +02:00
Serge Zaitsev
374bc078c5 use disk storage for fetching git repos as an alternative to in-memory store 2018-09-25 16:03:04 +02:00
Serge Zaitsev
0f6ba760df add vcs tests 2018-09-21 15:06:56 +02:00
Serge Zaitsev
f67e23486c add tests for meta import resolver 2018-09-20 14:02:54 +02:00
Serge Zaitsev
0140bf1319 move meta imports handler into a separate file 2018-09-20 12:10:24 +02:00
Serge Zaitsev
020b523d4a provide go doc comments for exported types and functions 2018-09-19 16:34:17 +02:00
Serge Zaitsev
ce767e10ee initial commit 2018-09-19 11:20:09 +02:00