summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-03-10 18:23:01 -0600
committermo khan <mo@mokhan.ca>2025-03-10 18:23:01 -0600
commit2a9b689a0775a2ce831dc08c73fc0959fe3f9e83 (patch)
tree82ee40ba802b7eb3ab5709bdee1ac2c5f7aee1e1 /go.mod
parent9a865953c4a95137faa336ca1d228d3ab2bc305f (diff)
chore: install mage using go tool
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 1d8ab7a..4849306 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
+)