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
This commit is contained in:
Serge Zaitsev
2019-10-07 08:10:02 +02:00
committed by GitHub
parent 0868adad0a
commit 7a37ec05c4
7 changed files with 181 additions and 61 deletions

14
go.mod
View File

@@ -1,13 +1,5 @@
module github.com/sixt/gomodproxy
require (
github.com/emirpasic/gods v1.12.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/stretchr/testify v1.3.0 // indirect
golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc // indirect
golang.org/x/net v0.0.0-20190110200230-915654e7eabc // indirect
golang.org/x/sys v0.0.0-20190109145017-48ac38b7c8cb // indirect
gopkg.in/src-d/go-billy.v4 v4.3.0 // indirect
gopkg.in/src-d/go-git-fixtures.v3 v3.3.0 // indirect
gopkg.in/src-d/go-git.v4 v4.8.1
)
go 1.13
require gopkg.in/src-d/go-git.v4 v4.13.1