Files
remark42/e2e/go.mod
dependabot[bot]andUmputun 2bfad021e3 chore(deps): bump github.com/mxschmitt/playwright-go
Bumps the go-modules-updates group in /e2e with 1 update: [github.com/mxschmitt/playwright-go](https://github.com/mxschmitt/playwright-go).


Updates `github.com/mxschmitt/playwright-go` from 0.6201.0 to 0.6201.1
- [Release notes](https://github.com/mxschmitt/playwright-go/releases)
- [Commits](https://github.com/mxschmitt/playwright-go/compare/v0.6201.0...v0.6201.1)

---
updated-dependencies:
- dependency-name: github.com/mxschmitt/playwright-go
  dependency-version: 0.6201.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-21 18:20:27 -05:00

15 lines
298 B
AMPL

module github.com/umputun/remark42/e2e
go 1.25.0
require (
github.com/mxschmitt/playwright-go v0.6201.1
github.com/stretchr/testify v1.12.1
)
require (
github.com/deckarep/golang-set/v2 v2.8.0 // indirect
github.com/go-stack/stack v1.8.1 // indirect
go.yaml.in/yaml/v3 v3.0.5 // indirect
)