File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- 0.10.0-rc.2
1
+ 0.10.0
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ require (
10
10
github.com/onsi/gomega v1.34.2
11
11
github.com/spf13/cobra v1.8.1
12
12
github.com/stretchr/testify v1.9.0
13
- kcl-lang.io/kcl-go v0.10.1-0.20240916162929-f633831d71b2
13
+ kcl-lang.io/kcl-go v0.10.1
14
14
kcl-lang.io/kcl-openapi v0.9.0
15
15
kcl-lang.io/kcl-plugin v0.6.0
16
- kcl-lang.io/kpm v0.10.0-rc.1.0.20240913073358-31d2c0f714fb
16
+ kcl-lang.io/kpm v0.10.0
17
17
)
18
18
19
19
require (
Original file line number Diff line number Diff line change @@ -1692,14 +1692,14 @@ k8s.io/utils v0.0.0-20210802155522-efc7438f0176/go.mod h1:jPW/WVKK9YHAvNhRxK0md/
1692
1692
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 /go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA =
1693
1693
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 h1:pUdcCO1Lk/tbT5ztQWOBi5HBgbBP1J8+AsQnQCKsi8A =
1694
1694
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
1695
- kcl-lang.io/kcl-go v0.10.1-0.20240916162929-f633831d71b2 h1:QIB0ZZZbL+AaTSixnzpgNELYohSroRZf0MImOTBWuUo =
1696
- kcl-lang.io/kcl-go v0.10.1-0.20240916162929-f633831d71b2 /go.mod h1:AQIQplXxCpodSw1Kt+qiFvIB7tzBQ18djT2GytS33nM =
1695
+ kcl-lang.io/kcl-go v0.10.1 h1:2YXQP5QcwNGVLnxdcTNLRoJkYn357gCgqbgU+8hVHxU =
1696
+ kcl-lang.io/kcl-go v0.10.1 /go.mod h1:AQIQplXxCpodSw1Kt+qiFvIB7tzBQ18djT2GytS33nM =
1697
1697
kcl-lang.io/kcl-openapi v0.9.0 h1:HUnc5pUGde83PI5CAe1ZvZhdbcxD9X2ABUp1tV+oYqw =
1698
1698
kcl-lang.io/kcl-openapi v0.9.0 /go.mod h1:kGCf0AZygrZyB+xpmMtiC3FYoiV/1rCLXuAq2QtuLf8 =
1699
1699
kcl-lang.io/kcl-plugin v0.6.0 h1:rBdoqKDPdOtojeOHCFnXoB/I7ltFjV61r0KkfOcL5sE =
1700
1700
kcl-lang.io/kcl-plugin v0.6.0 /go.mod h1:LoIouleHYRKAvFcdW30yUlhsMYH2W9zD5Ji1XHfbht4 =
1701
- kcl-lang.io/kpm v0.10.0-rc.1.0.20240913073358-31d2c0f714fb h1:3GxW+i4paPgzwegnQJDV1GU/e+0uBe1oGFNZVAteGR4 =
1702
- kcl-lang.io/kpm v0.10.0-rc.1.0.20240913073358-31d2c0f714fb /go.mod h1:zYz5oAEvg+cFjA12djw1Z6bErLd69L5dcYLkCOpcz68 =
1701
+ kcl-lang.io/kpm v0.10.0 h1:VnsJ5IS8YSvgXYnItLdaJp/1tTrSSmThzmNCWmhm5Bg =
1702
+ kcl-lang.io/kpm v0.10.0 /go.mod h1:MhQh9kewILcUlhuhVBksxWVZfgdwkpkX6xFj1pxF0QM =
1703
1703
kcl-lang.io/lib v0.10.0 h1:VLwZTMfRZyaGfIJc8qxLn7bKr24PSgZLc3SxMRxUaN4 =
1704
1704
kcl-lang.io/lib v0.10.0 /go.mod h1:tu+tzwGgHLzYZSIxUG/ntipStrxZd6OvutWYPTxS7cs =
1705
1705
oras.land/oras-go v1.2.6 h1:z8cmxQXBU8yZ4mkytWqXfo6tZcamPwjsuxYU81xJ8Lk =
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ func getVersion(version string) string {
32
32
}
33
33
34
34
const (
35
- VersionTypeLatest = Version_0_10_0_rc2
35
+ VersionTypeLatest = Version_0_10_0
36
36
37
- Version_0_10_0_rc2 VersionType = "0.10.0-rc.2 "
37
+ Version_0_10_0 VersionType = "0.10.0"
38
38
39
39
Version_0_9_8 VersionType = "0.9.8"
40
40
Version_0_9_7 VersionType = "0.9.7"
You can’t perform that action at this time.
0 commit comments