summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 7ee017e..422f54c 100644
--- a/go.mod
+++ b/go.mod
@@ -6,8 +6,10 @@ require (
github.com/jmoiron/sqlx v1.3.5
github.com/mattn/go-sqlite3 v1.14.6
github.com/pkg/errors v0.9.1
+ github.com/playwright-community/playwright-go v0.2000.1
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.2
+ github.com/stretchr/testify v1.8.4
golang.org/x/crypto v0.16.0
)