testcontainers-go:p.client.DaemonHost未定义

I am trying to add TestContainers-Go to my project. I use glide and TestNginxLatestReturn example from Github readme file.

In glide I put

- package: github.com/testcontainers/testcontainers-go
version: v0.0.3

but at runtime I get this error in IDEA.

# github.com/testcontainers/testcontainers-go
../../../../../../pkg/mod/github.com/testcontainers/testcontainers-go@v0.0.3/docker.go:326:32: p.client.DaemonHost undefined (type *client.Client has no field or method DaemonHost)

Any idea why I get this and how to fix it?

enter image description here