Skip to content

Commit aa5ccc2

Browse files
committed
chore(deps): update dependencies
1 parent d30d6ac commit aa5ccc2

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/roadrunner-server/memcached/v4
22

3-
go 1.22.3
3+
go 1.22.4
44

55
require (
66
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874

go.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.22.3
1+
go 1.22.4
22

33
use (
44
.

tests/go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module tests
22

3-
go 1.22.3
4-
5-
toolchain go1.22.4
3+
go 1.22.4
64

75
require (
86
github.com/roadrunner-server/api/v4 v4.12.0
@@ -54,7 +52,7 @@ require (
5452
go.opentelemetry.io/otel/sdk v1.27.0 // indirect
5553
go.opentelemetry.io/otel/trace v1.27.0 // indirect
5654
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
5856
golang.org/x/sync v0.7.0 // indirect
5957
golang.org/x/sys v0.21.0 // indirect
6058
golang.org/x/text v0.16.0 // indirect

tests/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=
108108
go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y=
109109
go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=
110110
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=
113113
golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M=
114114
golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
115115
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

0 commit comments

Comments
 (0)