Skip to content
Open
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 github.com/seqsense/pcdeditor
go 1.21

require (
github.com/seqsense/pcgol v0.0.0-20250908051203-50ac694a43ca
github.com/seqsense/pcgol v0.0.0-20260716083346-5bb29ef3646f
github.com/seqsense/webgl-go v0.0.0-20251010012734-af302bf17860
gopkg.in/yaml.v3 v3.0.1
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/seqsense/pcgol v0.0.0-20250908051203-50ac694a43ca h1:qL+vxe3LpiJfsnl90U3HGvUGO4hoWUKphHMsfO2+jNU=
github.com/seqsense/pcgol v0.0.0-20250908051203-50ac694a43ca/go.mod h1:w8LffJCFuzmJsqCRLWNB2SXOVHlEPtHBCHmlisG2w+0=
github.com/seqsense/pcgol v0.0.0-20260716083346-5bb29ef3646f h1:NvMCZysCV6DZp15ZQPmVKiIWC3hEoUKNtH+mwaRY6Qo=
github.com/seqsense/pcgol v0.0.0-20260716083346-5bb29ef3646f/go.mod h1:w8LffJCFuzmJsqCRLWNB2SXOVHlEPtHBCHmlisG2w+0=
github.com/seqsense/webgl-go v0.0.0-20251010012734-af302bf17860 h1:9oPBxX7siZ9IvvQOKWrh5KTSjvJYtoqa/jR64f93Gvg=
github.com/seqsense/webgl-go v0.0.0-20251010012734-af302bf17860/go.mod h1:0maLEllOLyHaTnNFVivXfh1zXII/kSrvwY8F2sVCu7s=
github.com/zhuyie/golzf v0.0.0-20161112031142-8387b0307ade h1:bafvQukPrIYwYWcft4rl3WpHo3qO0/voaAgnCwgdhi0=
Expand Down
Loading