diff options
author | Valery Piashchynski <[email protected]> | 2022-04-13 19:14:21 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-04-13 19:14:21 +0200 |
commit | fdc584f219773138f2b1afdea7a9f861afafca3d (patch) | |
tree | 91397fe783080769f2a40e72de4c4a921502d0f1 /go.mod | |
parent | 7e31ff7a4d82d610a3baa17573db63e8006caeba (diff) |
deps: update dependenciesv2.10.0-alpha.1
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -48,9 +48,9 @@ require ( github.com/roadrunner-server/tcp/v2 v2.12.1 github.com/roadrunner-server/websockets/v2 v2.12.1 github.com/spf13/cobra v1.4.0 - github.com/spf13/viper v1.10.1 + github.com/spf13/viper v1.11.0 github.com/stretchr/testify v1.7.1 - github.com/temporalio/roadrunner-temporal v1.3.5 + github.com/temporalio/roadrunner-temporal v1.4.0-beta.1 github.com/vbauerster/mpb/v5 v5.4.0 ) @@ -116,6 +116,7 @@ require ( github.com/newrelic/go-agent/v3 v3.15.2 // indirect github.com/pborman/uuid v1.2.1 // indirect github.com/pelletier/go-toml v1.9.4 // indirect + github.com/pelletier/go-toml/v2 v2.0.0-beta.8 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/prometheus/client_golang v1.12.1 // indirect @@ -151,15 +152,15 @@ require ( go.uber.org/atomic v1.9.0 // indirect go.uber.org/multierr v1.8.0 // indirect go.uber.org/zap v1.21.0 // indirect - golang.org/x/crypto v0.0.0-20220408190544-5352b0902921 // indirect + golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 //indirect - golang.org/x/net v0.0.0-20220407224826-aac1ed45d8e3 // indirect + golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect - golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f // indirect + golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect golang.org/x/text v0.3.7 // indirect - golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect + golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect golang.org/x/tools v0.1.10 // indirect - golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect + golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac // indirect google.golang.org/grpc v1.45.0 // indirect google.golang.org/protobuf v1.28.0 // indirect |