Skip to content

Commit

Permalink
Replace goofys with my own fork
Browse files Browse the repository at this point in the history
That fixes a bug with xattrs (see ppenguin/goofys#2)
  • Loading branch information
djmaze committed Mar 23, 2021
1 parent c78a707 commit ddc1599
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ require (
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
)

replace github.com/ppenguin/goofys => github.com/djmaze/goofys v0.24.1-0.20210323170755-01743b229951
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZm
github.com/dimchansky/utfbom v1.1.0/go.mod h1:rO41eb7gLfo8SF1jd9F8HplJm1Fewwi4mQvIirEdv+8=
github.com/dimchansky/utfbom v1.1.1 h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U=
github.com/dimchansky/utfbom v1.1.1/go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE=
github.com/djmaze/goofys v0.24.1-0.20210323170755-01743b229951 h1:d3MwDhy6gT+NSUcJ3c6KCu05UkZXjMFUljKqWujWOYE=
github.com/djmaze/goofys v0.24.1-0.20210323170755-01743b229951/go.mod h1:8PuUpnVSngG2KqerccgZb3OTD5MdMH8HgADqXMiJHRE=
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=
github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec=
github.com/docker/go-plugins-helpers v0.0.0-20200102110956-c9a8a2d92ccc h1:/A+mPcpajLsWiX9gSnzdVKM/IzZoYiNqXHe83z50k2c=
Expand Down

0 comments on commit ddc1599

Please sign in to comment.