Skip to content

Commit 02e4893

Browse files
committed
libcue: change module name to github.com/cue-lang/libcue
Ideally we want the module name to be `cuelang.org/c/cue`, but we haven't set up vanity imports yet so there is no way to use `go install`. Change module name to `github.com/cue-lang/libcue` so `go install` works. Signed-off-by: Aram Hăvărneanu <[email protected]> Change-Id: Ifc8d3ced037c8eb63f7c1877187555a931cedf1c Reviewed-on: https://review.gerrithub.io/c/cue-lang/libcue/+/1192734 Reviewed-by: Marcel van Lohuizen <[email protected]> TryBot-Result: CUEcueckoo <[email protected]>
1 parent 99bff6e commit 02e4893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module cuelang.org/c/cue
1+
module github.com/cue-lang/libcue
22

33
go 1.22.0
44

0 commit comments

Comments
 (0)