Skip to content

Commit

Permalink
deps: upgrade afero and text
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>
  • Loading branch information
JackMordaunt committed Nov 29, 2023
1 parent 55d64d1 commit 0e6cd1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 445 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.20

require (
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/spf13/afero v1.9.5
github.com/spf13/afero v1.11.0
github.com/spf13/pflag v1.0.5
)

require golang.org/x/text v0.9.0 // indirect
require golang.org/x/text v0.14.0 // indirect
Loading

0 comments on commit 0e6cd1f

Please sign in to comment.