Skip to content

Commit

Permalink
fix: upgrade mimetype to include TAR fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Oct 10, 2022
1 parent d68fa4f commit 3981657
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/avvmoto/buf-readerat v0.0.0-20171115124131-a17c8cb89270
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb
github.com/creack/pty v1.1.18
github.com/gabriel-vasile/mimetype v1.4.1
github.com/gabriel-vasile/mimetype v1.4.2-0.20220907190543-d9466a5f6b0e
github.com/gobwas/glob v0.2.3
github.com/gofrs/flock v0.8.1
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/gabriel-vasile/mimetype v1.4.1 h1:TRWk7se+TOjCYgRth7+1/OYLNiRNIotknkFtf/dnN7Q=
github.com/gabriel-vasile/mimetype v1.4.1/go.mod h1:05Vi0w3Y9c/lNvJOdmIwvrrAhX3rYhfQQCaf9VJcv7M=
github.com/gabriel-vasile/mimetype v1.4.2-0.20220907190543-d9466a5f6b0e h1:FWNa9hBPaLjOtovaE8bcnT2aosa+1vssK+i8xObbvRI=
github.com/gabriel-vasile/mimetype v1.4.2-0.20220907190543-d9466a5f6b0e/go.mod h1:05Vi0w3Y9c/lNvJOdmIwvrrAhX3rYhfQQCaf9VJcv7M=
github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=
github.com/gobwas/glob v0.2.3/go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJAkT8=
github.com/gofrs/flock v0.8.1 h1:+gYjHKf32LDeiEEFhQaotPbLuUXjY5ZqxKgXy7n59aw=
Expand Down

0 comments on commit 3981657

Please sign in to comment.