diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 +) |
