mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +00:00
fixed (#185)
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ func getSources(fs afero.Fs, gopath, repoRoot, repoURI, version string) (string,
|
||||
cmd.Env = append(cmd.Env, gopathEnv, disableCgo)
|
||||
cmd.Dir = repoRoot
|
||||
|
||||
packagePath := filepath.Join(gopath, "src", "v", "cache", repoURI, "@v")
|
||||
packagePath := filepath.Join(gopath, "src", "mod", "cache", repoURI, "@v")
|
||||
|
||||
o, err := cmd.CombinedOutput()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user