Skip to content

Commit 546060c

Browse files
authored
move cmd/releaser and pkg/autoupdater in github.com/arduino/go-updater
1 parent b439a2f commit 546060c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ require (
1717
github.com/Andrew-M-C/go.emoji v1.1.4
1818
github.com/arduino/arduino-cli v1.3.1
1919
github.com/arduino/go-paths-helper v1.14.0
20-
github.com/arduino/go-windows-runas v1.0.0
21-
github.com/codeclysm/extract/v4 v4.0.0
2220
github.com/compose-spec/compose-go/v2 v2.8.1
2321
github.com/containerd/errdefs v1.0.0
2422
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
@@ -93,6 +91,7 @@ require (
9391
github.com/cespare/xxhash/v2 v2.3.0 // indirect
9492
github.com/cloudflare/circl v1.6.1 // indirect
9593
github.com/cmaglie/pb v1.0.27 // indirect
94+
github.com/codeclysm/extract/v4 v4.0.0 // indirect
9695
github.com/containerd/console v1.0.5 // indirect
9796
github.com/containerd/containerd/api v1.9.0 // indirect
9897
github.com/containerd/containerd/v2 v2.1.3 // indirect

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ github.com/arduino/go-timeutils v0.0.0-20171220113728-d1dd9e313b1b h1:9hDi4F2st6
9393
github.com/arduino/go-timeutils v0.0.0-20171220113728-d1dd9e313b1b/go.mod h1:uwGy5PpN4lqW97FiLnbcx+xx8jly5YuPMJWfVwwjJiQ=
9494
github.com/arduino/go-win32-utils v1.0.0 h1:/cXB86sOJxOsCHP7sQmXGLkdValwJt56mIwOHYxgQjQ=
9595
github.com/arduino/go-win32-utils v1.0.0/go.mod h1:0jqM7doGEAs6DaJCxxhLBUDS5OawrqF48HqXkcEie/Q=
96-
github.com/arduino/go-windows-runas v1.0.0 h1:Y+B6ZTb6LTA1TE/GwxnDyaEhkKqXyU6EtyLTWnXkF0w=
97-
github.com/arduino/go-windows-runas v1.0.0/go.mod h1:cyVCsn7S6M3H1Nl94YOEu14ZJU+DYiPTDeYQcCMVWqk=
9896
github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.2.1 h1:Fw8zKj1b/FkcQrWgN7aBw3ubSxpKIUtdANLXvd1Qdzw=
9997
github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.2.1/go.mod h1:1dgblsmK2iBx3L5iNTyRIokeaxbTLUrYiUbHBK6yC3Y=
10098
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=

0 commit comments

Comments
 (0)