Skip to content

Commit 7189c40

Browse files
committed
fix: fix go.mod
Signed-off-by: zongz <[email protected]>
1 parent a178462 commit 7189c40

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

go.mod

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,4 @@ require (
210210
sigs.k8s.io/yaml v1.3.0 // indirect
211211
)
212212

213-
replace (
214-
kcl-lang.io/kpm => /Users/zongz/Workspace/kusionstack/kpm
215-
kcl-lang.io/kpm v0.9.0-rc.2 => kcl-lang.io/kpm v0.9.0-rc.2.0.20240704123051-efc7b9c78ae8
216-
)
213+
replace kcl-lang.io/kpm v0.9.0-rc.2 => kcl-lang.io/kpm v0.9.0-rc.2.0.20240704123051-efc7b9c78ae8

0 commit comments

Comments
 (0)