-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
29 lines (25 loc) · 848 Bytes
/
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
module crtdumper
go 1.22.4
require (
github.com/alphadose/haxmap v1.4.0
github.com/cheggaaa/pb v1.0.29
github.com/google/certificate-transparency-go v1.2.1
github.com/hashicorp/go-retryablehttp v0.7.7
)
require (
github.com/go-logr/glogr v1.2.2 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
golang.org/x/sys v0.21.0 // indirect
)
require (
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-resty/resty/v2 v2.13.1
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/net v0.26.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
)