-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (31 loc) · 1.13 KB
/
go.mod
File metadata and controls
34 lines (31 loc) · 1.13 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
module github.com/vulncheck-oss/go-exploit
go 1.26.1
require (
github.com/Masterminds/semver v1.5.0
github.com/antchfx/htmlquery v1.3.6
github.com/emiago/sipgo v1.1.2
github.com/google/uuid v1.6.0
github.com/icholy/digest v1.1.0
github.com/lor00x/goldap v0.0.0-20240304151906-8d785c64d1c8
github.com/vjeantet/ldapserver v1.0.2-0.20240305064909-a417792e2906
golang.org/x/crypto v0.49.0
golang.org/x/net v0.52.0
golang.org/x/sys v0.42.0
golang.org/x/text v0.36.0
modernc.org/sqlite v1.48.2
)
require (
github.com/antchfx/xpath v1.3.6 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.4.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/ncruces/go-strftime v1.0.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
golang.org/x/sync v0.20.0 // indirect
modernc.org/libc v1.70.0 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.11.0 // indirect
)