-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
39 lines (36 loc) · 1.43 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
module github.com/kokizzu/lexid
go 1.18
require (
github.com/godruoyi/go-snowflake v0.0.2-alpha
github.com/google/uuid v1.3.0
github.com/kokizzu/gotro v1.2422.1352
github.com/kpango/fastime v1.1.6
github.com/lithammer/shortuuid/v3 v3.0.7
github.com/matoous/go-nanoid/v2 v2.0.0
github.com/rs/xid v1.3.0
github.com/segmentio/ksuid v1.0.3
github.com/stretchr/testify v1.8.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/goccy/go-json v0.10.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.2 // indirect
github.com/kokizzu/rand v0.0.0-20221021123447-6043c55a8bad // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/yosuke-furukawa/json5 v0.1.1 // indirect
github.com/zeebo/xxh3 v1.0.2 // indirect
golang.org/x/crypto v0.4.0 // indirect
golang.org/x/exp v0.0.0-20221217163422-3c43f8badb15 // indirect
golang.org/x/sys v0.3.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)