File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/roadrunner-server/memcached/v4
2
2
3
- go 1.22.3
3
+ go 1.22.4
4
4
5
5
require (
6
6
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874
Original file line number Diff line number Diff line change 1
- go 1.22.3
1
+ go 1.22.4
2
2
3
3
use (
4
4
.
Original file line number Diff line number Diff line change 1
1
module tests
2
2
3
- go 1.22.3
4
-
5
- toolchain go1.22.4
3
+ go 1.22.4
6
4
7
5
require (
8
6
github.com/roadrunner-server/api/v4 v4.12.0
@@ -54,7 +52,7 @@ require (
54
52
go.opentelemetry.io/otel/sdk v1.27.0 // indirect
55
53
go.opentelemetry.io/otel/trace v1.27.0 // indirect
56
54
go.uber.org/multierr v1.11.0 // indirect
57
- golang.org/x/exp v0.0.0-20240531132922-fd00a4e0eefc // indirect
55
+ golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 // indirect
58
56
golang.org/x/sync v0.7.0 // indirect
59
57
golang.org/x/sys v0.21.0 // indirect
60
58
golang.org/x/text v0.16.0 // indirect
Original file line number Diff line number Diff line change @@ -108,8 +108,8 @@ go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=
108
108
go.uber.org/multierr v1.11.0 /go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y =
109
109
go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8 =
110
110
go.uber.org/zap v1.27.0 /go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E =
111
- golang.org/x/exp v0.0.0-20240531132922-fd00a4e0eefc h1:O9NuF4s+E/PvMIy+9IUZB9znFwUIXEWSstNjek6VpVg =
112
- golang.org/x/exp v0.0.0-20240531132922-fd00a4e0eefc /go.mod h1:XtvwrStGgqGPLc4cjQfWqZHG1YFdYs6swckp8vpsjnc =
111
+ golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 h1:LoYXNGAShUG3m/ehNk4iFctuhGX/+R1ZpfJ4/ia80JM =
112
+ golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 /go.mod h1:jj3sYF3dwk5D+ghuXyeI3r5MFf+NT2An6/9dOA95KSI =
113
113
golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M =
114
114
golang.org/x/sync v0.7.0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
115
115
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
You can’t perform that action at this time.
0 commit comments