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 github.com/seqsense/pcdeditor
go 1.16

require (
github.com/seqsense/pcgol v0.0.0-20220704030819-d04b5ec34226
github.com/seqsense/pcgol v0.0.0-20230317012753-71111d345eda
github.com/seqsense/webgl-go v0.0.0-20220627023352-ef32d2a96714
gopkg.in/yaml.v3 v3.0.1
)
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-20220704030819-d04b5ec34226 h1:A1T4AQVd2BZj7jB211Cds4xNZmjdjgGmh8FI9RuWL38=
github.com/seqsense/pcgol v0.0.0-20220704030819-d04b5ec34226/go.mod h1:w8LffJCFuzmJsqCRLWNB2SXOVHlEPtHBCHmlisG2w+0=
github.com/seqsense/pcgol v0.0.0-20230317012753-71111d345eda h1:5sDoT+AcTVAU9CuvACv6+DLQoVTNJ0PLCpOIBRNcSqk=
github.com/seqsense/pcgol v0.0.0-20230317012753-71111d345eda/go.mod h1:w8LffJCFuzmJsqCRLWNB2SXOVHlEPtHBCHmlisG2w+0=
github.com/seqsense/webgl-go v0.0.0-20220627023352-ef32d2a96714 h1:+ZanXmP454yTdAEnqOCueMzm1i1FTvr8KamUvb+9kwA=
github.com/seqsense/webgl-go v0.0.0-20220627023352-ef32d2a96714/go.mod h1:0maLEllOLyHaTnNFVivXfh1zXII/kSrvwY8F2sVCu7s=
github.com/zhuyie/golzf v0.0.0-20161112031142-8387b0307ade h1:bafvQukPrIYwYWcft4rl3WpHo3qO0/voaAgnCwgdhi0=
Expand Down