Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/senzing-garage/sz-sdk-go from 0.14.3 to 0.14.4 #102

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/senzing-garage/go-logging v1.5.1
github.com/senzing-garage/go-queueing v0.4.2
github.com/senzing-garage/go-sdk-abstract-factory v0.9.3
github.com/senzing-garage/sz-sdk-go v0.14.3
github.com/senzing-garage/sz-sdk-go v0.14.4
github.com/spf13/cobra v1.8.1
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.10.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ github.com/senzing-garage/go-queueing v0.4.2 h1:Kh3J5lUf59hy1VvxnPThFU40M4STH37v
github.com/senzing-garage/go-queueing v0.4.2/go.mod h1:hnDKxZEkfHVbB10mwvdSpbF12J/7GVDCxh+uf3HOQbQ=
github.com/senzing-garage/go-sdk-abstract-factory v0.9.3 h1:V2Iq//f3kyGdf9W0sH12fQ9dVnQADTd5jxkhqogvg9w=
github.com/senzing-garage/go-sdk-abstract-factory v0.9.3/go.mod h1:O9TZ/T5DQqBt2kqmleFdbSM26fJuRogFHGz4wWRAr/c=
github.com/senzing-garage/sz-sdk-go v0.14.3 h1:vcTJDn84bTGuFt2kWw8jDf4FfgUSePB+UJg3C2cPIBk=
github.com/senzing-garage/sz-sdk-go v0.14.3/go.mod h1:rj9HH6qo+kW5PsFSRnEIUQqDZBE34gZjQGsDvAxw6dI=
github.com/senzing-garage/sz-sdk-go v0.14.4 h1:sw4GokZhuIvkoBf/QYyjolD/Uz5IxCQ+Pu2KVUlTSsc=
github.com/senzing-garage/sz-sdk-go v0.14.4/go.mod h1:4VXZYdA6Fg4GkTFsd2HsPxxd3dMRadLD4An4BbhcvWk=
github.com/senzing-garage/sz-sdk-go-core v0.8.5 h1:8z9QZNEIF6q98E3NkcRQCB/9bx6o+4MhcQ7S+nrqwkE=
github.com/senzing-garage/sz-sdk-go-core v0.8.5/go.mod h1:s8WLemJU72250ZhI5Hu6BHuew3WCMmo801uBtsmITCo=
github.com/senzing-garage/sz-sdk-go-grpc v0.8.4 h1:vRU5rn/QSMoUbXvLOdYJP41xsYrx22P15U+yUdbgjxg=
Expand Down
Loading