Skip to content

Commit 0d9611c

Browse files
committed
fix
1 parent 59740d0 commit 0d9611c

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
@@ -216,7 +216,7 @@ require (
216216
github.com/tidwall/hashmap v1.8.1 // indirect
217217
github.com/tklauser/go-sysconf v0.3.11 // indirect
218218
github.com/tklauser/numcpus v0.6.1 // indirect
219-
github.com/ucwong/filecache v1.0.6-0.20230916065457-63847b20001a // indirect
219+
github.com/ucwong/filecache v1.0.6-0.20230405163841-810d53ced4bd // indirect
220220
github.com/ucwong/go-ttlmap v1.0.2-0.20221020173635-331e7ddde2bb // indirect
221221
github.com/ucwong/golang-kv v1.0.23-0.20230922081610-18db1b66e400 // indirect
222222
github.com/ucwong/shard v1.0.1-0.20230902205521-676c0c9c1dd2 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,8 +1248,8 @@ github.com/ucwong/color v1.10.1-0.20200504093835-6ffe517dac74/go.mod h1:ctQ7afqe
12481248
github.com/ucwong/color v1.10.1-0.20200518131954-915014f7ee11/go.mod h1:v1b0ANLmRpK9Q+qquVwSF2eELmmrF/IafbyK0UgrmEA=
12491249
github.com/ucwong/color v1.10.1-0.20200624105241-fba1e010fe1e h1:HvK1iHNK69zvKCmoMPGt5SvCFf3BZ1LE7Yhi+1+t8v0=
12501250
github.com/ucwong/color v1.10.1-0.20200624105241-fba1e010fe1e/go.mod h1:/b4wmbSWmKYSHQQC4tshp/xGngyZwSOrjkfWZ2XEMZU=
1251-
github.com/ucwong/filecache v1.0.6-0.20230916065457-63847b20001a h1:MkUqY4r4iTzEn4JwbGOmE04a6Wsgw54UOjR1AXFmpQ4=
1252-
github.com/ucwong/filecache v1.0.6-0.20230916065457-63847b20001a/go.mod h1:ddwX+NCjMZPdpzcGh1fcEbNTUTCtKgt2hC2rqvmLKgA=
1251+
github.com/ucwong/filecache v1.0.6-0.20230405163841-810d53ced4bd h1:gBtlvLAsgLk+WcCXQ6K26u+POLm4oV0fiZ2UyBEQ0QU=
1252+
github.com/ucwong/filecache v1.0.6-0.20230405163841-810d53ced4bd/go.mod h1:ddwX+NCjMZPdpzcGh1fcEbNTUTCtKgt2hC2rqvmLKgA=
12531253
github.com/ucwong/go-ttlmap v1.0.2-0.20221020173635-331e7ddde2bb h1:dVZH3AH9f7zB3VBmsjn25B7lfcAyMP4QxdFYTrfj7tg=
12541254
github.com/ucwong/go-ttlmap v1.0.2-0.20221020173635-331e7ddde2bb/go.mod h1:3yswsBsVuwsOjDvFfC5Na9XSEf4HC7mj3W3g6jvSY/s=
12551255
github.com/ucwong/golang-kv v1.0.23-0.20230922081610-18db1b66e400 h1:ijNlzGwvSJ9B4wUe1nv8fuwOsNL1eXJ5qEiud32cIWc=

0 commit comments

Comments
 (0)