Skip to content

Commit

Permalink
upgraded dependencies to enable opportunistic client creation
Browse files Browse the repository at this point in the history
  • Loading branch information
d-led committed Jun 27, 2024
1 parent f97c2f9 commit a801eca
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 @@ -7,8 +7,8 @@ require (
github.com/carlmjohnson/versioninfo v0.22.5
github.com/cskr/pubsub/v2 v2.0.2
github.com/cucumber/godog v0.14.1
github.com/d-led/percounter v0.0.23
github.com/d-led/zmqcluster v0.0.5
github.com/d-led/percounter v0.0.24
github.com/d-led/zmqcluster v0.0.6
github.com/evanw/esbuild v0.21.5
github.com/fsnotify/fsnotify v1.7.0
github.com/gin-gonic/gin v1.10.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ github.com/cucumber/godog v0.14.1/go.mod h1:FX3rzIDybWABU4kuIXLZ/qtqEe1Ac5RdXmqv
github.com/cucumber/messages/go/v21 v21.0.1 h1:wzA0LxwjlWQYZd32VTlAVDTkW6inOFmSM+RuOwHZiMI=
github.com/cucumber/messages/go/v21 v21.0.1/go.mod h1:zheH/2HS9JLVFukdrsPWoPdmUtmYQAQPLk7w5vWsk5s=
github.com/cucumber/messages/go/v22 v22.0.0/go.mod h1:aZipXTKc0JnjCsXrJnuZpWhtay93k7Rn3Dee7iyPJjs=
github.com/d-led/percounter v0.0.23 h1:UZxf02Ifp6F9CTSvaVCdtMqPasrkDTFltxwBZhbgM34=
github.com/d-led/percounter v0.0.23/go.mod h1:4fSfb2v91e1E+hcGDuy/yRDrwu7tOjdm4LD2fguXjHk=
github.com/d-led/zmqcluster v0.0.5 h1:mhleOrTZBdGCL5ccYqwMWu3/OMmHFF5ebsa7xc6cAJE=
github.com/d-led/zmqcluster v0.0.5/go.mod h1:wndqc47ynaQnsNCzndLcNEUR/RwWCN4wq5lrhBFM3/o=
github.com/d-led/percounter v0.0.24 h1:qBH6Rrp6Wt2r3GnkC5BJuNIYZX9E8jKzOhfu61l6f/0=
github.com/d-led/percounter v0.0.24/go.mod h1:iHO+EnwFckm8G+t+O10wnrgOUPKsYQW1i/rodSy8/rY=
github.com/d-led/zmqcluster v0.0.6 h1:baw4qF9oTB2EzfnIA+d9bpUzNgQvv0mv07iq55115tU=
github.com/d-led/zmqcluster v0.0.6/go.mod h1:wndqc47ynaQnsNCzndLcNEUR/RwWCN4wq5lrhBFM3/o=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit a801eca

Please sign in to comment.