(WIP) replace original lmdb-go with fork

This commit is contained in:
Lawrence, Rendall
2024-06-18 19:01:59 +03:00
parent b92c9103b9
commit 8f2bea1de6
4 changed files with 61 additions and 24 deletions
+2 -1
View File
@@ -6,8 +6,8 @@ require (
code.cloudfoundry.org/go-diodes v0.0.0-20240515174142-71582f284718
github.com/MicahParks/jwkset v0.5.18
github.com/MicahParks/keyfunc/v3 v3.3.3
github.com/PowerDNS/lmdb-go v1.9.2
github.com/anacrolix/torrent v1.56.0
github.com/bmatsuo/lmdb-go v1.8.0
github.com/cespare/xxhash/v2 v2.3.0
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/jackc/pgx/v5 v5.6.0
@@ -54,6 +54,7 @@ require (
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/exp v0.0.0-20240531132922-fd00a4e0eefc // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect