Give up, change import paths to the fork.

This commit is contained in:
Marcin Bilski
2022-01-05 11:31:44 +01:00
parent 48d1cf9ff8
commit 9624b2b9ad
7 changed files with 7 additions and 14 deletions

7
go.mod
View File

@@ -2,9 +2,4 @@ module github.com/bilus/gomodproxy
go 1.16
replace github.com/sixt/gomodproxy => github.com/bilus/gomodproxy v0.1.11-0.20220105101957-b4d9e12f70da
require (
github.com/sixt/gomodproxy v0.0.0-00010101000000-000000000000
gopkg.in/src-d/go-git.v4 v4.13.1
)
require gopkg.in/src-d/go-git.v4 v4.13.1