-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgo.mod
More file actions
59 lines (55 loc) · 2.21 KB
/
go.mod
File metadata and controls
59 lines (55 loc) · 2.21 KB
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
module github.com/Laisky/go-utils/v6
go 1.25.0
toolchain go1.25.7
require (
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.20240403092208-1d90c6c33e11
github.com/Laisky/graphql v1.0.6
github.com/Laisky/zap v1.27.1-0.20241010063010-3154c45f2a1f
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.9.0
github.com/gammazero/deque v1.2.0
github.com/go-json-experiment/json v0.0.0-20231011163920-8aa127fd5801
github.com/golang-jwt/jwt/v4 v4.5.2
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/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/niclabs/tcrsa v0.0.5
github.com/rivo/duplo v0.0.0-20220703183130-751e882e6b83
github.com/spf13/cobra v1.10.2
github.com/stretchr/testify v1.11.1
github.com/tailscale/hujson v0.0.0-20250605163823-992244df8c5a
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.47.0
golang.org/x/sync v0.19.0
golang.org/x/term v0.39.0
golang.org/x/time v0.3.0
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/compress v1.18.4 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.9 // 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.40.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
)