Skip to content

Commit

Permalink
Bump the dev-dependencies group with 3 updates (#107)
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 3 updates: [github.com/docker/docker](https://github.com/docker/docker), [github.com/go-mysql-org/go-mysql](https://github.com/go-mysql-org/go-mysql) and [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil).


Updates `github.com/docker/docker` from 26.1.1+incompatible to 26.1.3+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v26.1.1...v26.1.3)

Updates `github.com/go-mysql-org/go-mysql` from 1.7.0 to 1.8.0
- [Changelog](https://github.com/go-mysql-org/go-mysql/blob/master/CHANGELOG.md)
- [Commits](go-mysql-org/go-mysql@v1.7.0...v1.8.0)

Updates `github.com/shirou/gopsutil/v3` from 3.24.3 to 3.24.5
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](shirou/gopsutil@v3.24.3...v3.24.5)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/go-mysql-org/go-mysql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 8173179 commit 2c15dcb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 72 deletions.
11 changes: 6 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.21
require (
github.com/cenkalti/backoff/v4 v4.3.0
github.com/cucumber/godog v0.14.1
github.com/docker/docker v26.1.1+incompatible
github.com/go-mysql-org/go-mysql v1.7.0
github.com/docker/docker v26.1.3+incompatible
github.com/go-mysql-org/go-mysql v1.8.0
github.com/go-sql-driver/mysql v1.8.1
github.com/go-zookeeper/zk v1.0.3
github.com/gofrs/flock v0.8.1
Expand All @@ -15,7 +15,7 @@ require (
github.com/google/uuid v1.6.0
github.com/heetch/confita v0.10.0
github.com/jmoiron/sqlx v1.4.0
github.com/shirou/gopsutil/v3 v3.24.3
github.com/shirou/gopsutil/v3 v3.24.5
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.9.0
Expand All @@ -25,6 +25,7 @@ require (
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/cucumber/gherkin/go/v26 v26.2.0 // indirect
Expand All @@ -48,7 +49,7 @@ require (
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.2 // indirect
github.com/pingcap/errors v0.11.5-0.20210425183316-da1aaba5fb63 // indirect
github.com/pingcap/errors v0.11.5-0.20221009092201-b66cddb77c32 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
Expand All @@ -66,7 +67,7 @@ require (
go.opentelemetry.io/otel/trace v1.22.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.17.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
Loading

0 comments on commit 2c15dcb

Please sign in to comment.