Skip to content

Commit 7ae2875

Browse files
Bump github.com/ansel1/merry/v2 from 2.2.1 to 2.2.2
Bumps [github.com/ansel1/merry/v2](https://github.com/ansel1/merry) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/ansel1/merry/releases) - [Commits](ansel1/merry@v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: github.com/ansel1/merry/v2 dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c321d98 commit 7ae2875

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/JaderDias/movingmedian v0.0.0-20220813210630-d8c6b6de8835
99
github.com/alicebob/miniredis/v2 v2.22.0
1010
github.com/ansel1/merry v1.8.0
11-
github.com/ansel1/merry/v2 v2.2.1
11+
github.com/ansel1/merry/v2 v2.2.2
1212
github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df
1313
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874
1414
github.com/cactus/go-statsd-client/v5 v5.1.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ github.com/alicebob/miniredis/v2 v2.22.0 h1:lIHHiSkEyS1MkKHCHzN+0mWrA4YdbGdimE5i
1212
github.com/alicebob/miniredis/v2 v2.22.0/go.mod h1:XNqvJdQJv5mSuVMc0ynneafpnL/zv52acZ6kqeS0t88=
1313
github.com/ansel1/merry v1.8.0 h1:3RddCV1ubXegKphsodbkmZ4QuROep/ZaPCuwlKuCfFg=
1414
github.com/ansel1/merry v1.8.0/go.mod h1:wJVu1mHEtEUWq5zTTX9RiWjcE+xL8y7BGYl2VTYdP7M=
15-
github.com/ansel1/merry/v2 v2.2.1 h1:PJpynLFvIpJkn8ZGgNHLq332zIyBc/wTqp3o42ZpWdU=
16-
github.com/ansel1/merry/v2 v2.2.1/go.mod h1:K9lCkM6tJ8s7LQVQ0ZmZ0WrB3BCyr+ZDzoqotzzoxpI=
15+
github.com/ansel1/merry/v2 v2.2.2 h1:/R8URU5LtiYwP7UI1KoZW4ex4nTzr+/T49+TYZsjUas=
16+
github.com/ansel1/merry/v2 v2.2.2/go.mod h1:sludwzkWfhZHOF4jSOViv+t2nnu2HNmtsMKzAfwmVB8=
1717
github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df h1:GSoSVRLoBaFpOOds6QyY1L8AX7uoY+Ln3BHc22W40X0=
1818
github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df/go.mod h1:hiVxq5OP2bUGBRNS3Z/bt/reCLFNbdcST6gISi1fiOM=
1919
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874 h1:N7oVaKyGp8bttX0bfZGmcGkjz7DLQXhAn3DNd3T0ous=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ github.com/alicebob/miniredis/v2/server
1717
# github.com/ansel1/merry v1.8.0
1818
## explicit; go 1.18
1919
github.com/ansel1/merry
20-
# github.com/ansel1/merry/v2 v2.2.1
20+
# github.com/ansel1/merry/v2 v2.2.2
2121
## explicit; go 1.18
2222
github.com/ansel1/merry/v2
2323
# github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df

0 commit comments

Comments
 (0)