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

Docker testcontainers go:p.client.DaemonHost未定义,docker,go,integration-testing,glide-golang,testcontainers,Docker,Go,Integration Testing,Glide Golang,Testcontainers,我正在尝试将TestContainers添加到我的项目中。我使用Github自述文件中的glide和testnginplatestreturn示例 在滑翔中我把 - package: github.com/testcontainers/testcontainers-go version: v0.0.3 但在运行时,我发现了这个错误 # github.com/testcontainers/testcontainers-go ../../../../../../pkg/mod/github.com

我正在尝试将TestContainers添加到我的项目中。我使用Github自述文件中的glide和testnginplatestreturn示例

在滑翔中我把

- package: github.com/testcontainers/testcontainers-go
version: v0.0.3
但在运行时,我发现了这个错误

# 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)
你知道我为什么会这样,怎么解决吗