summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 6 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 1d8ab7ab..4849306a 100644
--- a/go.mod
+++ b/go.mod
@@ -8,6 +8,7 @@ require (
github.com/playwright-community/playwright-go v0.5001.0
github.com/stretchr/testify v1.8.4
github.com/xlgmokha/x v0.0.0-20240605230110-5cbcac4d8ff8
+ golang.org/x/oauth2 v0.28.0
)
require (
@@ -28,4 +29,8 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)
-tool github.com/arthurnn/twirp-ruby/protoc-gen-twirp_ruby
+tool (
+ github.com/arthurnn/twirp-ruby/protoc-gen-twirp_ruby
+ github.com/magefile/mage
+ github.com/playwright-community/playwright-go/cmd/playwright
+)