Skip to content

Commit

Permalink
[#5]: Bump github.com/roadrunner-server/sdk/v2 from 2.8.0-rc.2 to 2.8…
Browse files Browse the repository at this point in the history
….0-rc.3
  • Loading branch information
rustatian authored Feb 4, 2022
2 parents 044f8d5 + c3b2e53 commit 4734ff8
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 @@ -5,7 +5,7 @@ go 1.17
require (
github.com/goccy/go-json v0.9.4
github.com/prometheus/client_golang v1.12.1
github.com/roadrunner-server/sdk/v2 v2.8.0-rc.2
github.com/roadrunner-server/sdk/v2 v2.8.0-rc.3
github.com/stretchr/testify v1.7.0
go.uber.org/zap v1.20.0
google.golang.org/protobuf v1.27.1
Expand All @@ -27,7 +27,7 @@ require (
github.com/prometheus/procfs v0.7.3 // indirect
github.com/roadrunner-server/errors v1.1.1 // indirect
github.com/roadrunner-server/goridge/v3 v3.3.1 // indirect
github.com/roadrunner-server/tcplisten v1.1.0 // indirect
github.com/roadrunner-server/tcplisten v1.1.1 // indirect
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
github.com/tklauser/go-sysconf v0.3.9 // indirect
github.com/tklauser/numcpus v0.3.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,10 @@ github.com/roadrunner-server/errors v1.1.1 h1:BzrB+xZE+iTISVfXSzIL9YbpPt6oHoRHgO
github.com/roadrunner-server/errors v1.1.1/go.mod h1:MzHjhRZIZc1ooMyYllUhNs0aTqRUbwcgUSO0TN7kCII=
github.com/roadrunner-server/goridge/v3 v3.3.1 h1:IYdm+smDfKl09AfFgKJeSNpSTp7KTgO3XfGPKrxs0vQ=
github.com/roadrunner-server/goridge/v3 v3.3.1/go.mod h1:f7SPSt9HUw5kbCc6Ofk4eEUU1xh2qHf/NznrTaW+aLA=
github.com/roadrunner-server/sdk/v2 v2.8.0-rc.2 h1:6B/jOP8QDjgm/IfRfweIotousbSJz0hh0EmBEOFjs/o=
github.com/roadrunner-server/sdk/v2 v2.8.0-rc.2/go.mod h1:QcRv2Rz+oYg/dJ0qgJMsuovn0lwN7QjitHFCqC/1XiE=
github.com/roadrunner-server/tcplisten v1.1.0 h1:DozwuIiND9seqz4infLvGTcSIJ5nDv9gF9H8UKNtXP8=
github.com/roadrunner-server/tcplisten v1.1.0/go.mod h1:2MjzsggdgxCca4p2k3YJdWdo/QnQehiOTy0knlE226c=
github.com/roadrunner-server/sdk/v2 v2.8.0-rc.3 h1:9+3YbWs70TAK/1ot9YG7zXvRbStYpbSI4l7SQfoRPB4=
github.com/roadrunner-server/sdk/v2 v2.8.0-rc.3/go.mod h1:aiopFkQXKqz/EWG7M5JRhEyeERT8Yf/pIuFWosircME=
github.com/roadrunner-server/tcplisten v1.1.1 h1:uVJVdg/zaasD2A4Mg+GyMlsUy2nLp9ADKec/REzql9Y=
github.com/roadrunner-server/tcplisten v1.1.1/go.mod h1:2MjzsggdgxCca4p2k3YJdWdo/QnQehiOTy0knlE226c=
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
github.com/shirou/gopsutil v3.21.11+incompatible h1:+1+c1VGhc88SSonWP6foOcLhvnKlUeu/erjjvaPEYiI=
github.com/shirou/gopsutil v3.21.11+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA=
Expand Down

0 comments on commit 4734ff8

Please sign in to comment.