Skip to content

Commit 9841ca7

Browse files
committed
chore: bump kcl-lang.io/kcl-plugin package path.
1 parent cdf4d94 commit 9841ca7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright 2021 The KCL Authors. All rights reserved.
1+
// Copyright 2023 The KCL Authors. All rights reserved.
22

3-
module kusionstack.io/kcl-plugin
3+
module kcl-lang.io/kcl-plugin
44

55
go 1.17

hello.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
package main
77

88
import (
9-
"kusionstack.io/kcl-plugin"
9+
"kcl-lang.io/kcl-plugin"
1010
)
1111

1212
func main() {

0 commit comments

Comments
 (0)