summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPhilipp Tanlak <philipp.tanlak@gmail.com>2023-08-10 18:18:01 +0200
committerPhilipp Tanlak <philipp.tanlak@gmail.com>2023-08-10 18:18:01 +0200
commit7e4cf39a0ba6ccbd5cc036700a8b1ff9358ecc3d (patch)
tree0f48b46e70162bad117f9f50d297487dee33266f /go.mod
parenta9b61f84070cc7ca0d6e26f187c745619a91422a (diff)
improve
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 5 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index 3d319d6..6bc405d 100644
--- a/go.mod
+++ b/go.mod
@@ -5,24 +5,23 @@ go 1.20
require (
github.com/PuerkitoBio/goquery v1.8.1
github.com/alexedwards/flow v0.0.0-20220806114457-cf11be9e0e03
- github.com/dop251/goja v0.0.0-20230707174833-636fdf960de1
- github.com/dop251/goja_nodejs v0.0.0-20230602164024-804a84515562
+ github.com/cornelk/hashmap v1.0.8
github.com/evanw/esbuild v0.18.14
+ github.com/nlnwa/whatwg-url v0.4.0
github.com/stretchr/testify v1.8.4
+ rogchap.com/v8go v0.9.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
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
+ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
- rogchap.com/v8go v0.9.0 // indirect
)