-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (26 loc) · 949 Bytes
/
Copy pathgo.mod
File metadata and controls
29 lines (26 loc) · 949 Bytes
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
module github.com/had-nu/wardex/v2
go 1.26.0
require (
github.com/fxamacker/cbor/v2 v2.9.0
github.com/had-nu/gleipnir v0.1.0
github.com/spf13/cobra v1.10.2
github.com/spf13/pflag v1.0.10
google.golang.org/grpc v1.70.0
gopkg.in/yaml.v3 v3.0.1
lukechampine.com/blake3 v1.4.1
)
require (
github.com/cloudflare/circl v1.6.3 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/net v0.43.0 // indirect
golang.org/x/sys v0.44.0 // indirect
golang.org/x/text v0.28.0 // indirect
gonum.org/v1/gonum v0.17.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a // indirect
google.golang.org/protobuf v1.36.8 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)