...

Text file src/github.com/playwright-community/playwright-go/go.mod

Documentation: github.com/playwright-community/playwright-go

     1module github.com/playwright-community/playwright-go
     2
     3go 1.14
     4
     5require (
     6	github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964
     7	github.com/davecgh/go-spew v1.1.1 // indirect
     8	github.com/go-stack/stack v1.8.1
     9	github.com/gorilla/websocket v1.4.2
    10	github.com/h2non/filetype v1.1.1
    11	github.com/stretchr/testify v1.7.0
    12	gopkg.in/square/go-jose.v2 v2.6.0
    13)

View as plain text