Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ucwong committed Dec 24, 2023
1 parent 4526723 commit 6a69cd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/cockroachdb/pebble v0.0.0-20231222152533-1cce3d01f6d9
github.com/dgraph-io/badger/v4 v4.2.1-0.20231218065111-7b5baa11879c
github.com/nutsdb/nutsdb v1.0.3-0.20231223135417-4d0e8a24c79b
github.com/nutsdb/nutsdb v1.0.3-0.20231224042427-ed51a64e0297
github.com/rosedblabs/rosedb/v2 v2.2.2
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d
github.com/ucwong/go-ttlmap v1.0.2-0.20221020173635-331e7ddde2bb
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3Rllmb
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/nutsdb/nutsdb v1.0.3-0.20231223135417-4d0e8a24c79b h1:RVv0OHAcGotaOAnG8Bo7UCeVee0GzRtdotAX8gSQ4gg=
github.com/nutsdb/nutsdb v1.0.3-0.20231223135417-4d0e8a24c79b/go.mod h1:jIbbpBXajzTMZ0o33Yn5zoYIo3v0Dz4WstkVce+sYuQ=
github.com/nutsdb/nutsdb v1.0.3-0.20231224042427-ed51a64e0297 h1:S/29FZFR01OLwY54QOpBng0bcdV9I0xJ6M85HVAji/8=
github.com/nutsdb/nutsdb v1.0.3-0.20231224042427-ed51a64e0297/go.mod h1:jIbbpBXajzTMZ0o33Yn5zoYIo3v0Dz4WstkVce+sYuQ=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
Expand Down

0 comments on commit 6a69cd5

Please sign in to comment.