Skip to content

Commit

Permalink
update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gcottom committed Dec 13, 2024
1 parent 135bdc8 commit 72c1142
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions v3/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/gcottom/audiometa/v3
go 1.18

require (
github.com/gcottom/flacmeta v0.0.3
github.com/gcottom/mp3meta v0.0.1
github.com/gcottom/mp4meta v0.0.3
github.com/gcottom/oggmeta v0.0.6
github.com/gcottom/flacmeta v0.0.4
github.com/gcottom/mp3meta v0.0.2
github.com/gcottom/mp4meta v0.0.4
github.com/gcottom/oggmeta v0.0.7
)

require (
Expand Down
16 changes: 8 additions & 8 deletions v3/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7Do
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
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/gcottom/flacmeta v0.0.3 h1:rH2J2J1hBeorsMCKvBulnEl34quFYBOb2l87YnkcneU=
github.com/gcottom/flacmeta v0.0.3/go.mod h1:epsVDI52yCmttAfQ2kLxOORX1Lgfspn6a14WRflLVzI=
github.com/gcottom/mp3meta v0.0.1 h1:wM4iemx1RZCmUG3ptSbNWGxhU0tyWtW8PPsRxYfitEs=
github.com/gcottom/mp3meta v0.0.1/go.mod h1:mYnE1j3llRiBHrEbLE57NVGIia4qfXoCShXuFkWv5+s=
github.com/gcottom/mp4meta v0.0.3 h1:LEFmXnoJ0wIfiUWhe+5vXUQcMbnD/ZvFEJf5aEUCR74=
github.com/gcottom/mp4meta v0.0.3/go.mod h1:qstBsqczbFF1e90C828qv966Xjx/LFPjWQITARCpyfA=
github.com/gcottom/oggmeta v0.0.6 h1:eN6WpfZTFj8ca6YSzmrT7HTSGE3zF5CKBN/UDDbQ/8Q=
github.com/gcottom/oggmeta v0.0.6/go.mod h1:ifdINhphaEW587BIgA+m5TJwCoVk88JuZMCHwXc/gpM=
github.com/gcottom/flacmeta v0.0.4 h1:iF8xTM92Ildzhs1OKD8diOku7pKft2q7PDJ3+UiDfgk=
github.com/gcottom/flacmeta v0.0.4/go.mod h1:epsVDI52yCmttAfQ2kLxOORX1Lgfspn6a14WRflLVzI=
github.com/gcottom/mp3meta v0.0.2 h1:bi7shOhScM2e2o7Bxt6mKuiMKWRu+y4jAexE3WIYTjg=
github.com/gcottom/mp3meta v0.0.2/go.mod h1:mYnE1j3llRiBHrEbLE57NVGIia4qfXoCShXuFkWv5+s=
github.com/gcottom/mp4meta v0.0.4 h1:oHdl5Ad0A0PQCTxthD0KFEQG7pUxG8oOLmTWmgnbncQ=
github.com/gcottom/mp4meta v0.0.4/go.mod h1:qstBsqczbFF1e90C828qv966Xjx/LFPjWQITARCpyfA=
github.com/gcottom/oggmeta v0.0.7 h1:6mKm/9xhDeKKIOrB0K+daJoXOLbyRq84e5xV3dndDt8=
github.com/gcottom/oggmeta v0.0.7/go.mod h1:ifdINhphaEW587BIgA+m5TJwCoVk88JuZMCHwXc/gpM=
github.com/google/uuid v1.1.2 h1:EVhdT+1Kseyi1/pUmXKaFxYsDNy9RQYkMWRH68J/W7Y=
github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
Expand Down

0 comments on commit 72c1142

Please sign in to comment.