File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
.licenses/go/github.com/arduino Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11---
22name : github.com/arduino/go-win32-utils
3- version : v0 .0.0-20180330194947-ed041402e83b
3+ version : v1 .0.0
44type : go
5- summary :
5+ summary : win32 is a collection of useful bindings to Win32 API that are not available
6+ in the standard golang windows/syscall package.
67homepage : https://pkg.go.dev/github.com/arduino/go-win32-utils
78license : gpl-2.0-or-later
89licenses :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/arduino/go-paths-helper v1.9.0
1010 github.com/arduino/go-properties-orderedmap v1.7.1
1111 github.com/arduino/go-timeutils v0.0.0-20171220113728-d1dd9e313b1b
12- github.com/arduino/go-win32-utils v0 .0.0-20180330194947-ed041402e83b
12+ github.com/arduino/go-win32-utils v1 .0.0
1313 github.com/cmaglie/pb v1.0.27
1414 github.com/codeclysm/extract/v3 v3.1.0
1515 github.com/djherbis/buffer v1.1.0
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ github.com/arduino/go-properties-orderedmap v1.7.1 h1:HQ9Pn/mk3+XyfrE39EEvaZwJkr
5151github.com/arduino/go-properties-orderedmap v1.7.1 /go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk =
5252github.com/arduino/go-timeutils v0.0.0-20171220113728-d1dd9e313b1b h1:9hDi4F2st6dbLC3y4i02zFT5quS4X6iioWifGlVwfy4 =
5353github.com/arduino/go-timeutils v0.0.0-20171220113728-d1dd9e313b1b /go.mod h1:uwGy5PpN4lqW97FiLnbcx+xx8jly5YuPMJWfVwwjJiQ =
54- github.com/arduino/go-win32-utils v0 .0.0-20180330194947-ed041402e83b h1:3PjgYG5gVPA7cipp7vIR2lF96KkEJIFBJ+ANnuv6J20 =
55- github.com/arduino/go-win32-utils v0 .0.0-20180330194947-ed041402e83b /go.mod h1:iIPnclBMYm1g32Q5kXoqng4jLhMStReIP7ZxaoUC2y8 =
54+ github.com/arduino/go-win32-utils v1 .0.0 h1:/cXB86sOJxOsCHP7sQmXGLkdValwJt56mIwOHYxgQjQ =
55+ github.com/arduino/go-win32-utils v1 .0.0/go.mod h1:0jqM7doGEAs6DaJCxxhLBUDS5OawrqF48HqXkcEie/Q =
5656github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e /go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o =
5757github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da /go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY =
5858github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 /go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8 =
You can’t perform that action at this time.
0 commit comments