Skip to content
Merged
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module cogentcore.org/cogent
go 1.25.6

require (
cogentcore.org/core v0.3.31
cogentcore.org/core v0.3.33
cogentcore.org/lab v0.1.12
github.com/Knetic/govaluate v3.0.0+incompatible
github.com/aandrew-me/tgpt/v2 v2.7.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
codeberg.org/go-pdf/fpdf v0.11.0 h1:n3I8WISQ1cr0S2rvx9DOlE/GypbcimMWqLpel3slHmY=
codeberg.org/go-pdf/fpdf v0.11.0/go.mod h1:Y0DGRAdZ0OmnZPvjbMp/1bYxmIPxm0ws4tfoPOc4LjU=
cogentcore.org/core v0.3.31 h1:f3wkFCG3IHeglIY5wJwmQYnFzhVejUUrsIOYlW9RM+Y=
cogentcore.org/core v0.3.31/go.mod h1:bq1W15L76MTl+Gd+SB2xxdte1hG9HI9rNyAi+Xgv+Wo=
cogentcore.org/core v0.3.33 h1:PdYwDzMC6McJayKDAsX8IKyXXhGsGFblfF/GdX2Z8/Y=
cogentcore.org/core v0.3.33/go.mod h1:bq1W15L76MTl+Gd+SB2xxdte1hG9HI9rNyAi+Xgv+Wo=
cogentcore.org/lab v0.1.12 h1:6PQP9/3JRpIT/Nd3kI1DbJ5ijXbaomQ2TouiRgt8SAs=
cogentcore.org/lab v0.1.12/go.mod h1:5V7X3dUbQOSj9p1UQZYhw5fmPCP433fhekiLpzgrjEg=
git.sr.ht/~sbinet/cmpimg v0.1.0 h1:E0zPRk2muWuCqSKSVZIWsgtU9pjsw3eKHi8VmQeScxo=
Expand Down
Loading