summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-03-10 14:02:27 -0600
committermo khan <mo@mokhan.ca>2025-03-10 14:02:27 -0600
commit782af3f62d23b5f0e36241fe7538244fb1b6730d (patch)
tree9fca686622756667cac978dd0aca8e7e85dce155 /go.mod
parent5083ab853bd9c619fe750fdd6e2b3f22ab9e98dd (diff)
chore: add some end to end tests
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod9
1 files changed, 9 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 43845ed1..f87c0ec8 100644
--- a/go.mod
+++ b/go.mod
@@ -5,6 +5,8 @@ go 1.24.0
require (
github.com/casbin/casbin/v2 v2.103.0
github.com/magefile/mage v1.15.0
+ 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
)
@@ -12,9 +14,16 @@ require (
github.com/arthurnn/twirp-ruby v1.13.0 // indirect
github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
github.com/casbin/govaluate v1.3.0 // indirect
+ github.com/davecgh/go-spew v1.1.1 // indirect
+ github.com/deckarep/golang-set/v2 v2.7.0 // indirect
+ github.com/go-jose/go-jose/v3 v3.0.4 // indirect
+ github.com/go-stack/stack v1.8.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
+ github.com/kr/text v0.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
+ github.com/pmezard/go-difflib v1.0.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
+ gopkg.in/yaml.v3 v3.0.1 // indirect
)
tool github.com/arthurnn/twirp-ruby/protoc-gen-twirp_ruby