From e55f4a34cf25994476ae170162f91483cd540511 Mon Sep 17 00:00:00 2001 From: Gildas Cherruel Date: Tue, 12 Mar 2024 00:30:40 +0900 Subject: [PATCH 1/2] Updated modules --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 926f0e7..f9eefda 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/gildas/go-core v0.5.8 github.com/gildas/go-errors v0.3.6 - github.com/gildas/go-logger v1.6.13 + github.com/gildas/go-logger v1.6.14 github.com/google/uuid v1.6.0 github.com/joho/godotenv v1.5.1 github.com/stretchr/testify v1.9.0 diff --git a/go.sum b/go.sum index 3999e06..4132792 100644 --- a/go.sum +++ b/go.sum @@ -27,8 +27,8 @@ github.com/gildas/go-core v0.5.8 h1:4j192jB6BqXlnjjw1/EVvm6qXqV4f9ZuI3E6s68ZNb0= github.com/gildas/go-core v0.5.8/go.mod h1:086mC22MxbhI8bm3cm+w6DBnNwY7+TYkfMe4lUGj8vc= github.com/gildas/go-errors v0.3.6 h1:/loKTkq/t+eoIcULhKAwd0WBRPHgZxhkd3l+m/uw15c= github.com/gildas/go-errors v0.3.6/go.mod h1:jqH4hy2BzpU3mdjkUYJhkZvEkn56cWRjWVgz/HNqglQ= -github.com/gildas/go-logger v1.6.13 h1:ge5DWH+djl7JJvYe2bLi1KiVjkiLAH5VO6cpX0X2WfI= -github.com/gildas/go-logger v1.6.13/go.mod h1:rWyRV3NtY3A72jD5aFX97DbwbdMn8m1HJoVT3eqfmVE= +github.com/gildas/go-logger v1.6.14 h1:mBcTFutEhJtJGUdQR2gWyBsfx3fOmL2I1Kmx7FsfvhY= +github.com/gildas/go-logger v1.6.14/go.mod h1:CAKslMGe+a2LH/PmMWU28adMeUZ4aLkSQt8LOGgdC2U= github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= github.com/go-logr/logr v1.4.1 h1:pKouT5E8xu9zeFC39JXRDukb6JFQPXM5p5I91188VAQ= github.com/go-logr/logr v1.4.1/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY= From 2032c9f5ab580b2bf2544825e159f11a3f059395 Mon Sep 17 00:00:00 2001 From: Gildas Cherruel Date: Tue, 12 Mar 2024 00:30:42 +0900 Subject: [PATCH 2/2] Bumped to version 0.9.3 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index d341cc5..16b6321 100644 --- a/version.go +++ b/version.go @@ -4,4 +4,4 @@ package request var commit string // VERSION is the version of this library -var VERSION = "0.9.2" + commit +var VERSION = "0.9.3" + commit