From 2a9b689a0775a2ce831dc08c73fc0959fe3f9e83 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 10 Mar 2025 18:23:01 -0600 Subject: chore: install mage using go tool --- go.mod | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'go.mod') 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 +) -- cgit v1.2.3