Skip to content

Commit

Permalink
fix(deps): fix 32-bit errors with temporary fork
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Henderson <[email protected]>
  • Loading branch information
hairyhenderson committed Jun 22, 2024
1 parent 4097609 commit bdbf7c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ require (
// is merged
require github.com/hairyhenderson/yaml v0.0.0-20220618171115-2d35fca545ce

// TODO: remove and upgrade after https://github.com/hack-pad/hackpadfs/pulls/44
// is merged
replace github.com/hack-pad/hackpadfs => github.com/hairyhenderson/hackpadfs v0.0.0-20240622195900-eb3757876ab3

require (
cloud.google.com/go v0.115.0 // indirect
cloud.google.com/go/auth v0.5.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -247,12 +247,12 @@ github.com/gosimple/slug v1.14.0 h1:RtTL/71mJNDfpUbCOmnf/XFkzKRtD6wL6Uy+3akm4Es=
github.com/gosimple/slug v1.14.0/go.mod h1:UiRaFH+GEilHstLUmcBgWcI42viBN7mAb818JrYOeFQ=
github.com/gosimple/unidecode v1.0.1 h1:hZzFTMMqSswvf0LBJZCZgThIZrpDHFXux9KeGmn6T/o=
github.com/gosimple/unidecode v1.0.1/go.mod h1:CP0Cr1Y1kogOtx0bJblKzsVWrqYaqfNOnHzpgWw4Awc=
github.com/hack-pad/hackpadfs v0.2.1 h1:FelFhIhv26gyjujoA/yeFO+6YGlqzmc9la/6iKMIxMw=
github.com/hack-pad/hackpadfs v0.2.1/go.mod h1:khQBuCEwGXWakkmq8ZiFUvUZz84ZkJ2KNwKvChs4OrU=
github.com/hairyhenderson/go-fsimpl v0.1.3 h1:kfhcze7W3Ia5OtDm3YaW0e2IQ1x7S4qLCqKKFmuHDfw=
github.com/hairyhenderson/go-fsimpl v0.1.3/go.mod h1:wCdsOhhjBbCVbT+piZPZjxKeDJqncdeydiIgxaUw0II=
github.com/hairyhenderson/go-git/v5 v5.12.1-0.20240530140403-1b868a7b8a3c h1:xMrmLR6z8h/0tmlyaL7qUVdAUwZxesK39M5UsW6Sag0=
github.com/hairyhenderson/go-git/v5 v5.12.1-0.20240530140403-1b868a7b8a3c/go.mod h1:Zmx3hhKyK7D4XzJi0wnoMKuQxed4SX3slgzF4UhUYJ4=
github.com/hairyhenderson/hackpadfs v0.0.0-20240622195900-eb3757876ab3 h1:F66ipHF8zQowinlti39ptCWA2RFPUiPekxbA78gdS/8=
github.com/hairyhenderson/hackpadfs v0.0.0-20240622195900-eb3757876ab3/go.mod h1:2XDioLb2NwaQzRYo+cpgNx1iMALzBQ4bQoLhHpArQZM=
github.com/hairyhenderson/toml v0.4.2-0.20210923231440-40456b8e66cf h1:I1sbT4ZbIt9i+hB1zfKw2mE8C12TuGxPiW7YmtLbPa4=
github.com/hairyhenderson/toml v0.4.2-0.20210923231440-40456b8e66cf/go.mod h1:jDHmWDKZY6MIIYltYYfW4Rs7hQ50oS4qf/6spSiZAxY=
github.com/hairyhenderson/xignore v0.3.3-0.20230403012150-95fe86932830 h1:f+VnmDFJqYgkq1PRraUsYEzJ7bFr36CmzOb/xfV5Q9s=
Expand Down

0 comments on commit bdbf7c8

Please sign in to comment.