We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f6526 commit 0f5d0baCopy full SHA for 0f5d0ba
modules/localstack/localstack.go
@@ -6,9 +6,9 @@ import (
6
"strings"
7
"time"
8
9
+ "github.com/docker/docker/api/types/container"
10
"golang.org/x/mod/semver"
11
- "github.com/docker/docker/api/types/container"
12
"github.com/testcontainers/testcontainers-go"
13
"github.com/testcontainers/testcontainers-go/internal/testcontainersdocker"
14
"github.com/testcontainers/testcontainers-go/wait"
0 commit comments