Skip to content

Commit

Permalink
Merge pull request #46 from zong-zhe/bump-kpm-version
Browse files Browse the repository at this point in the history
chore: bump kpm version
  • Loading branch information
Peefy authored Feb 28, 2024
2 parents 0d1d2fa + 0088908 commit 9bacefe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/kcl/commands/mod_graph.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func ModGraph(cli *client.KpmClient, args []string) error {
return err
}

depGraph, err := cli.GetDependencyGraph(kclPkg)
_, depGraph, err := cli.InitGraphAndDownloadDeps(kclPkg)
if err != nil {
return err
}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
kcl-lang.io/kcl-go v0.8.0-alpha.1.0.20240226075641-82bc1e0436cc
kcl-lang.io/kcl-openapi v0.5.5
kcl-lang.io/kcl-playground v0.5.1
kcl-lang.io/kpm v0.7.1-0.20240218044217-0224b99dc9f7
kcl-lang.io/kpm v0.7.1-0.20240228025732-53aece1beb1c
)

require google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1331,8 +1331,8 @@ kcl-lang.io/kcl-openapi v0.5.5 h1:6LSbiy53nczagm7Ohgdy1DVgQ+5ffMihsOUY7PGkbh0=
kcl-lang.io/kcl-openapi v0.5.5/go.mod h1:Ai9mFztCVKkRSFabczO/r5hCNdqaNtAc2ZIRxTeV0Mk=
kcl-lang.io/kcl-playground v0.5.1 h1:MKQQUHgt4+2QyU2NVwa73oksOaBJGDi4keGoggA0MiU=
kcl-lang.io/kcl-playground v0.5.1/go.mod h1:IFmnlw7m011ccX8OidMUfnnN2u/TWdtQGxyABRTbmow=
kcl-lang.io/kpm v0.7.1-0.20240218044217-0224b99dc9f7 h1:8aCVXsLYqcrzyxmCVtVaeAp2JiGGLYRRivwT1mISRDI=
kcl-lang.io/kpm v0.7.1-0.20240218044217-0224b99dc9f7/go.mod h1:4qKzxK349peQk1txQN/cwRwc9Q+hKJWriTCjExdI2aQ=
kcl-lang.io/kpm v0.7.1-0.20240228025732-53aece1beb1c h1:Fioe/0HCHaYQ+tyOfYzPFlIEu6i2xvfpvxkXpJ3t0zM=
kcl-lang.io/kpm v0.7.1-0.20240228025732-53aece1beb1c/go.mod h1:4qKzxK349peQk1txQN/cwRwc9Q+hKJWriTCjExdI2aQ=
kcl-lang.io/lib v0.8.0-alpha.3 h1:V/SKc17d8cW/t1IpKhURpFP9Q9T8kSHd2WFAPwxiv98=
kcl-lang.io/lib v0.8.0-alpha.3/go.mod h1:ubsalGXxJaa5II/EsHmsI/tL2EluYHIcW+BwzQPt+uY=
oras.land/oras-go v1.2.3 h1:v8PJl+gEAntI1pJ/LCrDgsuk+1PKVavVEPsYIHFE5uY=
Expand Down

0 comments on commit 9bacefe

Please sign in to comment.