Skip to content

Commit fe0e04a

Browse files
committed
internal/mod/internal/par: move from internal/mod/mvs/internal/par
We want to be able to use this package elsewhere in the mod packages, not just inside `mvs`. Signed-off-by: Roger Peppe <[email protected]> Change-Id: I13795024bbb4a39f1ebff86b4084045c95b2d608 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1172861 TryBot-Result: CUEcueckoo <[email protected]> Reviewed-by: Daniel Martí <[email protected]> Unity-Result: CUE porcuepine <[email protected]>
1 parent 99bdbad commit fe0e04a

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

internal/mod/mvs/mvs.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"sort"
1313
"sync"
1414

15-
"cuelang.org/go/internal/mod/mvs/internal/par"
15+
"cuelang.org/go/internal/mod/internal/par"
1616
)
1717

1818
// A Reqs is the requirement graph on which Minimal Version Selection (MVS) operates.

0 commit comments

Comments
 (0)