@@ -5,6 +5,7 @@ go 1.23.2
5
5
require (
6
6
entgo.io/ent v0.14.2
7
7
github.com/TBXark/jsoncompressor v0.0.0-20250220090015-07c767467512
8
+ github.com/dgraph-io/badger/v4 v4.5.1
8
9
github.com/gin-contrib/cors v1.7.3
9
10
github.com/gin-contrib/pprof v1.5.2
10
11
github.com/gin-contrib/zap v1.1.4
@@ -25,6 +26,7 @@ require (
25
26
golang.org/x/crypto v0.33.0
26
27
golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa
27
28
golang.org/x/sync v0.11.0
29
+ golang.org/x/text v0.22.0
28
30
golang.org/x/time v0.10.0
29
31
gopkg.in/natefinch/lumberjack.v2 v2.2.1
30
32
modernc.org/sqlite v1.35.0
@@ -40,6 +42,7 @@ require (
40
42
github.com/cespare/xxhash/v2 v2.3.0 // indirect
41
43
github.com/cloudwego/base64x v0.1.5 // indirect
42
44
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
45
+ github.com/dgraph-io/ristretto/v2 v2.1.0 // indirect
43
46
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
44
47
github.com/dustin/go-humanize v1.0.1 // indirect
45
48
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
@@ -54,10 +57,11 @@ require (
54
57
github.com/go-playground/locales v0.14.1 // indirect
55
58
github.com/go-playground/universal-translator v0.18.1 // indirect
56
59
github.com/go-playground/validator/v10 v10.25.0 // indirect
57
- github.com/go-redis/redis/v8 v8.11.5 // indirect
58
60
github.com/goccy/go-json v0.10.5 // indirect
59
61
github.com/gofrs/flock v0.12.1 // indirect
60
62
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
63
+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
64
+ github.com/google/flatbuffers v24.12.23+incompatible // indirect
61
65
github.com/google/uuid v1.6.0 // indirect
62
66
github.com/josharian/intern v1.0.0 // indirect
63
67
github.com/json-iterator/go v1.1.12 // indirect
@@ -72,16 +76,17 @@ require (
72
76
github.com/modern-go/reflect2 v1.0.2 // indirect
73
77
github.com/ncruces/go-strftime v0.1.9 // indirect
74
78
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
79
+ github.com/pkg/errors v0.9.1 // indirect
75
80
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
76
81
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
77
82
github.com/rs/xid v1.6.0 // indirect
78
83
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
79
84
github.com/ugorji/go/codec v1.2.12 // indirect
85
+ go.opencensus.io v0.24.0 // indirect
80
86
go.uber.org/multierr v1.11.0 // indirect
81
87
golang.org/x/arch v0.14.0 // indirect
82
88
golang.org/x/net v0.35.0 // indirect
83
89
golang.org/x/sys v0.30.0 // indirect
84
- golang.org/x/text v0.22.0 // indirect
85
90
golang.org/x/tools v0.30.0 // indirect
86
91
google.golang.org/protobuf v1.36.5 // indirect
87
92
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments