Skip to content

Commit

Permalink
[#95]: feat(release): beta pre-release
Browse files Browse the repository at this point in the history
[#95]: feat(release): `beta` pre-release
  • Loading branch information
rustatian authored Oct 1, 2021
2 parents 357357d + b159ceb commit f5d13cb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
5 changes: 2 additions & 3 deletions activity/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ package activity

import (
"context"
"sync"
"sync/atomic"
"time"

"github.com/cenkalti/backoff/v4"
Expand All @@ -11,9 +13,6 @@ import (
rrWorker "github.com/spiral/roadrunner/v2/worker"
roadrunner_temporal "github.com/temporalio/roadrunner-temporal"

"sync"
"sync/atomic"

"github.com/spiral/errors"
"github.com/spiral/roadrunner-plugins/v2/logger"
"github.com/spiral/roadrunner-plugins/v2/server"
Expand Down
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ require (
// SPIRAL ========
github.com/spiral/endure v1.0.4
github.com/spiral/errors v1.0.12
github.com/spiral/roadrunner-plugins/v2 v2.5.0-alpha.3
github.com/spiral/roadrunner/v2 v2.5.0-alpha.2
github.com/spiral/roadrunner-plugins/v2 v2.5.0-beta.2
github.com/spiral/roadrunner/v2 v2.5.0-beta.1
// ===========
github.com/stretchr/testify v1.7.0
github.com/uber-go/tally v3.4.2+incompatible
Expand Down Expand Up @@ -41,7 +41,7 @@ require (
github.com/m3db/prometheus_common v0.1.0 // indirect
github.com/m3db/prometheus_procfs v0.8.1 // indirect
github.com/magiconair/properties v1.8.5 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-colorable v0.1.11 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/mitchellh/mapstructure v1.4.2 // indirect
Expand All @@ -52,13 +52,13 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/robfig/cron v1.2.0 // indirect
github.com/shirou/gopsutil v3.21.8+incompatible // indirect
github.com/shirou/gopsutil v3.21.9+incompatible // indirect
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.8.1 // indirect
github.com/spiral/goridge/v3 v3.2.1 // indirect
github.com/spf13/viper v1.9.0 // indirect
github.com/spiral/goridge/v3 v3.2.2-beta.1 // indirect
github.com/stretchr/objx v0.3.0 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
github.com/tklauser/go-sysconf v0.3.9 // indirect
Expand All @@ -69,13 +69,13 @@ require (
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
golang.org/x/net v0.0.0-20210916014120-12bc252f5db8 // indirect
golang.org/x/net v0.0.0-20210929193557-e81a3d93ecf6 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210915083310-ed5796bab164 // indirect
golang.org/x/sys v0.0.0-20211001092434-39dca1131b70 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
google.golang.org/genproto v0.0.0-20210916144049-3192f974c780 // indirect
google.golang.org/grpc v1.40.0 // indirect
google.golang.org/genproto v0.0.0-20210930144712-2e2e1008e8a3 // indirect
google.golang.org/grpc v1.41.0 // indirect
gopkg.in/ini.v1 v1.63.2 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down

0 comments on commit f5d13cb

Please sign in to comment.