File tree 5 files changed +6
-6
lines changed
arduino/discovery/discovery_client
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ go.bug.st/downloader/v2 v2.1.1/go.mod h1:VZW2V1iGKV8rJL2ZEGIDzzBeKowYv34AedJz13R
314
314
go.bug.st/relaxed-semver v0.9.0 /go.mod h1:ug0/W/RPYUjliE70Ghxg77RDHmPxqpo7SHV16ijss7Q =
315
315
go.bug.st/serial v1.3.2 /go.mod h1:jDkjqASf/qSjmaOxHSHljwUQ6eHo/ZX/bxJLQqSlvZg =
316
316
go.bug.st/serial.v1 v0.0.0-20180827123349-5f7892a7bb45 /go.mod h1:dRSl/CVCTf56CkXgJMDOdSwNfo2g1orOGE/gBGdvjZw =
317
- go.bug.st/testifyjson v1.0 .0 /go.mod h1:nZyy2icFbv3OE3zW3mGVOnC/GhWgb93LRu+29n2tJlI =
317
+ go.bug.st/testifyjson v1.1 .0 /go.mod h1:nZyy2icFbv3OE3zW3mGVOnC/GhWgb93LRu+29n2tJlI =
318
318
go.bug.st/testsuite v0.1.0 /go.mod h1:xCIDf97kf9USoz960Foy3CoquwhQmfuFRNh9git70as =
319
319
go.etcd.io/etcd/api/v3 v3.5.0 /go.mod h1:cbVKeC6lCfl7j/8jBhAK6aIYO9XOjdptoxU/nLQcPvs =
320
320
go.etcd.io/etcd/client/pkg/v3 v3.5.0 /go.mod h1:IJHfcCEKxYu1Os13ZdwCwIUTUVGYTSAM3YSwc9/Ac1g =
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ go.bug.st/downloader/v2 v2.1.1/go.mod h1:VZW2V1iGKV8rJL2ZEGIDzzBeKowYv34AedJz13R
296
296
go.bug.st/relaxed-semver v0.9.0 /go.mod h1:ug0/W/RPYUjliE70Ghxg77RDHmPxqpo7SHV16ijss7Q =
297
297
go.bug.st/serial v1.3.2 /go.mod h1:jDkjqASf/qSjmaOxHSHljwUQ6eHo/ZX/bxJLQqSlvZg =
298
298
go.bug.st/serial.v1 v0.0.0-20180827123349-5f7892a7bb45 /go.mod h1:dRSl/CVCTf56CkXgJMDOdSwNfo2g1orOGE/gBGdvjZw =
299
- go.bug.st/testifyjson v1.0 .0 /go.mod h1:nZyy2icFbv3OE3zW3mGVOnC/GhWgb93LRu+29n2tJlI =
299
+ go.bug.st/testifyjson v1.1 .0 /go.mod h1:nZyy2icFbv3OE3zW3mGVOnC/GhWgb93LRu+29n2tJlI =
300
300
go.bug.st/testsuite v0.1.0 /go.mod h1:xCIDf97kf9USoz960Foy3CoquwhQmfuFRNh9git70as =
301
301
go.etcd.io/etcd/api/v3 v3.5.0 /go.mod h1:cbVKeC6lCfl7j/8jBhAK6aIYO9XOjdptoxU/nLQcPvs =
302
302
go.etcd.io/etcd/client/pkg/v3 v3.5.0 /go.mod h1:IJHfcCEKxYu1Os13ZdwCwIUTUVGYTSAM3YSwc9/Ac1g =
Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ go.bug.st/serial v1.3.2 h1:6BFZZd/wngoL5PPYYTrFUounF54SIkykHpT98eq6zvk=
372
372
go.bug.st/serial v1.3.2 /go.mod h1:jDkjqASf/qSjmaOxHSHljwUQ6eHo/ZX/bxJLQqSlvZg =
373
373
go.bug.st/serial.v1 v0.0.0-20180827123349-5f7892a7bb45 h1:mACY1anK6HNCZtm/DK2Rf2ZPHggVqeB0+7rY9Gl6wyI =
374
374
go.bug.st/serial.v1 v0.0.0-20180827123349-5f7892a7bb45 /go.mod h1:dRSl/CVCTf56CkXgJMDOdSwNfo2g1orOGE/gBGdvjZw =
375
- go.bug.st/testifyjson v1.0 .0 /go.mod h1:nZyy2icFbv3OE3zW3mGVOnC/GhWgb93LRu+29n2tJlI =
375
+ go.bug.st/testifyjson v1.1 .0 /go.mod h1:nZyy2icFbv3OE3zW3mGVOnC/GhWgb93LRu+29n2tJlI =
376
376
go.bug.st/testsuite v0.1.0 /go.mod h1:xCIDf97kf9USoz960Foy3CoquwhQmfuFRNh9git70as =
377
377
go.etcd.io/etcd/api/v3 v3.5.0 /go.mod h1:cbVKeC6lCfl7j/8jBhAK6aIYO9XOjdptoxU/nLQcPvs =
378
378
go.etcd.io/etcd/client/pkg/v3 v3.5.0 /go.mod h1:IJHfcCEKxYu1Os13ZdwCwIUTUVGYTSAM3YSwc9/Ac1g =
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ require (
58
58
)
59
59
60
60
require (
61
- go.bug.st/testifyjson v1.0 .0
61
+ go.bug.st/testifyjson v1.1 .0
62
62
go.bug.st/testsuite v0.1.0
63
63
)
64
64
Original file line number Diff line number Diff line change @@ -374,8 +374,8 @@ go.bug.st/serial v1.3.2 h1:6BFZZd/wngoL5PPYYTrFUounF54SIkykHpT98eq6zvk=
374
374
go.bug.st/serial v1.3.2 /go.mod h1:jDkjqASf/qSjmaOxHSHljwUQ6eHo/ZX/bxJLQqSlvZg =
375
375
go.bug.st/serial.v1 v0.0.0-20180827123349-5f7892a7bb45 h1:mACY1anK6HNCZtm/DK2Rf2ZPHggVqeB0+7rY9Gl6wyI =
376
376
go.bug.st/serial.v1 v0.0.0-20180827123349-5f7892a7bb45 /go.mod h1:dRSl/CVCTf56CkXgJMDOdSwNfo2g1orOGE/gBGdvjZw =
377
- go.bug.st/testifyjson v1.0 .0 h1:eO7y5Qwziia+vyiaMFlnm5D40NMtkd7quSB7lJtcrjw =
378
- go.bug.st/testifyjson v1.0 .0 /go.mod h1:nZyy2icFbv3OE3zW3mGVOnC/GhWgb93LRu+29n2tJlI =
377
+ go.bug.st/testifyjson v1.1 .0 h1:5EkYXNIA3JkcA4Lu7QluzZRPDzKz91RMMYb5Zz4tOmw =
378
+ go.bug.st/testifyjson v1.1 .0 /go.mod h1:nZyy2icFbv3OE3zW3mGVOnC/GhWgb93LRu+29n2tJlI =
379
379
go.bug.st/testsuite v0.1.0 h1:oX4zdIB62+G5A0Kq4dja7Vy8tDiKqKVhhxkzhpMGgog =
380
380
go.bug.st/testsuite v0.1.0 /go.mod h1:xCIDf97kf9USoz960Foy3CoquwhQmfuFRNh9git70as =
381
381
go.etcd.io/etcd/api/v3 v3.5.0 /go.mod h1:cbVKeC6lCfl7j/8jBhAK6aIYO9XOjdptoxU/nLQcPvs =
You can’t perform that action at this time.
0 commit comments