From 8c7dc6fe69f07ac37b679e81082c6c704899ee32 Mon Sep 17 00:00:00 2001 From: andygeiss <4ndygeiss@gmail.com> Date: Mon, 29 Aug 2022 19:12:20 +0200 Subject: [PATCH] utils updated --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 2ff20a7..09700ce 100644 --- a/go.mod +++ b/go.mod @@ -4,5 +4,5 @@ go 1.18 require ( github.com/andygeiss/esp32-controller v0.1.0 - github.com/andygeiss/utils v0.4.0 + github.com/andygeiss/utils v0.9.1 ) diff --git a/go.sum b/go.sum index cee847d..e044f78 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ github.com/andygeiss/esp32-controller v0.1.0 h1:o+SaEmOA3Sh3Qhxf7xqUpouE9Y39AneYEYrjdP6twAI= github.com/andygeiss/esp32-controller v0.1.0/go.mod h1:5bEu/i+U9pklziFmp1rJ8ijpz43Gzyz3jmL8+UrI+ys= -github.com/andygeiss/utils v0.3.0 h1:4JMekWbOL+oJ+SGIs9gZ1bD83W3NZjMO8jw9f8WhbpQ= -github.com/andygeiss/utils v0.3.0/go.mod h1:6GobpffB2ogOr4AmqQZhYFyNkvWlSVKzWTN1wIDvUTc= +github.com/andygeiss/utils v0.9.1 h1:PFFgmdwNDO2/bHA/4F7/fozifH+lPyuMBAhsBuTLGf8= +github.com/andygeiss/utils v0.9.1/go.mod h1:Jatj6UsFNUMgf+9vPeMZ9il72nARlhMvc54r7AiPPiU=