Skip to content

Commit c13f6ef

Browse files
committed
Run of go mod tidy
1 parent f28fe21 commit c13f6ef

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

go.mod

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ require (
66
github.com/arduino/go-paths-helper v1.12.1
77
github.com/bcmi-labs/arduino-iot-cloud-data-pipeline/pkg/config v0.0.0-20250428100153-17913ab43000
88
github.com/davecgh/go-spew v1.1.1
9+
github.com/djherbis/buffer v1.1.0
10+
github.com/djherbis/nio/v3 v3.0.1
911
github.com/docker/docker v28.0.4+incompatible
1012
github.com/spf13/cobra v1.9.1
1113
github.com/stretchr/testify v1.10.0
@@ -15,11 +17,8 @@ require (
1517
gopkg.in/yaml.v3 v3.0.1
1618
)
1719

18-
require github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
19-
2020
require (
2121
github.com/BurntSushi/toml v1.4.0 // indirect
22-
github.com/Microsoft/go-winio v0.6.2 // indirect
2322
github.com/aws/aws-sdk-go-v2 v1.30.4 // indirect
2423
github.com/aws/aws-sdk-go-v2/config v1.27.31 // indirect
2524
github.com/aws/aws-sdk-go-v2/credentials v1.17.30 // indirect
@@ -34,6 +33,12 @@ require (
3433
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.5 // indirect
3534
github.com/aws/aws-sdk-go-v2/service/sts v1.30.5 // indirect
3635
github.com/aws/smithy-go v1.20.4 // indirect
36+
github.com/jmespath/go-jmespath v0.4.0 // indirect
37+
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
38+
)
39+
40+
require (
41+
github.com/Microsoft/go-winio v0.6.2 // indirect
3742
github.com/containerd/log v0.1.0 // indirect
3843
github.com/distribution/reference v0.6.0 // indirect
3944
github.com/docker/go-connections v0.5.0 // indirect
@@ -43,7 +48,6 @@ require (
4348
github.com/go-logr/stdr v1.2.2 // indirect
4449
github.com/gogo/protobuf v1.3.2 // indirect
4550
github.com/inconshreveable/mousetrap v1.1.0 // indirect
46-
github.com/jmespath/go-jmespath v0.4.0 // indirect
4751
github.com/moby/docker-image-spec v1.3.1 // indirect
4852
github.com/moby/term v0.5.2 // indirect
4953
github.com/morikuni/aec v1.0.0 // indirect

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
4646
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
4747
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
4848
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
49+
github.com/djherbis/buffer v1.1.0 h1:uGQ+DZDAMlfC2z3khbBtLcAHC0wyoNrX9lpOml3g3fg=
50+
github.com/djherbis/buffer v1.1.0/go.mod h1:VwN8VdFkMY0DCALdY8o00d3IZ6Amz/UNVMWcSaJT44o=
51+
github.com/djherbis/nio/v3 v3.0.1 h1:6wxhnuppteMa6RHA4L81Dq7ThkZH8SwnDzXDYy95vB4=
52+
github.com/djherbis/nio/v3 v3.0.1/go.mod h1:Ng4h80pbZFMla1yKzm61cF0tqqilXZYrogmWgZxOcmg=
4953
github.com/docker/docker v28.0.4+incompatible h1:JNNkBctYKurkw6FrHfKqY0nKIDf5nrbxjVBtS+cdcok=
5054
github.com/docker/docker v28.0.4+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
5155
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=

0 commit comments

Comments
 (0)