Skip to content

Commit 0e2ef53

Browse files
dido18lucarin91
andauthored
chore: move arduino-router to https://github.com/arduino/arduino-router
Co-authored-by: lucarin91 <lucarin@protonmail.com>
1 parent 546060c commit 0e2ef53

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

cmd/feedback/feedback.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import (
77
"io"
88
"os"
99

10-
"github.com/sirupsen/logrus"
11-
1210
"github.com/arduino/arduino-app-cli/cmd/i18n"
11+
12+
"github.com/sirupsen/logrus"
1313
)
1414

1515
// OutputFormat is an output format

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ require (
1919
github.com/arduino/go-paths-helper v1.14.0
2020
github.com/compose-spec/compose-go/v2 v2.8.1
2121
github.com/containerd/errdefs v1.0.0
22-
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
23-
github.com/djherbis/buffer v1.2.0
24-
github.com/djherbis/nio/v3 v3.0.1
2522
github.com/docker/cli v28.3.2+incompatible
2623
github.com/docker/compose/v2 v2.38.3-0.20250716153459-17ba6c7188fe
2724
github.com/docker/docker v28.3.2+incompatible
@@ -47,10 +44,8 @@ require (
4744
github.com/warthog618/go-gpiocdev v0.9.1
4845
go.bug.st/cleanup v1.0.0
4946
go.bug.st/f v0.4.0
50-
go.bug.st/serial v1.6.4
5147
golang.org/x/crypto v0.41.0
5248
golang.org/x/sync v0.17.0
53-
golang.org/x/sys v0.36.0
5449
golang.org/x/term v0.34.0
5550
golang.org/x/text v0.29.0
5651
)
@@ -103,7 +98,10 @@ require (
10398
github.com/containerd/typeurl/v2 v2.2.3 // indirect
10499
github.com/creack/goselect v0.1.3 // indirect
105100
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
101+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
106102
github.com/distribution/reference v0.6.0 // indirect
103+
github.com/djherbis/buffer v1.2.0 // indirect
104+
github.com/djherbis/nio/v3 v3.0.1 // indirect
107105
github.com/docker/buildx v0.26.1 // indirect
108106
github.com/docker/cli-docs-tool v0.10.0 // indirect
109107
github.com/docker/distribution v2.8.3+incompatible // indirect
@@ -252,6 +250,7 @@ require (
252250
github.com/zclconf/go-cty v1.16.2 // indirect
253251
go.bug.st/downloader/v2 v2.2.0 // indirect
254252
go.bug.st/relaxed-semver v0.15.0 // indirect
253+
go.bug.st/serial v1.6.4 // indirect
255254
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
256255
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect
257256
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.60.0 // indirect
@@ -273,6 +272,7 @@ require (
273272
golang.org/x/mod v0.27.0 // indirect
274273
golang.org/x/net v0.43.0 // indirect
275274
golang.org/x/oauth2 v0.30.0 // indirect
275+
golang.org/x/sys v0.36.0 // indirect
276276
golang.org/x/time v0.11.0 // indirect
277277
golang.org/x/tools v0.36.0 // indirect
278278
google.golang.org/genproto/googleapis/api v0.0.0-20250528174236-200df99c418a // indirect

0 commit comments

Comments
 (0)