Skip to content

Commit

Permalink
#3 Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed May 17, 2023
1 parent a045b53 commit 1909ad9
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 @@ -3,7 +3,7 @@ module github.com/senzing/observe
go 1.20

require (
github.com/senzing/go-observing v0.2.4
github.com/senzing/go-observing v0.2.5
github.com/senzing/senzing-tools v0.2.4
github.com/spf13/cobra v1.7.0
github.com/spf13/viper v1.15.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ 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/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/senzing/go-observing v0.2.4 h1:uFUwSn0TFhA923JLkPAMytp3greLpbaWTRk99Yr2ZEI=
github.com/senzing/go-observing v0.2.4/go.mod h1:sLweF5OysRAD65NLNm63o1IpOqN6VyXfgRDozc+pQy8=
github.com/senzing/go-observing v0.2.5 h1:QNcXOWIz4O9u/oEEqUiZ59L+oZPsyOA6kDzQAIYLbnA=
github.com/senzing/go-observing v0.2.5/go.mod h1:sLweF5OysRAD65NLNm63o1IpOqN6VyXfgRDozc+pQy8=
github.com/senzing/senzing-tools v0.2.4 h1:UJI2u/HUZKH445YArdvN4PctS7ZBP3O8T7EFaw/LKa4=
github.com/senzing/senzing-tools v0.2.4/go.mod h1:wE/k97Ie2+CeqA4sECcUmK/ddtP3340PYSNC3r6q6ig=
github.com/spf13/afero v1.9.5 h1:stMpOSZFs//0Lv29HduCmli3GUfpFoF3Y1Q/aXj/wVM=
Expand Down
2 changes: 1 addition & 1 deletion observer/observer_impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func (observerImpl *ObserverImpl) Serve(ctx context.Context) error {

// Register an observer with the Subject.

anObserver := &observer.ObserverNull{
anObserver := &observer.ObserverRaw{
Id: "observe",
}

Expand Down

0 comments on commit 1909ad9

Please sign in to comment.