Skip to content

Commit 10907da

Browse files
authoredSep 19, 2024··
Bump github.com/arduino/pluggable-discovery-protocol-handler/v2
Bumps [github.com/arduino/pluggable-discovery-protocol-handler/v2](https://github.com/arduino/pluggable-discovery-protocol-handler) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/arduino/pluggable-discovery-protocol-handler/releases) - [Commits](arduino/pluggable-discovery-protocol-handler@v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: github.com/arduino/pluggable-discovery-protocol-handler/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

Diff for: ‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/ProtonMail/go-crypto v1.1.0-alpha.5-proton
88
github.com/arduino/go-paths-helper v1.12.1
99
github.com/arduino/go-serial-utils v0.1.2
10-
github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.2.0
10+
github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.2.1
1111
github.com/blang/semver v3.5.1+incompatible
1212
github.com/codeclysm/extract/v4 v4.0.0
1313
github.com/gin-contrib/cors v1.7.2

Diff for: ‎go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ github.com/arduino/go-properties-orderedmap v1.8.0 h1:wEfa6hHdpezrVOh787OmClsf/K
1111
github.com/arduino/go-properties-orderedmap v1.8.0/go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk=
1212
github.com/arduino/go-serial-utils v0.1.2 h1:MRFwME4w/uaVkJ1R+wzz4KSbI9cF9IDVrYorazvjpTk=
1313
github.com/arduino/go-serial-utils v0.1.2/go.mod h1:kzIsNPgz8DFAd1sAFKve4ubxrdGcwQ4XzvRLlztsgnE=
14-
github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.2.0 h1:v7og6LpskewFabmaShKVzWXl5MXbmsxaRP3yo4dJta8=
15-
github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.2.0/go.mod h1:1dgblsmK2iBx3L5iNTyRIokeaxbTLUrYiUbHBK6yC3Y=
14+
github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.2.1 h1:Fw8zKj1b/FkcQrWgN7aBw3ubSxpKIUtdANLXvd1Qdzw=
15+
github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.2.1/go.mod h1:1dgblsmK2iBx3L5iNTyRIokeaxbTLUrYiUbHBK6yC3Y=
1616
github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ=
1717
github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk=
1818
github.com/bytedance/sonic v1.11.6 h1:oUp34TzMlL+OY1OUWxHqsdkgC/Zfc85zGqw9siXjrc0=

0 commit comments

Comments
 (0)
Please sign in to comment.