Skip to content

Commit

Permalink
properly update afero fork
Browse files Browse the repository at this point in the history
Why is updating Go modules such a pain!?
  • Loading branch information
dmke committed Jan 28, 2024
1 parent 9170a14 commit 5712300
Show file tree
Hide file tree
Showing 2 changed files with 1,793 additions and 19 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ require (
golang.org/x/mod v0.14.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.17.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
Expand All @@ -64,4 +63,4 @@ require (
gotest.tools/v3 v3.5.0 // indirect
)

replace github.com/spf13/afero => github.com/digineo/afero v1.9.0
replace github.com/spf13/afero => github.com/digineo/afero v1.11.1-0.20240128222722-ade8094005cb
Loading

0 comments on commit 5712300

Please sign in to comment.