File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ go 1.20
5
5
require (
6
6
github.com/goplus/gogen v1.16.3
7
7
github.com/goplus/llvm v0.8.0
8
- github.com/goplus/mod v0.13.12
8
+ github.com/goplus/mod v0.13.13
9
9
github.com/qiniu/x v1.13.10
10
10
golang.org/x/tools v0.19.0
11
11
)
12
12
13
13
require (
14
- golang.org/x/mod v0.19 .0 // indirect
14
+ golang.org/x/mod v0.20 .0 // indirect
15
15
golang.org/x/sync v0.7.0 // indirect
16
16
)
17
17
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ github.com/goplus/gogen v1.16.3 h1:nNkV1b6zd89d/UhMb4bZHcEfdAHtPaadrJFXNcoUITI=
2
2
github.com/goplus/gogen v1.16.3 /go.mod h1:6TQYbabXDF9LCdDkOOzHmfg1R4ENfXQ3XpHa9RhTSD8 =
3
3
github.com/goplus/llvm v0.8.0 h1:9eFutGm3d0G7bAd8/e+Tuyva0tu1IPNPm0kVG4AgHwY =
4
4
github.com/goplus/llvm v0.8.0 /go.mod h1:PeVK8GgzxwAYCiMiUAJb5wJR6xbhj989tu9oulKLLT4 =
5
- github.com/goplus/mod v0.13.12 h1:Trwk6j3i9VvBuW6/9ZxmkoFlEL2v3HKQu0Na1c6DAdw =
6
- github.com/goplus/mod v0.13.12 /go.mod h1:fyCcoiL02uUQK9CWxGK9pQzuJT+rZIvRKaaG+hSa2bk =
5
+ github.com/goplus/mod v0.13.13 h1:rvwXCCQciTz4NjB3GLAZ2cskw035B64F7KzRAyMYUCw =
6
+ github.com/goplus/mod v0.13.13 /go.mod h1:invR72Rz2+qpOOsXqxz830MX8/aR2GDR2EAow/WgfHI =
7
7
github.com/qiniu/x v1.13.10 h1:J4Z3XugYzAq85SlyAfqlKVrbf05glMbAOh+QncsDQpE =
8
8
github.com/qiniu/x v1.13.10 /go.mod h1:INZ2TSWSJVWO/RuELQROERcslBwVgFG7MkTfEdaQz9E =
9
- golang.org/x/mod v0.19 .0 h1:fEdghXQSo20giMthA7cd28ZC+jts4amQ3YMXiP5oMQ8 =
10
- golang.org/x/mod v0.19 .0 /go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c =
9
+ golang.org/x/mod v0.20 .0 h1:utOm6MM3R3dnawAiJgn0y+xvuYRsm1RKM/4giyfDgV0 =
10
+ golang.org/x/mod v0.20 .0 /go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c =
11
11
golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M =
12
12
golang.org/x/sync v0.7.0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
13
13
golang.org/x/tools v0.19.0 h1:tfGCXNR1OsFG+sVdLAitlpjAvD/I6dHDKnYrpEZUHkw =
You can’t perform that action at this time.
0 commit comments