Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update github.com/seqsense/pcgol digest to b98986d #208

Merged
merged 1 commit into from
Sep 6, 2023
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-20230317012753-71111d345eda
github.com/seqsense/pcgol v0.0.0-20230905010156-b98986d4f57a
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-20230317012753-71111d345eda h1:5sDoT+AcTVAU9CuvACv6+DLQoVTNJ0PLCpOIBRNcSqk=
github.com/seqsense/pcgol v0.0.0-20230317012753-71111d345eda/go.mod h1:w8LffJCFuzmJsqCRLWNB2SXOVHlEPtHBCHmlisG2w+0=
github.com/seqsense/pcgol v0.0.0-20230905010156-b98986d4f57a h1:w+SFHRXSg8hfshBqib6xOfgoNHcZ3Fe6E1hkC/2nok4=
github.com/seqsense/pcgol v0.0.0-20230905010156-b98986d4f57a/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