-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathgo.mod
48 lines (44 loc) · 1.7 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
module github.com/MunifTanjim/stremthru
go 1.23.3
require (
ariga.io/atlas-go-sdk v0.6.4
github.com/elastic/go-freelru v0.15.0
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/redis/go-redis/v9 v9.0.0-rc.4
github.com/zeebo/xxh3 v1.0.2
golang.org/x/sync v0.8.0
)
require (
ariga.io/atlas v0.21.2-0.20240418081819-02b3f6239b04 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/go-openapi/inflect v0.19.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/hashicorp/hcl/v2 v2.18.1 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/klauspost/compress v1.13.6 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/vmihailenco/go-tinylfu v0.2.2 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/zclconf/go-cty v1.14.1 // indirect
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/text v0.18.0 // indirect
)
require (
github.com/dpotapov/slogpfx v0.0.0-20230917063348-41a73c95c536
github.com/dustin/go-humanize v1.0.1
github.com/go-redis/cache/v9 v9.0.0
github.com/jackc/pgx/v5 v5.7.1
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/lmittmann/tint v1.0.7
github.com/mattn/go-isatty v0.0.20
github.com/mattn/go-sqlite3 v1.14.24
github.com/rs/xid v1.6.0
github.com/sahilm/fuzzy v0.1.1
)