Skip to content

Commit

Permalink
Bump github.com/senzing-garage/go-logging from 1.5.0 to 1.5.1 (#193)
Browse files Browse the repository at this point in the history
Bumps [github.com/senzing-garage/go-logging](https://github.com/senzing-garage/go-logging) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/senzing-garage/go-logging/releases)
- [Changelog](https://github.com/senzing-garage/go-logging/blob/main/CHANGELOG.md)
- [Commits](senzing-garage/go-logging@1.5.0...1.5.1)

---
updated-dependencies:
- dependency-name: github.com/senzing-garage/go-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 5, 2024
1 parent 5b7043c commit db3cd8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/senzing-garage/go-helpers v0.6.0
github.com/senzing-garage/go-logging v1.5.0
github.com/senzing-garage/go-logging v1.5.1
github.com/senzing-garage/sz-sdk-go v0.14.0
github.com/senzing-garage/sz-sdk-go-core v0.8.1
github.com/senzing-garage/sz-sdk-go-grpc v0.8.1
Expand All @@ -16,7 +16,7 @@ require (
require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/senzing-garage/go-messaging v1.5.1 // indirect
github.com/senzing-garage/go-messaging v1.5.2 // indirect
github.com/senzing-garage/go-observing v0.3.2 // indirect
github.com/senzing-garage/sz-sdk-proto v0.7.6 // indirect
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjR
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
github.com/senzing-garage/go-helpers v0.6.0 h1:JAVh3TkJLgYQ9yrXlHsNMrhmteX7iSdhVx+c97622Yw=
github.com/senzing-garage/go-helpers v0.6.0/go.mod h1:R+JqbeBYB83nBSMmAm8izJhqPY9/4LgjSHsFFgRXP94=
github.com/senzing-garage/go-logging v1.5.0 h1:Qf7u2l+fP1SYl8dVElflhn4n7Kdl3KemSl8koeRoCy0=
github.com/senzing-garage/go-logging v1.5.0/go.mod h1:oJvDi8BwljDAE1RRlGWk3glgq3czTaIZyL+TnpaTUAE=
github.com/senzing-garage/go-messaging v1.5.1 h1:rvBP06mURgUQV8xNRKZ1V1pkMLbXizdjak16TE6/zQg=
github.com/senzing-garage/go-messaging v1.5.1/go.mod h1:W93FrFoYrJWQ1302jgY8U5ylSA0whAOCLo1x1ESbVX4=
github.com/senzing-garage/go-logging v1.5.1 h1:3nqw75gN5x+6PQRop34/49+3kag1aE9dlFne7pILQAg=
github.com/senzing-garage/go-logging v1.5.1/go.mod h1:ki4sQ46iI1Kjl1kkknYFQC2DY+zJj6Pod61wohGUs4E=
github.com/senzing-garage/go-messaging v1.5.2 h1:lU9W2HV3zKQsDU9Vs7lwe/C/LbHVCMng9kQOL/r8pOI=
github.com/senzing-garage/go-messaging v1.5.2/go.mod h1:iEWGVuDGWjolIkwLqnn9oJS7ifF3aoZjTtI44tf1gWQ=
github.com/senzing-garage/go-observing v0.3.2 h1:jXW5u656aZywe/UEUi7ga7nieBSW4CUO8YKvpNNAFMQ=
github.com/senzing-garage/go-observing v0.3.2/go.mod h1:5yHCwaaIrwX81JOghAL/1Q1V8eF7SQhyBBdhTb7+rgY=
github.com/senzing-garage/sz-sdk-go v0.14.0 h1:Pv+CGgl3qFmaksMlzkcMATdFplnWZi3oFx+enFU9rcM=
Expand Down

0 comments on commit db3cd8b

Please sign in to comment.