Skip to content

Commit bef8222

Browse files
authored
Merge pull request #22 from kcl-lang/dependabot/go_modules/kcl-lang.io/kcl-go-0.10.8
Chore: (deps): bump kcl-lang.io/kcl-go from 0.10.3 to 0.10.8
2 parents 16a4956 + ec91c32 commit bef8222

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ go 1.23
66

77
require (
88
github.com/valyala/fasthttp v1.57.0
9-
kcl-lang.io/kcl-go v0.10.3
9+
kcl-lang.io/kcl-go v0.10.8
1010
)
1111

1212
require (
1313
github.com/andybalholm/brotli v1.1.1 // indirect
1414
github.com/klauspost/compress v1.17.11 // indirect
1515
github.com/valyala/bytebufferpool v1.0.0 // indirect
16-
kcl-lang.io/lib v0.10.3 // indirect
16+
kcl-lang.io/lib v0.10.8 // indirect
1717
)

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ github.com/valyala/fasthttp v1.57.0 h1:Xw8SjWGEP/+wAAgyy5XTvgrWlOD1+TxbbvNADYCm1
88
github.com/valyala/fasthttp v1.57.0/go.mod h1:h6ZBaPRlzpZ6O3H5t2gEk1Qi33+TmLvfwgLLp0t9CpE=
99
github.com/xyproto/randomstring v1.0.5 h1:YtlWPoRdgMu3NZtP45drfy1GKoojuR7hmRcnhZqKjWU=
1010
github.com/xyproto/randomstring v1.0.5/go.mod h1:rgmS5DeNXLivK7YprL0pY+lTuhNQW3iGxZ18UQApw/E=
11-
kcl-lang.io/kcl-go v0.10.3 h1:S2t+RdIl1d9bhIqcw7rd0Zk/Th2u7kSaAgASbbOuw+w=
12-
kcl-lang.io/kcl-go v0.10.3/go.mod h1:kcXB9Ws4MTMj6zp5YXGxkx+Z4HieIrtlYDnFDhfs2mg=
13-
kcl-lang.io/lib v0.10.3 h1:2rbwIpfeq/udqon9roRgKax8LCiQR+/9a6Z2CEU314Q=
14-
kcl-lang.io/lib v0.10.3/go.mod h1:gLxxHHwHTSvN0LH2r36OhsXq28VniI440enqvI75l7M=
11+
kcl-lang.io/kcl-go v0.10.8 h1:ej7sh6bP4BADGQKagVibLVNXS4fkZ9jyVoCiu1d+NLc=
12+
kcl-lang.io/kcl-go v0.10.8/go.mod h1:JFBG/7MrP6yTIU133iHGaaMWPGPrAHbrwrIJ5TUXEVI=
13+
kcl-lang.io/lib v0.10.8 h1:/Mhko6fngIstvdx9dAS3H6N1utogkWfoARVj643l5nU=
14+
kcl-lang.io/lib v0.10.8/go.mod h1:0Dw/MQwRMjLDksxl4JerGBn/ueaxRyCCKBCCwQwJ1MI=

0 commit comments

Comments
 (0)