From 8d082c9a11c7be707a4a9e5777a8066c76454653 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 15:52:33 +0000 Subject: [PATCH] Bump periph.io/x/conn/v3 from 3.7.0 to 3.7.1 Bumps [periph.io/x/conn/v3](https://github.com/periph/conn) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/periph/conn/releases) - [Commits](https://github.com/periph/conn/compare/v3.7.0...v3.7.1) --- updated-dependencies: - dependency-name: periph.io/x/conn/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 8aefdb3..0dc3c46 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/damdo/i2c-scanner go 1.20 require ( - periph.io/x/conn/v3 v3.7.0 + periph.io/x/conn/v3 v3.7.1 periph.io/x/host/v3 v3.8.2 ) diff --git a/go.sum b/go.sum index 3f73dad..cad1232 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/jonboulle/clockwork v0.3.0 h1:9BSCMi8C+0qdApAp4auwX0RkLGUjs956h0EkuQymUhg= -periph.io/x/conn/v3 v3.7.0 h1:f1EXLn4pkf7AEWwkol2gilCNZ0ElY+bxS4WE2PQXfrA= -periph.io/x/conn/v3 v3.7.0/go.mod h1:ypY7UVxgDbP9PJGwFSVelRRagxyXYfttVh7hJZUHEhg= +github.com/jonboulle/clockwork v0.4.0 h1:p4Cf1aMWXnXAUh8lVfewRBx1zaTSYKrKMF2g3ST4RZ4= +periph.io/x/conn/v3 v3.7.1 h1:tMjNv3WO8jEz/ePuXl7y++2zYi8LsQ5otbmqGKy3Myg= +periph.io/x/conn/v3 v3.7.1/go.mod h1:c+HCVjkzbf09XzcqZu/t+U8Ss/2QuJj0jgRF6Nye838= periph.io/x/host/v3 v3.8.2 h1:ayKUDzgUCN0g8+/xM9GTkWaOBhSLVcVHGTfjAOi8OsQ= periph.io/x/host/v3 v3.8.2/go.mod h1:yFL76AesNHR68PboofSWYaQTKmvPXsQH2Apvp/ls/K4=