-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
35 lines (32 loc) · 1.21 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
module github.com/livexy/pkg
go 1.19
require (
github.com/alexedwards/argon2id v0.0.0-20230305115115-4b3c3280a736
github.com/davecgh/go-spew v1.1.1
github.com/google/uuid v1.3.0
github.com/importcjj/sensitive v0.0.0-20200106142752-42d1c505be7b
github.com/klauspost/compress v1.16.7
github.com/lionsoul2014/ip2region/binding/golang v0.0.0-20230717040633-c8446edaab76
github.com/livexy/linq v1.0.3
github.com/llgcode/draw2d v0.0.0-20210904075650-80aa0a2a901d
github.com/orcaman/concurrent-map/v2 v2.0.1
github.com/pkg/errors v0.9.1
github.com/shopspring/decimal v1.3.1
github.com/valyala/fasttemplate v1.2.2
go.uber.org/zap v1.24.0
golang.org/x/text v0.11.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gorm.io/gorm v1.25.2
)
require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 // indirect
golang.org/x/image v0.9.0 // indirect
golang.org/x/sys v0.10.0 // indirect
)