Skip to content

Commit

Permalink
Update module github.com/spf13/afero to v1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 19, 2023
1 parent 9ad433a commit 29e6c86
Show file tree
Hide file tree
Showing 2 changed files with 438 additions and 3 deletions.
9 changes: 6 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ require (
github.com/gorilla/mux v1.8.0
github.com/lkesteloot/astutil v0.0.0-20130122170032-b6715328cfa5
github.com/pkg/errors v0.9.1
github.com/spf13/afero v1.2.0
github.com/spf13/afero v1.9.5
github.com/urfave/cli v1.20.0
golang.org/x/tools v0.0.0-20190117194123-b4b6fe2cb829
golang.org/x/tools v0.1.0
gopkg.in/yaml.v2 v2.2.8
)

Expand All @@ -17,6 +17,9 @@ require (
github.com/kr/pretty v0.1.0 // indirect
github.com/kr/pty v1.1.1 // indirect
github.com/kr/text v0.1.0 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/mod v0.4.1 // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)
Loading

0 comments on commit 29e6c86

Please sign in to comment.