Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ucwong committed Nov 8, 2024
1 parent 6bf9445 commit 4e76e6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require (
github.com/prometheus/client_golang v1.20.5
github.com/ucwong/filecache v1.0.6-0.20230405163841-810d53ced4bd
github.com/ucwong/go-ttlmap v1.0.2-0.20221020173635-331e7ddde2bb
github.com/ucwong/golang-kv v1.0.24-0.20241027140620-922b40f404bb
github.com/ucwong/golang-kv v1.0.24-0.20241107130849-ca29d42a0e8e
github.com/ucwong/shard v1.0.1-0.20240327124306-59a521744cae
github.com/urfave/cli/v2 v2.27.4
golang.org/x/sync v0.8.0
Expand Down Expand Up @@ -72,7 +72,7 @@ require (
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
github.com/dgraph-io/badger/v4 v4.3.2-0.20241025163334-7f657f862cbd // indirect
github.com/dgraph-io/badger/v4 v4.3.2-0.20241105123836-dcaa109ee632 // indirect
github.com/dgraph-io/ristretto/v2 v2.0.0-alpha // indirect
github.com/elliotchance/orderedmap v1.6.0 // indirect
github.com/garslo/gogen v0.0.0-20170306192744-1d203ffc1f61 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ github.com/decred/dcrd/crypto/blake256 v1.0.1 h1:7PltbUIQB7u/FfZ39+DGa/ShuMyJ5il
github.com/decred/dcrd/crypto/blake256 v1.0.1/go.mod h1:2OfgNZ5wDpcsFmHmCK5gZTPcCXqlm2ArzUIkw9czNJo=
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 h1:rpfIENRNNilwHwZeG5+P150SMrnNEcHYvcCuK6dPZSg=
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0/go.mod h1:v57UDF4pDQJcEfFUCRop3lJL149eHGSe9Jvczhzjo/0=
github.com/dgraph-io/badger/v4 v4.3.2-0.20241025163334-7f657f862cbd h1:gBEojGbRiFsAekJZQ9HqrRLJayUJrxuHICJajqGRqVs=
github.com/dgraph-io/badger/v4 v4.3.2-0.20241025163334-7f657f862cbd/go.mod h1:O6a0iYGnDcrYfGWM/haKT7/WfztAlGFEJrv63EkyZbk=
github.com/dgraph-io/badger/v4 v4.3.2-0.20241105123836-dcaa109ee632 h1:skFe5+jhaiMCPIEj9Rj+BPR+ziFOOsvG75biTk08E0k=
github.com/dgraph-io/badger/v4 v4.3.2-0.20241105123836-dcaa109ee632/go.mod h1:O6a0iYGnDcrYfGWM/haKT7/WfztAlGFEJrv63EkyZbk=
github.com/dgraph-io/ristretto/v2 v2.0.0-alpha h1:JBy5Mm/z1HBj3hyDLFBS2uHalL971q3yjUaKcia0Sgo=
github.com/dgraph-io/ristretto/v2 v2.0.0-alpha/go.mod h1:7bFGBdXzLfFFjKCN8YDQ7+98m/AEYcrdqH7s0En96Qg=
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 h1:fAjc9m62+UWV/WAFKLNi6ZS0675eEUC9y3AlwSbQu1Y=
Expand Down Expand Up @@ -554,8 +554,8 @@ github.com/ucwong/filecache v1.0.6-0.20230405163841-810d53ced4bd h1:gBtlvLAsgLk+
github.com/ucwong/filecache v1.0.6-0.20230405163841-810d53ced4bd/go.mod h1:ddwX+NCjMZPdpzcGh1fcEbNTUTCtKgt2hC2rqvmLKgA=
github.com/ucwong/go-ttlmap v1.0.2-0.20221020173635-331e7ddde2bb h1:dVZH3AH9f7zB3VBmsjn25B7lfcAyMP4QxdFYTrfj7tg=
github.com/ucwong/go-ttlmap v1.0.2-0.20221020173635-331e7ddde2bb/go.mod h1:3yswsBsVuwsOjDvFfC5Na9XSEf4HC7mj3W3g6jvSY/s=
github.com/ucwong/golang-kv v1.0.24-0.20241027140620-922b40f404bb h1:477J6za6lOi6/U+r+/8rVejhRsqY0Mm3rjm/F1KS7vU=
github.com/ucwong/golang-kv v1.0.24-0.20241027140620-922b40f404bb/go.mod h1:PeHyOfhlJ3FbvoABVJQb3dQhfRcCiHkZFlDRFtMKLVU=
github.com/ucwong/golang-kv v1.0.24-0.20241107130849-ca29d42a0e8e h1:fsOALiNFxqoEoe9h/bXSQqJ96hWubb4TBL5o3dTKceg=
github.com/ucwong/golang-kv v1.0.24-0.20241107130849-ca29d42a0e8e/go.mod h1:sP+U+QMUNMkCzhTGGY3mxqJVHtli/JZKGBP6qOElY5Y=
github.com/ucwong/shard v1.0.1-0.20240327124306-59a521744cae h1:2G/6RvsOF5FkvsBc0UWOxHf3tfmL+n4IQYvlQ862yuk=
github.com/ucwong/shard v1.0.1-0.20240327124306-59a521744cae/go.mod h1:IlWVVAJmS8RrvapgE37IuF1R/j1arGuYtulVWa9ZGJw=
github.com/urfave/cli/v2 v2.27.4 h1:o1owoI+02Eb+K107p27wEX9Bb8eqIoZCfLXloLUSWJ8=
Expand Down

0 comments on commit 4e76e6b

Please sign in to comment.