Skip to content

Commit

Permalink
internal/slices: move from internal/mod/mvs/internal/slices
Browse files Browse the repository at this point in the history
We want to be able to use it from other places and we can't
use it from the Go standard library yet.

Signed-off-by: Roger Peppe <[email protected]>
Change-Id: I5e9f46b2843af19703273e24e6ada525556b8788
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1172863
Unity-Result: CUE porcuepine <[email protected]>
TryBot-Result: CUEcueckoo <[email protected]>
Reviewed-by: Daniel Martí <[email protected]>
  • Loading branch information
rogpeppe committed Nov 30, 2023
1 parent fe0e04a commit 0e51dbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/mod/mvs/graph.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"fmt"
"sort"

"cuelang.org/go/internal/mod/mvs/internal/slices"
"cuelang.org/go/internal/slices"
)

// Versions is an interface that should be provided by implementations
Expand Down
File renamed without changes.

0 comments on commit 0e51dbb

Please sign in to comment.