Commit ffa8e24
committed
Adding support for use with Go modules
Previous to this patch if you try to run the test of go-git in a Go
modules environment, the tests fail due to go-git-fixtures package is
not found. In order to found the package on this environment, the
build.Context.Import function is leveraged.
Signed-off-by: Pablo Andres Fuente <pablo.andres.fuente@gmail.com>1 parent a75f4e7 commit ffa8e24
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
331 | 339 | | |
332 | 340 | | |
333 | 341 | | |
| |||
0 commit comments