Skip to content

Commit

Permalink
deps:update llgo
Browse files Browse the repository at this point in the history
  • Loading branch information
luoliwoshang committed Dec 23, 2024
1 parent 5d9acfa commit 842fe40
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _demo/cjsondemo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/goplus/llcppg/_demo/cjsondemo
go 1.20

require (
github.com/goplus/llgo v0.9.9-0.20241217064315-b4af70ada9f0
github.com/goplus/llgo v0.9.9-0.20241220231339-070d64f365ef
github.com/goplus/llpkg/cjson v0.0.0-20241208025249-9c7f3355a1b7
)
2 changes: 2 additions & 0 deletions _demo/cjsondemo/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
github.com/goplus/llgo v0.9.9-0.20241217064315-b4af70ada9f0 h1:+W0c6OtIrheLj+Y5vd3oYL4NzKUzuijHJ4MZ2jhgQiQ=
github.com/goplus/llgo v0.9.9-0.20241217064315-b4af70ada9f0/go.mod h1:1phqPJEgr/uw59PRz/NB7s54OoP+NGjC6pz0HovT5JY=
github.com/goplus/llgo v0.9.9-0.20241220231339-070d64f365ef h1:uav5CZ5IGj9+xYXV4UsxyPuFgndlthvTyltitTKliew=
github.com/goplus/llgo v0.9.9-0.20241220231339-070d64f365ef/go.mod h1:1phqPJEgr/uw59PRz/NB7s54OoP+NGjC6pz0HovT5JY=
github.com/goplus/llpkg/cjson v0.0.0-20241208025249-9c7f3355a1b7 h1:lpslXHSAG/HPhC6smliGhnP2Ecnl3oJojXrQROzgsyc=
github.com/goplus/llpkg/cjson v0.0.0-20241208025249-9c7f3355a1b7/go.mod h1:13ZCMXl/GwlkercQTNN0FSjsnuZfMoGfe5DVWQqJCEM=
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/google/go-cmp v0.6.0
github.com/goplus/gogen v1.16.3
github.com/goplus/llgo v0.9.9-0.20241217064315-b4af70ada9f0
github.com/goplus/llgo v0.9.9-0.20241220231339-070d64f365ef
github.com/goplus/mod v0.13.12
)

Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ github.com/goplus/gogen v1.16.3 h1:nNkV1b6zd89d/UhMb4bZHcEfdAHtPaadrJFXNcoUITI=
github.com/goplus/gogen v1.16.3/go.mod h1:6TQYbabXDF9LCdDkOOzHmfg1R4ENfXQ3XpHa9RhTSD8=
github.com/goplus/llgo v0.9.9-0.20241217064315-b4af70ada9f0 h1:+W0c6OtIrheLj+Y5vd3oYL4NzKUzuijHJ4MZ2jhgQiQ=
github.com/goplus/llgo v0.9.9-0.20241217064315-b4af70ada9f0/go.mod h1:1phqPJEgr/uw59PRz/NB7s54OoP+NGjC6pz0HovT5JY=
github.com/goplus/llgo v0.9.9-0.20241220231339-070d64f365ef h1:uav5CZ5IGj9+xYXV4UsxyPuFgndlthvTyltitTKliew=
github.com/goplus/llgo v0.9.9-0.20241220231339-070d64f365ef/go.mod h1:1phqPJEgr/uw59PRz/NB7s54OoP+NGjC6pz0HovT5JY=
github.com/goplus/mod v0.13.12 h1:Trwk6j3i9VvBuW6/9ZxmkoFlEL2v3HKQu0Na1c6DAdw=
github.com/goplus/mod v0.13.12/go.mod h1:fyCcoiL02uUQK9CWxGK9pQzuJT+rZIvRKaaG+hSa2bk=
github.com/qiniu/x v1.13.10 h1:J4Z3XugYzAq85SlyAfqlKVrbf05glMbAOh+QncsDQpE=
Expand Down

0 comments on commit 842fe40

Please sign in to comment.