Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
alihanyalcin committed Mar 9, 2023
2 parents 7b65ad0 + a0293bf commit abef3b2
Show file tree
Hide file tree
Showing 65 changed files with 353 additions and 114 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bigtable-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test-bigtable:
strategy:
matrix:
go-version: [1.18.x, 1.x]
go-version: [1.19.x, 1.x]
runs-on: "ubuntu-latest"
steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.18.x, 1.x]
go-version: [1.19.x, 1.x]
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cockroachdb-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test-cockroachdb:
strategy:
matrix:
go-version: [1.18.x, 1.x]
go-version: [1.19.x, 1.x]
runs-on: "ubuntu-latest"
steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/consul-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test-consul:
strategy:
matrix:
go-version: [1.18.x, 1.x]
go-version: [1.19.x, 1.x]
runs-on: "ubuntu-latest"
steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/datastore-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test-datastore:
strategy:
matrix:
go-version: [1.18.x, 1.x]
go-version: [1.19.x, 1.x]
runs-on: "ubuntu-latest"
steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firestore-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test-firestore:
strategy:
matrix:
go-version: [1.18.x, 1.x]
go-version: [1.19.x, 1.x]
runs-on: "ubuntu-latest"
steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test-compose:
strategy:
matrix:
go-version: [1.18.x, 1.x]
go-version: [1.19.x, 1.x]
runs-on: "ubuntu-latest"
steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module-localstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test-localstack:
strategy:
matrix:
go-version: [1.18.x, 1.x]
go-version: [1.19.x, 1.x]
runs-on: "ubuntu-latest"
steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module-pulsar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test-pulsar:
strategy:
matrix:
go-version: [1.18.x, 1.x]
go-version: [1.19.x, 1.x]
runs-on: "ubuntu-latest"
steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mongodb-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test-mongodb:
strategy:
matrix:
go-version: [1.18.x, 1.x]
go-version: [1.19.x, 1.x]
runs-on: "ubuntu-latest"
steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mysql-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test-mysql:
strategy:
matrix:
go-version: [1.18.x, 1.x]
go-version: [1.19.x, 1.x]
runs-on: "ubuntu-latest"
steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nginx-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test-nginx:
strategy:
matrix:
go-version: [1.18.x, 1.x]
go-version: [1.19.x, 1.x]
runs-on: "ubuntu-latest"
steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/postgres-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test-postgres:
strategy:
matrix:
go-version: [1.18.x, 1.x]
go-version: [1.19.x, 1.x]
runs-on: "ubuntu-latest"
steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pubsub-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test-pubsub:
strategy:
matrix:
go-version: [1.18.x, 1.x]
go-version: [1.19.x, 1.x]
runs-on: "ubuntu-latest"
steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/redis-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test-redis:
strategy:
matrix:
go-version: [1.18.x, 1.x]
go-version: [1.19.x, 1.x]
runs-on: "ubuntu-latest"
steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spanner-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test-spanner:
strategy:
matrix:
go-version: [1.18.x, 1.x]
go-version: [1.19.x, 1.x]
runs-on: "ubuntu-latest"
steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/toxiproxy-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test-toxiproxy:
strategy:
matrix:
go-version: [1.18.x, 1.x]
go-version: [1.19.x, 1.x]
runs-on: "ubuntu-latest"
steps:

Expand Down
14 changes: 10 additions & 4 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ First, it's really important that you first check that the [version.go](./intern
Once the version file is correct in the repository:

- Run the [release.sh](./scripts/release.sh) shell script to run it in dry-run mode.
- You can run the script without dry-run setting `DRY_RUN=false` in the environment:
- You can use the `DRY_RUN`variable to enable or disable the dry-run mode. By default, it's enabled.
- You can use the `COMMIT` variable to enable or disable the commit creation. By default, it's disabled.
- To update the _Testcontainers for Go_ dependency for all the modules and examples, without performing any Git operation, nor creating a release:

DRY_RUN="false" ./scripts/release.sh
DRY_RUN="false" COMMIT="false" ./scripts/release.sh

- To perform a release:

DRY_RUN="false" COMMIT="true" ./scripts/release.sh

- The script will create a git tag with the current value of the [version.go](./internal/version.go) file, starting with `v`: e.g. `v0.18.0`, for the following Go modules:
- the root module, representing the Testcontainers for Go library.
Expand All @@ -23,8 +29,8 @@ Once the version file is correct in the repository:
BUMP_TYPE="major" ./scripts/release.sh

- The script will update the `go.mod` files for each Go modules and example modules under the examples and modules directories, updating the version of the testcontainers-go dependency to the recently created tag.
- The script will create a commit in the **main** branch.
- The script will push the git the main branch including the tags to the upstream repository, https://github.com/testcontainers/testcontainers-go
- The script will create a commit in the **main** branch if the `COMMIT` variable is set to `true`.
- The script will push the git the main branch including the tags to the upstream repository, https://github.com/testcontainers/testcontainers-go, if the `COMMIT` variable is set to `true`.

An example execution, with dry-run mode enabled:

Expand Down
14 changes: 7 additions & 7 deletions docs/modules/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ We have provided a command line tool to generate the scaffolding for the code of

### Command line flags

| Flag | Type | Required | Description |
|------|------|----------|-------------|
| -name | string | Yes | Name of the module, use camel-case when needed. Only alphabetical characters are allowed. |
| -image | string | Yes | Fully-qualified name of the Docker image to be used by the module (i.e. 'docker.io/org/project:tag') |
| -title | string | No | A variant of the name supporting mixed casing (i.e. 'MongoDB'). Only alphabetical characters are allowed. |
| -as-module | bool | No | If set, the module will be generated as a Go module, under the modules directory. Otherwise, it will be generated as a subdirectory of the examples directory. |
| Flag | Type | Required | Description |
|------------|--------|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|
| -name | string | Yes | Name of the module, use camel-case when needed. Only alphanumerical characters are allowed (leading character must be a letter). |
| -image | string | Yes | Fully-qualified name of the Docker image to be used by the module (i.e. 'docker.io/org/project:tag') |
| -title | string | No | A variant of the name supporting mixed casing (i.e. 'MongoDB'). Only alphanumerical characters are allowed (leading character must be a letter). |
| -as-module | bool | No | If set, the module will be generated as a Go module, under the modules directory. Otherwise, it will be generated as a subdirectory of the examples directory. |

### What is this tool not doing?

- If the module name does not contain alphabetical characters, it will exit the generation.
- If the module name or title does not contain alphanumerical characters, it will exit the generation.
- If the module already exists, it will exit without updating the existing files.

### How to run the tool
Expand Down
5 changes: 3 additions & 2 deletions examples/bigtable/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/testcontainers/testcontainers-go/examples/bigtable

go 1.18
go 1.19

require (
cloud.google.com/go/bigtable v1.18.1
github.com/testcontainers/testcontainers-go v0.18.0
github.com/testcontainers/testcontainers-go v0.19.0
google.golang.org/api v0.111.0
google.golang.org/grpc v1.53.0
gotest.tools/gotestsum v1.9.0
Expand All @@ -24,6 +24,7 @@ require (
github.com/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe // indirect
github.com/cncf/xds/go v0.0.0-20230105202645-06c439db220b // indirect
github.com/containerd/containerd v1.6.19 // indirect
github.com/cpuguy83/dockercfg v0.3.1 // indirect
github.com/dnephin/pflag v1.0.7 // indirect
github.com/docker/distribution v2.8.1+incompatible // indirect
github.com/docker/docker v23.0.1+incompatible // indirect
Expand Down
2 changes: 2 additions & 0 deletions examples/bigtable/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ github.com/containerd/containerd v1.6.19 h1:F0qgQPrG0P2JPgwpxWxYavrVeXAG0ezUIB9Z
github.com/containerd/containerd v1.6.19/go.mod h1:HZCDMn4v/Xl2579/MvtOC2M206i+JJ6VxFWU/NetrGY=
github.com/containerd/continuity v0.3.0 h1:nisirsYROK15TAMVukJOUyGJjz4BNQJBVsNvAXZJ/eg=
github.com/coreos/go-systemd/v22 v22.3.2/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
github.com/cpuguy83/dockercfg v0.3.1 h1:/FpZ+JaygUR/lZP2NlFI2DVfrOEMAIKP5wWEJdoYe9E=
github.com/cpuguy83/dockercfg v0.3.1/go.mod h1:sugsbF4//dDlL/i+S+rtpIWp+5h0BHJHfjj5/jFyUJc=
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
github.com/creack/pty v1.1.17 h1:QeVUsEDNrLBW4tMgZHvxy18sKtr6VI492kBhUfhDJNI=
github.com/cyphar/filepath-securejoin v0.2.3/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4=
Expand Down
5 changes: 3 additions & 2 deletions examples/cockroachdb/go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module github.com/testcontainers/testcontainers-go/examples/cockroachdb

go 1.18
go 1.19

require (
github.com/google/uuid v1.3.0
github.com/jackc/pgx/v4 v4.18.1
github.com/stretchr/testify v1.8.2
github.com/testcontainers/testcontainers-go v0.18.0
github.com/testcontainers/testcontainers-go v0.19.0
gotest.tools/gotestsum v1.9.0
)

Expand All @@ -17,6 +17,7 @@ require (
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/cenkalti/backoff/v4 v4.2.0 // indirect
github.com/containerd/containerd v1.6.19 // indirect
github.com/cpuguy83/dockercfg v0.3.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dnephin/pflag v1.0.7 // indirect
github.com/docker/distribution v2.8.1+incompatible // indirect
Expand Down
2 changes: 2 additions & 0 deletions examples/cockroachdb/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ github.com/containerd/continuity v0.3.0 h1:nisirsYROK15TAMVukJOUyGJjz4BNQJBVsNvA
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4=
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4=
github.com/coreos/go-systemd/v22 v22.3.2/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
github.com/cpuguy83/dockercfg v0.3.1 h1:/FpZ+JaygUR/lZP2NlFI2DVfrOEMAIKP5wWEJdoYe9E=
github.com/cpuguy83/dockercfg v0.3.1/go.mod h1:sugsbF4//dDlL/i+S+rtpIWp+5h0BHJHfjj5/jFyUJc=
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
Expand Down
5 changes: 3 additions & 2 deletions examples/consul/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/testcontainers/testcontainers-go/examples/consul

go 1.18
go 1.19

require (
github.com/hashicorp/consul/api v1.19.1
github.com/testcontainers/testcontainers-go v0.18.0
github.com/testcontainers/testcontainers-go v0.19.0
gotest.tools/gotestsum v1.9.0
)

Expand All @@ -14,6 +14,7 @@ require (
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect
github.com/cenkalti/backoff/v4 v4.2.0 // indirect
github.com/containerd/containerd v1.6.19 // indirect
github.com/cpuguy83/dockercfg v0.3.1 // indirect
github.com/dnephin/pflag v1.0.7 // indirect
github.com/docker/distribution v2.8.1+incompatible // indirect
github.com/docker/docker v23.0.1+incompatible // indirect
Expand Down
2 changes: 2 additions & 0 deletions examples/consul/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ github.com/containerd/containerd v1.6.19 h1:F0qgQPrG0P2JPgwpxWxYavrVeXAG0ezUIB9Z
github.com/containerd/containerd v1.6.19/go.mod h1:HZCDMn4v/Xl2579/MvtOC2M206i+JJ6VxFWU/NetrGY=
github.com/containerd/continuity v0.3.0 h1:nisirsYROK15TAMVukJOUyGJjz4BNQJBVsNvAXZJ/eg=
github.com/coreos/go-systemd/v22 v22.3.2/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
github.com/cpuguy83/dockercfg v0.3.1 h1:/FpZ+JaygUR/lZP2NlFI2DVfrOEMAIKP5wWEJdoYe9E=
github.com/cpuguy83/dockercfg v0.3.1/go.mod h1:sugsbF4//dDlL/i+S+rtpIWp+5h0BHJHfjj5/jFyUJc=
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
github.com/creack/pty v1.1.17 h1:QeVUsEDNrLBW4tMgZHvxy18sKtr6VI492kBhUfhDJNI=
github.com/cyphar/filepath-securejoin v0.2.3/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4=
Expand Down
5 changes: 3 additions & 2 deletions examples/datastore/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/testcontainers/testcontainers-go/examples/datastore

go 1.18
go 1.19

require (
cloud.google.com/go/datastore v1.10.0
github.com/testcontainers/testcontainers-go v0.18.0
github.com/testcontainers/testcontainers-go v0.19.0
google.golang.org/api v0.111.0
google.golang.org/grpc v1.53.0
gotest.tools/gotestsum v1.9.0
Expand All @@ -18,6 +18,7 @@ require (
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/cenkalti/backoff/v4 v4.2.0 // indirect
github.com/containerd/containerd v1.6.19 // indirect
github.com/cpuguy83/dockercfg v0.3.1 // indirect
github.com/dnephin/pflag v1.0.7 // indirect
github.com/docker/distribution v2.8.1+incompatible // indirect
github.com/docker/docker v23.0.1+incompatible // indirect
Expand Down
2 changes: 2 additions & 0 deletions examples/datastore/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ github.com/containerd/containerd v1.6.19 h1:F0qgQPrG0P2JPgwpxWxYavrVeXAG0ezUIB9Z
github.com/containerd/containerd v1.6.19/go.mod h1:HZCDMn4v/Xl2579/MvtOC2M206i+JJ6VxFWU/NetrGY=
github.com/containerd/continuity v0.3.0 h1:nisirsYROK15TAMVukJOUyGJjz4BNQJBVsNvAXZJ/eg=
github.com/coreos/go-systemd/v22 v22.3.2/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
github.com/cpuguy83/dockercfg v0.3.1 h1:/FpZ+JaygUR/lZP2NlFI2DVfrOEMAIKP5wWEJdoYe9E=
github.com/cpuguy83/dockercfg v0.3.1/go.mod h1:sugsbF4//dDlL/i+S+rtpIWp+5h0BHJHfjj5/jFyUJc=
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
github.com/creack/pty v1.1.17 h1:QeVUsEDNrLBW4tMgZHvxy18sKtr6VI492kBhUfhDJNI=
github.com/cyphar/filepath-securejoin v0.2.3/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4=
Expand Down
5 changes: 3 additions & 2 deletions examples/firestore/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/testcontainers/testcontainers-go/examples/firestore

go 1.18
go 1.19

require (
cloud.google.com/go/firestore v1.9.0
github.com/testcontainers/testcontainers-go v0.18.0
github.com/testcontainers/testcontainers-go v0.19.0
google.golang.org/api v0.111.0
google.golang.org/grpc v1.53.0
gotest.tools/gotestsum v1.9.0
Expand All @@ -19,6 +19,7 @@ require (
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/cenkalti/backoff/v4 v4.2.0 // indirect
github.com/containerd/containerd v1.6.19 // indirect
github.com/cpuguy83/dockercfg v0.3.1 // indirect
github.com/dnephin/pflag v1.0.7 // indirect
github.com/docker/distribution v2.8.1+incompatible // indirect
github.com/docker/docker v23.0.1+incompatible // indirect
Expand Down
2 changes: 2 additions & 0 deletions examples/firestore/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ github.com/containerd/containerd v1.6.19 h1:F0qgQPrG0P2JPgwpxWxYavrVeXAG0ezUIB9Z
github.com/containerd/containerd v1.6.19/go.mod h1:HZCDMn4v/Xl2579/MvtOC2M206i+JJ6VxFWU/NetrGY=
github.com/containerd/continuity v0.3.0 h1:nisirsYROK15TAMVukJOUyGJjz4BNQJBVsNvAXZJ/eg=
github.com/coreos/go-systemd/v22 v22.3.2/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
github.com/cpuguy83/dockercfg v0.3.1 h1:/FpZ+JaygUR/lZP2NlFI2DVfrOEMAIKP5wWEJdoYe9E=
github.com/cpuguy83/dockercfg v0.3.1/go.mod h1:sugsbF4//dDlL/i+S+rtpIWp+5h0BHJHfjj5/jFyUJc=
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
github.com/creack/pty v1.1.17 h1:QeVUsEDNrLBW4tMgZHvxy18sKtr6VI492kBhUfhDJNI=
github.com/cyphar/filepath-securejoin v0.2.3/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4=
Expand Down
5 changes: 3 additions & 2 deletions examples/mongodb/go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module github.com/testcontainers/testcontainers-go/examples/mongodb

go 1.18
go 1.19

require (
github.com/testcontainers/testcontainers-go v0.18.0
github.com/testcontainers/testcontainers-go v0.19.0
go.mongodb.org/mongo-driver v1.11.2
gotest.tools/gotestsum v1.9.0
)
Expand All @@ -13,6 +13,7 @@ require (
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/cenkalti/backoff/v4 v4.2.0 // indirect
github.com/containerd/containerd v1.6.19 // indirect
github.com/cpuguy83/dockercfg v0.3.1 // indirect
github.com/dnephin/pflag v1.0.7 // indirect
github.com/docker/distribution v2.8.1+incompatible // indirect
github.com/docker/docker v23.0.1+incompatible // indirect
Expand Down
2 changes: 2 additions & 0 deletions examples/mongodb/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ github.com/containerd/containerd v1.6.19 h1:F0qgQPrG0P2JPgwpxWxYavrVeXAG0ezUIB9Z
github.com/containerd/containerd v1.6.19/go.mod h1:HZCDMn4v/Xl2579/MvtOC2M206i+JJ6VxFWU/NetrGY=
github.com/containerd/continuity v0.3.0 h1:nisirsYROK15TAMVukJOUyGJjz4BNQJBVsNvAXZJ/eg=
github.com/coreos/go-systemd/v22 v22.3.2/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
github.com/cpuguy83/dockercfg v0.3.1 h1:/FpZ+JaygUR/lZP2NlFI2DVfrOEMAIKP5wWEJdoYe9E=
github.com/cpuguy83/dockercfg v0.3.1/go.mod h1:sugsbF4//dDlL/i+S+rtpIWp+5h0BHJHfjj5/jFyUJc=
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
github.com/creack/pty v1.1.17 h1:QeVUsEDNrLBW4tMgZHvxy18sKtr6VI492kBhUfhDJNI=
github.com/cyphar/filepath-securejoin v0.2.3/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4=
Expand Down

0 comments on commit abef3b2

Please sign in to comment.