Skip to content

Commit

Permalink
chore(deps): bump github.com/spf13/afero from 1.7.0 to 1.7.1
Browse files Browse the repository at this point in the history
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/spf13/afero/releases)
- [Commits](spf13/afero@v1.7.0...v1.7.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/afero
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and twpayne committed Jan 2, 2022
1 parent a2a7b6a commit 83d48e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 164 deletions.
6 changes: 1 addition & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module github.com/twpayne/chezmoi/v2
go 1.16

require (
cloud.google.com/go/storage v1.18.2 // indirect
filippo.io/age v1.0.0
github.com/Masterminds/sprig/v3 v3.2.2
github.com/Microsoft/go-winio v0.5.1 // indirect
Expand All @@ -12,7 +11,6 @@ require (
github.com/bmatcuk/doublestar/v4 v4.0.2
github.com/bradenhilton/mozillainstallhash v1.0.0
github.com/charmbracelet/glamour v0.3.0
github.com/cncf/xds/go v0.0.0-20211216145620-d92e9ce0af51 // indirect
github.com/coreos/go-semver v0.3.0
github.com/danieljoos/wincred v1.1.2 // indirect
github.com/go-git/go-git/v5 v5.4.2
Expand All @@ -22,7 +20,6 @@ require (
github.com/google/gops v0.3.22
github.com/google/renameio/v2 v2.0.0
github.com/google/uuid v1.3.0 // indirect
github.com/googleapis/google-cloud-go-testing v0.0.0-20210719221736-1c9a4c676720 // indirect
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
github.com/huandu/xstrings v1.3.2 // indirect
github.com/kevinburke/ssh_config v1.1.0 // indirect
Expand All @@ -38,7 +35,7 @@ require (
github.com/rs/zerolog v1.26.1
github.com/sergi/go-diff v1.1.0
github.com/shopspring/decimal v1.3.1 // indirect
github.com/spf13/afero v1.7.0
github.com/spf13/afero v1.7.1
github.com/spf13/cobra v1.3.0
github.com/spf13/viper v1.10.1
github.com/stretchr/objx v0.3.0 // indirect
Expand All @@ -57,7 +54,6 @@ require (
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
google.golang.org/genproto v0.0.0-20211223182754-3ac035c7e7cb // indirect
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
howett.net/plist v1.0.0
Expand Down
Loading

0 comments on commit 83d48e4

Please sign in to comment.