summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPhilipp Tanlak <philipp.tanlak@gmail.com>2024-02-24 13:59:29 +0100
committerPhilipp Tanlak <philipp.tanlak@gmail.com>2024-02-24 13:59:29 +0100
commit6cc19d5c412b8adc89092702d4bc21b416fc4fae (patch)
tree3142b426395a409647a519270e31145fa9000f65 /go.mod
parent3dc39e9eba495b18dad2a7d79d45dcb634729dd7 (diff)
Browser rendering
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 6 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 3899dd2..4a2048c 100644
--- a/go.mod
+++ b/go.mod
@@ -10,6 +10,7 @@ require (
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/go-rod/rod v0.114.7
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
@@ -40,6 +41,11 @@ require (
github.com/tidwall/gjson v1.17.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
+ github.com/ysmood/fetchup v0.2.3 // indirect
+ github.com/ysmood/goob v0.4.0 // indirect
+ github.com/ysmood/got v0.34.1 // indirect
+ github.com/ysmood/gson v0.7.3 // indirect
+ github.com/ysmood/leakless v0.8.0 // indirect
github.com/zalando/go-keyring v0.2.3 // indirect
golang.org/x/crypto v0.19.0 // indirect
golang.org/x/net v0.21.0 // indirect