File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/roadrunner-server/api/v2
2
2
3
- go 1.19
3
+ go 1.18
4
4
5
5
require (
6
6
github.com/goccy/go-json v0.9.10
@@ -24,6 +24,6 @@ require (
24
24
github.com/valyala/bytebufferpool v1.0.0 // indirect
25
25
go.uber.org/atomic v1.9.0 // indirect
26
26
go.uber.org/multierr v1.8.0 // indirect
27
- golang.org/x/sys v0.0.0-20220731174439-a90be440212d // indirect
27
+ golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704 // indirect
28
28
google.golang.org/protobuf v1.28.1 // indirect
29
29
)
Original file line number Diff line number Diff line change @@ -362,6 +362,8 @@ golang.org/x/sys v0.0.0-20220114195835-da31bd327af9/go.mod h1:oPkhp1MJrh7nUepCBc
362
362
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
363
363
golang.org/x/sys v0.0.0-20220731174439-a90be440212d h1:Sv5ogFZatcgIMMtBSTTAgMYsicp25MXBubjXNDKwm80 =
364
364
golang.org/x/sys v0.0.0-20220731174439-a90be440212d /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
365
+ golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704 h1:Y7NOhdqIOU8kYI7BxsgL38d0ot0raxvcW+EMQU2QrT4 =
366
+ golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
365
367
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
366
368
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 /go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8 =
367
369
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
You can’t perform that action at this time.
0 commit comments