forked from mirror/buntdb
fix repo
This commit is contained in:
parent
9352908342
commit
916211e31d
|
@ -16,10 +16,10 @@ import (
|
|||
"sync"
|
||||
"time"
|
||||
|
||||
"git.internal/re/gjson"
|
||||
"git.internal/re/grect"
|
||||
"git.internal/re/rtred"
|
||||
"github.com/tidwall/btree"
|
||||
"github.com/tidwall/gjson"
|
||||
"github.com/tidwall/grect"
|
||||
"github.com/tidwall/match"
|
||||
)
|
||||
|
||||
|
|
4
go.mod
4
go.mod
|
@ -3,11 +3,11 @@ module git.internal/re/buntdb
|
|||
go 1.18
|
||||
|
||||
require (
|
||||
git.internal/re/gjson v1.14.4
|
||||
git.internal/re/grect v0.1.4
|
||||
git.internal/re/rtred v0.1.3
|
||||
github.com/tidwall/assert v0.1.0
|
||||
github.com/tidwall/btree v1.4.2
|
||||
github.com/tidwall/gjson v1.14.3
|
||||
github.com/tidwall/grect v0.1.4
|
||||
github.com/tidwall/lotsa v1.0.2
|
||||
github.com/tidwall/match v1.1.1
|
||||
)
|
||||
|
|
9
go.sum
9
go.sum
|
@ -1,3 +1,7 @@
|
|||
git.internal/re/gjson v1.14.4 h1:h247IjFbi0EbPbaP9uhmjF4d4BBZdzp3IqVdPbOfNlQ=
|
||||
git.internal/re/gjson v1.14.4/go.mod h1:nWhPHhrw7k8ssdzMTMcw6ButkZOJV9xeqauMiGbDEmo=
|
||||
git.internal/re/grect v0.1.4 h1:rLjsGbghBn9notUWINAc5+fiI9xnvvsfosstBDm0pWA=
|
||||
git.internal/re/grect v0.1.4/go.mod h1:UyRmpI8qgpXh+b7sHylYXMENk2GJOYWKZy+H7B5Pvdg=
|
||||
git.internal/re/rtred v0.1.3 h1:PR21v+kqXJMJrLe18CccJdPJk1xR26SRmKrmeWmVFGQ=
|
||||
git.internal/re/rtred v0.1.3/go.mod h1:zV1xdKGrD0vDOtMmwL4TB3hF64becmB6SdE3pqeaVjI=
|
||||
git.internal/re/tinyqueue v0.1.3 h1:4EKqZhzHLgoE7qp3+Jy4fLTJ+VXYdnREYiErcW6/Tds=
|
||||
|
@ -6,11 +10,6 @@ github.com/tidwall/assert v0.1.0 h1:aWcKyRBUAdLoVebxo95N7+YZVTFF/ASTr7BN4sLP6XI=
|
|||
github.com/tidwall/assert v0.1.0/go.mod h1:QLYtGyeqse53vuELQheYl9dngGCJQ+mTtlxcktb+Kj8=
|
||||
github.com/tidwall/btree v1.4.2 h1:PpkaieETJMUxYNADsjgtNRcERX7mGc/GP2zp/r5FM3g=
|
||||
github.com/tidwall/btree v1.4.2/go.mod h1:LGm8L/DZjPLmeWGjv5kFrY8dL4uVhMmzmmLYmsObdKE=
|
||||
github.com/tidwall/gjson v1.12.1/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
|
||||
github.com/tidwall/gjson v1.14.3 h1:9jvXn7olKEHU1S9vwoMGliaT8jq1vJ7IH/n9zD9Dnlw=
|
||||
github.com/tidwall/gjson v1.14.3/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
|
||||
github.com/tidwall/grect v0.1.4 h1:dA3oIgNgWdSspFzn1kS4S/RDpZFLrIxAZOdJKjYapOg=
|
||||
github.com/tidwall/grect v0.1.4/go.mod h1:9FBsaYRaR0Tcy4UwefBX/UDcDcDy9V5jUcxHzv2jd5Q=
|
||||
github.com/tidwall/lotsa v1.0.2 h1:dNVBH5MErdaQ/xd9s769R31/n2dXavsQ0Yf4TMEHHw8=
|
||||
github.com/tidwall/lotsa v1.0.2/go.mod h1:X6NiU+4yHA3fE3Puvpnn1XMDrFZrE9JO2/w+UMuqgR8=
|
||||
github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=
|
||||
|
|
Loading…
Reference in New Issue