Skip to content

Commit

Permalink
feat(deps): bump github.com/spf13/afero from 1.10.0 to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Nov 29, 2023
1 parent d035fe1 commit 6c16691
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 30 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/go-git/go-git/v5 v5.10.1
github.com/golang/mock v1.6.0
github.com/google/go-github/v56 v56.0.0
github.com/spf13/afero v1.10.0
github.com/spf13/afero v1.11.0
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.17.0
Expand All @@ -19,7 +19,7 @@ require (
go.octolab.org/toolkit/cli v0.6.3
go.octolab.org/toolkit/config v0.0.4
go.octolab.org/toolkit/protocol v0.1.0
golang.org/x/oauth2 v0.14.0
golang.org/x/oauth2 v0.15.0
golang.org/x/sync v0.5.0
gopkg.in/yaml.v2 v2.4.0
)
Expand Down Expand Up @@ -63,11 +63,11 @@ require (
github.com/xanzy/ssh-agent v0.3.3 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/crypto v0.15.0 // indirect
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/net v0.18.0 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.13.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
Expand Down
36 changes: 11 additions & 25 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6c16691

Please sign in to comment.