module github.com/philippta/flyscrape go 1.21 require ( github.com/PuerkitoBio/goquery v1.8.1 github.com/cornelk/hashmap v1.0.8 github.com/dop251/goja v0.0.0-20230919151941-fc55792775de github.com/dop251/goja_nodejs v0.0.0-20230914102007-198ba9a8b098 github.com/evanw/esbuild v0.18.14 github.com/fsnotify/fsnotify v1.6.0 github.com/inancgumus/screen v0.0.0-20190314163918-06e984b86ed3 github.com/mattn/go-sqlite3 v1.14.17 github.com/nlnwa/whatwg-url v0.4.0 github.com/stretchr/testify v1.8.4 github.com/tidwall/sjson v1.2.5 golang.org/x/sync v0.5.0 ) require ( github.com/andybalholm/cascadia v1.3.1 // indirect github.com/bits-and-blooms/bitset v1.5.0 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/dlclark/regexp2 v1.7.0 // indirect github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect github.com/kr/pretty v0.3.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/rogpeppe/go-internal v1.10.0 // indirect github.com/tidwall/gjson v1.17.0 // indirect github.com/tidwall/match v1.1.1 // indirect github.com/tidwall/pretty v1.2.1 // indirect golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect golang.org/x/net v0.10.0 // indirect golang.org/x/sys v0.8.0 // indirect golang.org/x/term v0.8.0 // indirect golang.org/x/text v0.9.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )