-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (25 loc) · 928 Bytes
/
go.mod
File metadata and controls
28 lines (25 loc) · 928 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
module github.com/ossign/tlsniff
go 1.25.2
require (
github.com/antchfx/htmlquery v1.3.4
github.com/clysec/greq v0.2.1
github.com/jedib0t/go-pretty/v6 v6.6.8
github.com/spf13/cobra v1.10.1
go.mozilla.org/pkcs7 v0.9.0
software.sslmate.com/src/go-pkcs12 v0.6.0
)
require (
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
github.com/antchfx/xpath v1.3.3 // indirect
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/scheiblingco/gofn v1.2.3 // indirect
github.com/spf13/pflag v1.0.9 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
)