Skip to content

Commit 02cd269

Browse files
committed
ci:use llgo v0.10.0
1 parent f1d4db5 commit 02cd269

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

_demo/cjsondemo/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/goplus/llcppg/_demo/cjsondemo
33
go 1.20
44

55
require (
6-
github.com/goplus/llgo v0.9.9-0.20241220231339-070d64f365ef
6+
github.com/goplus/llgo v0.10.0
77
github.com/goplus/llpkg/cjson v0.0.0-20241208025249-9c7f3355a1b7
88
)

_demo/cjsondemo/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ github.com/goplus/llgo v0.9.9-0.20241217064315-b4af70ada9f0 h1:+W0c6OtIrheLj+Y5v
22
github.com/goplus/llgo v0.9.9-0.20241217064315-b4af70ada9f0/go.mod h1:1phqPJEgr/uw59PRz/NB7s54OoP+NGjC6pz0HovT5JY=
33
github.com/goplus/llgo v0.9.9-0.20241220231339-070d64f365ef h1:uav5CZ5IGj9+xYXV4UsxyPuFgndlthvTyltitTKliew=
44
github.com/goplus/llgo v0.9.9-0.20241220231339-070d64f365ef/go.mod h1:1phqPJEgr/uw59PRz/NB7s54OoP+NGjC6pz0HovT5JY=
5+
github.com/goplus/llgo v0.10.0 h1:s3U3cnO3cploF1xCCJleAb16NQFAmHxdUmdrNhRH3hY=
6+
github.com/goplus/llgo v0.10.0/go.mod h1:YfOHsT/g3lc9b4GclLj812YzdSsJr0kd3CCB830TqHE=
57
github.com/goplus/llpkg/cjson v0.0.0-20241208025249-9c7f3355a1b7 h1:lpslXHSAG/HPhC6smliGhnP2Ecnl3oJojXrQROzgsyc=
68
github.com/goplus/llpkg/cjson v0.0.0-20241208025249-9c7f3355a1b7/go.mod h1:13ZCMXl/GwlkercQTNN0FSjsnuZfMoGfe5DVWQqJCEM=

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.20
55
require (
66
github.com/google/go-cmp v0.6.0
77
github.com/goplus/gogen v1.16.4
8-
github.com/goplus/llgo v0.10.0-pre.1.0.20250206090032-a345746cbd89
8+
github.com/goplus/llgo v0.10.0
99
github.com/goplus/mod v0.13.12
1010
)
1111

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ github.com/goplus/llgo v0.9.10-0.20250110015923-745eff07836d h1:4dIS7c7Q/o9X+RFI
66
github.com/goplus/llgo v0.9.10-0.20250110015923-745eff07836d/go.mod h1:DzFcPtfJ+ZHY8H30FpLAutsEOe3U0qMoGiYYisI4oeI=
77
github.com/goplus/llgo v0.10.0-pre.1.0.20250206090032-a345746cbd89 h1:kT5Ts/B+fiMYVMsxf/SZpPkQJeJgdo8Vr2oL5kEM/iA=
88
github.com/goplus/llgo v0.10.0-pre.1.0.20250206090032-a345746cbd89/go.mod h1:YfOHsT/g3lc9b4GclLj812YzdSsJr0kd3CCB830TqHE=
9+
github.com/goplus/llgo v0.10.0 h1:s3U3cnO3cploF1xCCJleAb16NQFAmHxdUmdrNhRH3hY=
10+
github.com/goplus/llgo v0.10.0/go.mod h1:YfOHsT/g3lc9b4GclLj812YzdSsJr0kd3CCB830TqHE=
911
github.com/goplus/mod v0.13.12 h1:Trwk6j3i9VvBuW6/9ZxmkoFlEL2v3HKQu0Na1c6DAdw=
1012
github.com/goplus/mod v0.13.12/go.mod h1:fyCcoiL02uUQK9CWxGK9pQzuJT+rZIvRKaaG+hSa2bk=
1113
github.com/qiniu/x v1.13.10 h1:J4Z3XugYzAq85SlyAfqlKVrbf05glMbAOh+QncsDQpE=

0 commit comments

Comments
 (0)