forked from testcontainers/testcontainers-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (25 loc) · 1017 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
26
27
module github.com/testcontainers/testcontainers-go
go 1.13
require (
github.com/cenkalti/backoff/v4 v4.1.2
github.com/containerd/containerd v1.5.13
github.com/docker/docker v20.10.11+incompatible
github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.4.0
github.com/go-redis/redis v6.15.9+incompatible
github.com/go-sql-driver/mysql v1.6.0
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.3.0
github.com/magiconair/properties v1.8.6
github.com/moby/sys/mount v0.2.0 // indirect
github.com/moby/sys/mountinfo v0.5.0 // indirect
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c // indirect
github.com/opencontainers/image-spec v1.0.2
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20211108170745-6635138e15ea // indirect
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
gotest.tools/gotestsum v1.7.0
gotest.tools/v3 v3.2.0
)