2023-03-13 22:03:54 -04:00
|
|
|
module github.com/BishopFox/jsluice
|
2022-08-30 12:38:49 +01:00
|
|
|
|
|
|
|
|
go 1.18
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/pkg/profile v1.6.0 // indirect
|
|
|
|
|
github.com/smacker/go-tree-sitter v0.0.0-20220628134258-ac06e95cfa11 // indirect
|
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
|
golang.org/x/exp v0.0.0-20220706164943-b4a6d9510983 // indirect
|
|
|
|
|
)
|