Skip to content

Commit

Permalink
Merge pull request #11 from gildas/release/0.9.3
Browse files Browse the repository at this point in the history
Merge release/0.9.3
  • Loading branch information
gildas authored Mar 11, 2024
2 parents aef2813 + 2032c9f commit 868512d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 868512d

Please sign in to comment.