Skip to content

Commit

Permalink
chore: bump reactor-go to v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jjeffcaii committed Jan 20, 2025
1 parent 28d7b65 commit a9a4912
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
module github.com/rsocket/rsocket-go

go 1.15
go 1.18

require (
github.com/golang/mock v1.4.4
github.com/google/uuid v1.1.2
github.com/gorilla/websocket v1.4.2
github.com/jjeffcaii/reactor-go v0.5.5
github.com/jjeffcaii/reactor-go v0.5.6
github.com/pkg/errors v0.9.1
github.com/pkg/profile v1.5.0
github.com/stretchr/testify v1.7.1
github.com/urfave/cli/v2 v2.3.0
go.uber.org/atomic v1.7.0
)

require (
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/panjf2000/ants/v2 v2.5.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ github.com/google/uuid v1.1.2 h1:EVhdT+1Kseyi1/pUmXKaFxYsDNy9RQYkMWRH68J/W7Y=
github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/jjeffcaii/reactor-go v0.5.5 h1:3VZ+vLitfJqpyrNRlcu7ns8c708wtG8bYAoCD9sOUfI=
github.com/jjeffcaii/reactor-go v0.5.5/go.mod h1:FVObesvqoZMF2/zrGgs6KkJ/GFJnNSS75jfCPlFqTOg=
github.com/jjeffcaii/reactor-go v0.5.6 h1:yA9cvghhjSbNul15HTFEJFj75xbrfx/QO6QdcTQnBQk=
github.com/jjeffcaii/reactor-go v0.5.6/go.mod h1:FVObesvqoZMF2/zrGgs6KkJ/GFJnNSS75jfCPlFqTOg=
github.com/panjf2000/ants/v2 v2.5.0 h1:1rWGWSnxCsQBga+nQbA4/iY6VMeNoOIAM0ZWh9u3q2Q=
github.com/panjf2000/ants/v2 v2.5.0/go.mod h1:cU93usDlihJZ5CfRGNDYsiBYvoilLvBF5Qp/BT2GNRE=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
Expand Down

0 comments on commit a9a4912

Please sign in to comment.