Skip to content

Commit f50c3ff

Browse files
committed
deps
1 parent 6a72b68 commit f50c3ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ require (
4444
github.com/prometheus/procfs v0.11.0 // indirect
4545
github.com/rogpeppe/go-internal v1.11.0 // indirect
4646
github.com/rosedblabs/go-immutable-radix/v2 v2.0.1-0.20230614125820-f2a7bc058c90 // indirect
47-
github.com/rosedblabs/wal v1.2.1-0.20230801082200-05168be4594f // indirect
47+
github.com/rosedblabs/wal v1.3.1 // indirect
4848
github.com/xujiajun/mmap-go v1.0.1 // indirect
4949
github.com/xujiajun/utils v0.0.0-20220904132955-5f7c5b914235 // indirect
5050
go.opencensus.io v0.24.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ github.com/rosedblabs/go-immutable-radix/v2 v2.0.1-0.20230614125820-f2a7bc058c90
146146
github.com/rosedblabs/go-immutable-radix/v2 v2.0.1-0.20230614125820-f2a7bc058c90/go.mod h1:Hk7adp95/ngEfetvapVWdgneuZb15mi9nH/keSH/KqI=
147147
github.com/rosedblabs/rosedb/v2 v2.2.2-0.20230729072225-0ac294e9358f h1:hEPQOEJ5a7jjPljY/KhoeesAhLERczCobEmJnZcm3gA=
148148
github.com/rosedblabs/rosedb/v2 v2.2.2-0.20230729072225-0ac294e9358f/go.mod h1:xJznOw9Jhj3jXJCtGnyJultF7aq9g19sG/Y54Z//SBU=
149-
github.com/rosedblabs/wal v1.2.1-0.20230801082200-05168be4594f h1:+7vcGyTOn9s8GVyA3QKzcDp/HBUbwkBXBpguM79LWXI=
150-
github.com/rosedblabs/wal v1.2.1-0.20230801082200-05168be4594f/go.mod h1:tYh0WapCkDQrID7PNsNHpsZDlkTczJVAFaTySmwaD7U=
149+
github.com/rosedblabs/wal v1.3.1 h1:QFAmnEPGJgUYfbn9WRO/43VkDdXVo9AacRcB0FfCNTI=
150+
github.com/rosedblabs/wal v1.3.1/go.mod h1:tYh0WapCkDQrID7PNsNHpsZDlkTczJVAFaTySmwaD7U=
151151
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
152152
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
153153
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=

0 commit comments

Comments
 (0)