mirror of
https://github.com/willnorris/imageproxy.git
synced 2024-12-16 21:56:43 -05:00
Fixes #190 thrift dependency issue
This commit is contained in:
parent
ec7166cc7a
commit
57a4d4671e
1 changed files with 2 additions and 0 deletions
2
go.mod
2
go.mod
|
@ -40,3 +40,5 @@ replace github.com/golang/lint => github.com/golang/lint v0.0.0-20190227174305-8
|
|||
|
||||
// local copy of envy package without cobra support
|
||||
replace github.com/jamiealquiza/envy => ./third_party/envy
|
||||
|
||||
replace git.apache.org/thrift.git => github.com/apache/thrift v0.12.0
|
||||
|
|
Loading…
Reference in a new issue