summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-03-16 16:43:43 +0100
committerValery Piashchynski <[email protected]>2022-03-16 16:43:50 +0100
commit648c8c4eb3e3af729dc7b5fc15e9d5456f0d0a20 (patch)
treeddd8657ff220b3f6cf4731aab56371aa7550b615 /go.mod
parent68345431689eb40db94c7c2902b3ee471d6bef79 (diff)
deps: update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 5 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index d91dd057..1e583f39 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/roadrunner-server/roadrunner/v2
-go 1.17
+go 1.18
require (
github.com/buger/goterm v1.0.4
@@ -150,14 +150,14 @@ 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-20220314234724-5d542ad81a58 // indirect
- golang.org/x/mod v0.5.1 // indirect
+ golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
+ golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 //indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
- golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect
+ golang.org/x/sys v0.0.0-20220315194320-039c03cc5b86 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
- golang.org/x/tools v0.1.9 // indirect
+ golang.org/x/tools v0.1.10 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106 // indirect
google.golang.org/grpc v1.45.0 // indirect