Skip to content

chore(deps): bump github.com/fsouza/go-dockerclient from 1.13.1 to 1.13.2#257

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/fsouza/go-dockerclient-1.13.2
Open

chore(deps): bump github.com/fsouza/go-dockerclient from 1.13.1 to 1.13.2#257
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/fsouza/go-dockerclient-1.13.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Bumps github.com/fsouza/go-dockerclient from 1.13.1 to 1.13.2.

Release notes

Sourced from github.com/fsouza/go-dockerclient's releases.

Version compatible with Docker 1.9 and Go 1.4

This has a special tag name to make it clear that it was the latest version compatible with Docker 1.9 and Go 1.4.

Commits
  • 9916fe3 ImportImageOptions: add Platform field for cross-arch image import (#1183)
  • 1e9fa00 build(deps): bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 (#1184)
  • 19afa8c build(deps): bump golang.org/x/term from 0.42.0 to 0.43.0 (#1182)
  • d3ffd8c build(deps): bump github.com/moby/moby/client from 0.4.0 to 0.4.1 (#1180)
  • d92f6fa build(deps): bump golang.org/x/term from 0.41.0 to 0.42.0 (#1179)
  • d63399c build(deps): bump github.com/moby/moby/client from 0.3.0 to 0.4.0 (#1177)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) from 1.13.1 to 1.13.2.
- [Release notes](https://github.com/fsouza/go-dockerclient/releases)
- [Commits](fsouza/go-dockerclient@v1.13.1...v1.13.2)

---
updated-dependencies:
- dependency-name: github.com/fsouza/go-dockerclient
  dependency-version: 1.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 3, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 2 0 0 0.02s
⚠️ COPYPASTE jscpd yes 10 no 3.44s
⚠️ GO golangci-lint yes 1 no 64.77s
✅ GO revive yes no no 10.02s
✅ MARKDOWN markdownlint 1 0 0 1.09s
✅ MARKDOWN markdown-table-formatter 1 0 0 0.66s
✅ REPOSITORY checkov yes no no 24.12s
✅ REPOSITORY gitleaks yes no no 0.38s
✅ REPOSITORY git_diff yes no no 0.01s
✅ REPOSITORY grype yes no no 96.95s
✅ REPOSITORY secretlint yes no no 0.99s
✅ REPOSITORY syft yes no no 9.68s
✅ REPOSITORY trivy yes no no 19.14s
✅ REPOSITORY trivy-sbom yes no no 7.51s
✅ REPOSITORY trufflehog yes no no 4.41s
✅ SPELL lychee 5 0 0 1.87s
⚠️ YAML prettier 4 1 2 0.92s
✅ YAML v8r 4 0 0 4.53s
✅ YAML yamllint 4 0 0 1.33s

Detailed Issues

⚠️ GO / golangci-lint - 1 error
../../..cmd/mesh-commands.go:72:4: exitAfterDefer: log.Fatal will exit, and `defer cancel()` will not run (gocritic)
			log.Fatal().Err(err).Msg("dispatch failed")
			^
../../..pkg/mesh/host.go:12:1: File is not properly formatted (gofmt)
	dht "github.com/libp2p/go-libp2p-kad-dht"
^
../../..pkg/mesh/http.go:35:1: File is not properly formatted (gofmt)
	mux.HandleFunc("/exec", h.handleLocal)         // run on local node only
^
../../..pkg/mesh/types.go:68:1: File is not properly formatted (gofmt)
	ID        string          `json:"id"`        // matches Command.ID
^
../../..pkg/laws/user.go:118:2: QF1003: could use tagged switch on facts.Facts.Distro.Family (staticcheck)
	if facts.Facts.Distro.Family == "alpine" {
	^
5 issues:
* gocritic: 1
* gofmt: 3
* staticcheck: 1
⚠️ COPYPASTE / jscpd - 10 errors
Clone found (go):
 - pkg/mesh/service.go [276:7 - 283:4] (7 lines, 81 tokens)
   pkg/mesh/service.go [233:8 - 240:10]

Clone found (go):
 - pkg/mesh/http.go [237:2 - 246:2] (9 lines, 96 tokens)
   pkg/mesh/http.go [215:2 - 224:2]

Clone found (go):
 - pkg/laws/ssh.go [99:3 - 110:2] (11 lines, 131 tokens)
   pkg/laws/ssh.go [70:4 - 82:7]

Clone found (go):
 - pkg/laws/service.go [171:5 - 176:4] (5 lines, 77 tokens)
   pkg/laws/service.go [152:7 - 157:4]

Clone found (go):
 - pkg/laws/file.go [300:2 - 310:4] (10 lines, 97 tokens)
   pkg/laws/file.go [250:2 - 260:6]

Clone found (go):
 - pkg/laws/file.go [333:3 - 352:7] (19 lines, 222 tokens)
   pkg/laws/file.go [282:3 - 300:3]

Clone found (go):
 - pkg/laws/file.go [381:2 - 394:89] (13 lines, 120 tokens)
   pkg/laws/file.go [251:3 - 313:3]

Clone found (go):
 - pkg/laws/file.go [411:5 - 433:7] (22 lines, 259 tokens)
   pkg/laws/file.go [328:5 - 299:2]

Clone found (go):
 - cmd/local-lint.go [48:3 - 62:4] (14 lines, 135 tokens)
   cmd/local-pretend.go [48:3 - 62:4]

Clone found (go):
 - cmd/local-apply.go [48:18 - 63:2] (15 lines, 117 tokens)
   cmd/local-pretend.go [49:12 - 63:4]

┌────────┬────────────────┬─────────────┬──────────────┬──────────────┬──────────────────┬───────────────────┐
│ Format │ Files analyzed │ Total lines │ Total tokens │ Clones found │ Duplicated lines │ Duplicated tokens │
├────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ go     │ 32             │ 5594        │ 41694        │ 10           │ 125 (2.23%)      │ 1335 (3.2%)       │
├────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ Total: │ 32             │ 5594        │ 41694        │ 10           │ 125 (2.23%)      │ 1335 (3.2%)       │
└────────┴────────────────┴─────────────┴──────────────┴──────────────┴──────────────────┴───────────────────┘
Found 10 clones.
HTML report saved to megalinter-reports/copy-paste/html/
ERROR: jscpd found too many duplicates (2.23%) over threshold (0%)
Error: ERROR: jscpd found too many duplicates (2.23%) over threshold (0%)
    at ThresholdReporter.report (/node-deps/node_modules/@jscpd/finder/dist/index.js:615:13)
    at /node-deps/node_modules/@jscpd/finder/dist/index.js:109:18
    at Array.forEach (<anonymous>)
    at /node-deps/node_modules/@jscpd/finder/dist/index.js:108:22
    at async /node-deps/node_modules/jscpd/dist/bin/jscpd.js:9:5
⚠️ YAML / prettier - 1 error
Checking formatting...
[warn] .github/workflows/megalinter.yaml
[warn] Code style issues found in the above file. Run Prettier with --write to fix.

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx mega-linter-runner@9.4.0 --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,COPYPASTE_JSCPD,GO_GOLANGCI_LINT,GO_REVIVE,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_CHECKOV,REPOSITORY_GIT_DIFF,REPOSITORY_GITLEAKS,REPOSITORY_GRYPE,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,SPELL_LYCHEE,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants