Files
vulncheck-oss-cve-2023-22527/nashorn/go.mod
T
Jacob Baines cb6d691939 Initial commit
2024-03-05 11:57:38 -05:00

11 lines
208 B
Modula-2

module github.com/vulncheck-oss/cve-2023-22527/nashorn
go 1.21.4
require github.com/vulncheck-oss/go-exploit v1.9.4
require (
golang.org/x/net v0.22.0 // indirect
golang.org/x/text v0.14.0 // indirect
)