Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

module kcl-lang.io/kcl-plugin

go 1.23.0
go 1.24.0

require (
github.com/valyala/fasthttp v1.65.0
kcl-lang.io/kcl-go v0.11.3
kcl-lang.io/kcl-go v0.12.0
)

require (
github.com/andybalholm/brotli v1.2.0 // indirect
github.com/klauspost/compress v1.18.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
kcl-lang.io/lib v0.11.2 // indirect
kcl-lang.io/lib v0.12.0 // indirect
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ github.com/valyala/fasthttp v1.65.0 h1:j/u3uzFEGFfRxw79iYzJN+TteTJwbYkru9uDp3d0Y
github.com/valyala/fasthttp v1.65.0/go.mod h1:P/93/YkKPMsKSnATEeELUCkG8a7Y+k99uxNHVbKINr4=
github.com/xyproto/randomstring v1.0.5 h1:YtlWPoRdgMu3NZtP45drfy1GKoojuR7hmRcnhZqKjWU=
github.com/xyproto/randomstring v1.0.5/go.mod h1:rgmS5DeNXLivK7YprL0pY+lTuhNQW3iGxZ18UQApw/E=
kcl-lang.io/kcl-go v0.11.3 h1:5lVM9r9w+uTudmwVmhJu3AUQoiU+uLQ0x4ktastYj3c=
kcl-lang.io/kcl-go v0.11.3/go.mod h1:MRJC06vIRneSdJZdVPDR8q5/iJdxS8w+PrwzlGKKiec=
kcl-lang.io/lib v0.11.2 h1:u1hqCaoDMov9MQ1TAR27sA8XYj8ICGUd1IR4ms/Fy5M=
kcl-lang.io/lib v0.11.2/go.mod h1:0Dw/MQwRMjLDksxl4JerGBn/ueaxRyCCKBCCwQwJ1MI=
kcl-lang.io/kcl-go v0.12.0 h1:XFTXb9133HXvP+CorCPV+cHNrEPHD4Yx4DRkLg+f56E=
kcl-lang.io/kcl-go v0.12.0/go.mod h1:Q05iditZbgegNg3u8wGw20lnWea1YgjLbgRMr2T72B4=
kcl-lang.io/lib v0.12.0 h1:Y31E7JtijHPjDaDtPgcsHRPgCVXguuFvuhcUz6/9ZO8=
kcl-lang.io/lib v0.12.0/go.mod h1:kK/P1DUXQD+HpdRuPMb4/f7U7Njr2q5VrihmDHjKtnw=
Loading