Skip to content

Commit

Permalink
Merge pull request #33 from bodgit/dependabot/go_modules/github.com/s…
Browse files Browse the repository at this point in the history
…pf13/afero-1.11.0

Bump github.com/spf13/afero from 1.10.0 to 1.11.0
  • Loading branch information
bodgit authored Dec 6, 2023
2 parents 54c8628 + be63a7c commit a72c7e4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 424 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/bodgit/gc v0.0.7
github.com/bodgit/psx v0.0.6
github.com/spf13/afero v1.10.0
github.com/spf13/afero v1.11.0
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.8.4
go.szostok.io/version v1.2.0
Expand All @@ -22,7 +22,7 @@ require (
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/goccy/go-yaml v1.11.0 // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/google/uuid v1.4.0 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/hokaccha/go-prettyjson v0.0.0-20211117102719-0474bc63780f // indirect
github.com/huandu/xstrings v1.3.3 // indirect
Expand All @@ -40,9 +40,9 @@ require (
github.com/shopspring/decimal v1.2.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit a72c7e4

Please sign in to comment.