Skip to content

Commit

Permalink
Bump github.com/wagoodman/dive from 0.10.0 to 0.11.0 (#119)
Browse files Browse the repository at this point in the history
Bumps [github.com/wagoodman/dive](https://github.com/wagoodman/dive) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/wagoodman/dive/releases)
- [Changelog](https://github.com/wagoodman/dive/blob/main/.goreleaser.yaml)
- [Commits](wagoodman/dive@v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: github.com/wagoodman/dive
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jul 12, 2023
1 parent 20e869b commit 8944247
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 16 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/spf13/afero v1.9.5
github.com/spf13/cobra v1.7.0
github.com/spf13/viper v1.16.0
github.com/wagoodman/dive v0.10.0
github.com/wagoodman/dive v0.11.0
golang.org/x/net v0.12.0
)

Expand All @@ -40,7 +40,6 @@ require (
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/moby/term v0.5.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0-rc4 // indirect
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
Expand All @@ -56,7 +55,6 @@ require (
golang.org/x/tools v0.11.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gotest.tools/v3 v3.5.0 // indirect
)

// related to an invalid pseudo version in github.com/docker/distribution@v0.0.0-20181126153310-93e082742a009850ac46962150b2f652a822c5ff
Expand Down
Loading

0 comments on commit 8944247

Please sign in to comment.