Skip to content

Commit

Permalink
fix: fix go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: zongz <zongzhe1024@163.com>
  • Loading branch information
zong-zhe committed Jul 4, 2024
1 parent a178462 commit 7189c40
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,4 @@ require (
sigs.k8s.io/yaml v1.3.0 // indirect
)

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

0 comments on commit 7189c40

Please sign in to comment.