Skip to content

Commit

Permalink
Merge pull request #10 from PinataCloud/feat/large-uploads
Browse files Browse the repository at this point in the history
feat/large uploads
  • Loading branch information
stevedylandev authored Nov 19, 2024
2 parents 6c08dd9 + c70a2e8 commit 05faca7
Show file tree
Hide file tree
Showing 4 changed files with 2,095 additions and 10 deletions.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ require (
github.com/charmbracelet/x/term v0.2.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
github.com/eventials/go-tus v0.0.0-20220610120217-05d0564bb571 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-localereader v0.0.1 // indirect
Expand All @@ -29,9 +30,10 @@ require (
github.com/rivo/uniseg v0.4.7 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sahilm/fuzzy v0.1.1 // indirect
github.com/tus/tusd v1.13.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/term v0.12.0 // indirect
golang.org/x/text v0.3.8 // indirect
golang.org/x/text v0.12.0 // indirect
)
Loading

0 comments on commit 05faca7

Please sign in to comment.