diff options
| author | Valentin Anger <syrupthinker@gryphno.de> | 2025-03-22 21:36:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-22 16:36:27 -0400 |
| commit | af6f05554fe8da112599f30d32524c28a4078cac (patch) | |
| tree | a63d3490ae3cdf519620a13e0841d55b0917408a /go.mod | |
| parent | 1509b06cb921aff842e71fbb6636646be6ed5b46 (diff) | |
| download | anubis-af6f05554fe8da112599f30d32524c28a4078cac.tar.xz anubis-af6f05554fe8da112599f30d32524c28a4078cac.zip | |
internal/test: introduce integration tests using Playwright (#81)
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,7 @@ require ( github.com/a-h/templ v0.3.833 github.com/facebookgo/flagenv v0.0.0-20160425205200-fcd59fca7456 github.com/golang-jwt/jwt/v5 v5.2.2 + github.com/playwright-community/playwright-go v0.5001.0 github.com/prometheus/client_golang v1.21.1 github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a github.com/yl2chen/cidranger v1.0.2 @@ -21,11 +22,14 @@ require ( github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/cli/browser v1.3.0 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect + github.com/deckarep/golang-set/v2 v2.6.0 // indirect github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 // indirect github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect github.com/fatih/color v1.16.0 // indirect github.com/fsnotify/fsnotify v1.7.0 // indirect + github.com/go-jose/go-jose/v3 v3.0.3 // indirect + github.com/go-stack/stack v1.8.1 // indirect github.com/klauspost/compress v1.17.11 // indirect github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.20 // indirect |
