Ai
1 Star 0 Fork 0

codes_test/typescript-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 480 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jake Bailey 提交于 2025-03-06 03:46 +08:00 . Update to Go 1.24 (#339)
module github.com/microsoft/typescript-go
go 1.24.0
require (
github.com/dlclark/regexp2 v1.11.5
github.com/go-json-experiment/json v0.0.0-20250223041408-d3c622f1b874
github.com/google/go-cmp v0.7.0
github.com/pkg/diff v0.0.0-20241224192749-4e6772a4315c
golang.org/x/sys v0.31.0
gotest.tools/v3 v3.5.2
)
require (
golang.org/x/mod v0.23.0 // indirect
golang.org/x/sync v0.11.0 // indirect
golang.org/x/tools v0.30.0 // indirect
)
tool golang.org/x/tools/cmd/stringer
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/codes_test/typescript-go.git
git@gitee.com:codes_test/typescript-go.git
codes_test
typescript-go
typescript-go
main

搜索帮助