forked from aerokube/selenoid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (23 loc) · 876 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/aerokube/selenoid
go 1.14
require (
github.com/aandryashin/matchers v0.0.0-20161126170413-435295ea180e
github.com/aerokube/ggr v0.0.0-20181215175518-4a2e23fa1769
github.com/aerokube/util v0.0.0-20190701120823-161c21b50f69
github.com/aws/aws-sdk-go v1.27.0
github.com/docker/docker v0.7.3-0.20190629173937-e105a74c5419
github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.4.0
github.com/go-kit/kit v0.10.0
github.com/go-resty/resty/v2 v2.3.0
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/go-version v1.2.1 // indirect
github.com/imdario/mergo v0.3.6
github.com/mafredri/cdp v0.21.0
github.com/mitchellh/gox v1.0.1 // indirect
github.com/pborman/uuid v1.2.0
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.4.2
golang.org/x/net v0.0.0-20200513185701-a91f0712d120
gopkg.in/yaml.v2 v2.2.2 // indirect
)