13 lines
372 B
AMPL
13 lines
372 B
AMPL
module github.com/aerokube/devtools
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/aandryashin/matchers v0.0.0-20161126170413-435295ea180e
|
|
github.com/google/go-cmp v0.2.0 // indirect
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/mafredri/cdp v0.23.4
|
|
golang.org/x/net v0.0.0-20190107210223-45ffb0cd1ba0 // indirect
|
|
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect
|
|
)
|