-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
62 lines (58 loc) · 2.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
module github.com/Laisky/go-utils/v5
go 1.23
toolchain go1.23.0
require (
github.com/GoWebProd/uuid7 v0.0.0-20231130161441-17ee54b097d4
github.com/Laisky/errors/v2 v2.0.1
github.com/Laisky/fast-skiplist/v2 v2.0.1
github.com/Laisky/go-chaining v0.0.0-20180507092046-43dcdc5a21be
github.com/Laisky/golang-fifo v1.0.1-0.20240403091456-fc83d5e38c0b
github.com/Laisky/graphql v1.0.6
github.com/Laisky/zap v1.27.1-0.20240628060440-a253d90172e3
github.com/brianvoe/gofakeit/v6 v6.23.2
github.com/cespare/xxhash v1.1.0
github.com/corvus-ch/shamir v1.0.1
github.com/deckarep/golang-set/v2 v2.1.0
github.com/fsnotify/fsnotify v1.7.0
github.com/gammazero/deque v0.2.1
github.com/go-json-experiment/json v0.0.0-20231011163920-8aa127fd5801
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/google/go-cpy v0.0.0-20211218193943-a9c933c06932
github.com/google/uuid v1.6.0
github.com/json-iterator/go v1.1.12
github.com/klauspost/pgzip v1.2.6
github.com/monnand/dhkx v0.0.0-20180522003156-9e5b033f1ac4
github.com/niclabs/tcrsa v0.0.5
github.com/rivo/duplo v0.0.0-20220703183130-751e882e6b83
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
github.com/tailscale/hujson v0.0.0-20241010212012-29efb4a0184b
github.com/xlzd/gotp v0.1.0
go.dedis.ch/kyber/v3 v3.1.0
go.uber.org/automaxprocs v1.6.0
golang.org/x/crypto v0.28.0
golang.org/x/sync v0.8.0
golang.org/x/term v0.25.0
golang.org/x/time v0.3.0
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)
require (
github.com/GoWebProd/gip v0.0.0-20230623090727-b60d41d5d320 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/objx v0.5.2 // indirect
go.dedis.ch/fixbuf v1.0.3 // indirect
go.uber.org/multierr v1.10.0 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/tools v0.1.5 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)