-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
38 lines (35 loc) · 1.4 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
module github.com/fgm/uuid_shootout
go 1.18
require (
github.com/agext/uuid v1.1.0
github.com/aidarkhanov/nanoid/v2 v2.0.5
github.com/edwingeng/wuid v0.0.0-20220220152550-936ee2043eaf
github.com/go-redis/redis/v8 v8.8.0
github.com/gofrs/uuid v4.2.0+incompatible
github.com/google/uuid v1.3.0
github.com/hart87/GoFlake v0.0.0-20210517135841-c95a47da3eb9
github.com/jakehl/goid v1.1.0
github.com/muyo/sno v1.2.1
github.com/oklog/ulid v1.3.1
github.com/rs/xid v1.2.1
github.com/satori/go.uuid v1.2.0
github.com/twharmon/gouid v0.5.0
gitlab.com/rwxrob/uniq v0.0.0-20200325203910-f771e6779384
)
require (
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/edwingeng/slog v0.0.0-20210815193503-ec20520ba17c // indirect
github.com/fatih/color v1.12.0 // indirect
github.com/hart87/goflake v0.0.0-20210517135841-c95a47da3eb9 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
go.opentelemetry.io/otel v0.19.0 // indirect
go.opentelemetry.io/otel/metric v0.19.0 // indirect
go.opentelemetry.io/otel/trace v0.19.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.19.0 // indirect
golang.org/x/sys v0.0.0-20210817142637-7d9622a276b7 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)