Skip to content

Commit

Permalink
chore: upgrade warc lib
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinB committed Dec 9, 2024
1 parent 7597a01 commit 501a4cd
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 @@ -3,7 +3,7 @@ module github.com/internetarchive/Zeno
go 1.22.4

require (
github.com/CorentinB/warc v0.8.54
github.com/CorentinB/warc v0.8.57
github.com/PuerkitoBio/goquery v1.9.3
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
github.com/dustin/go-humanize v1.0.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ github.com/CorentinB/warc v0.8.53 h1:xVz3RMdZ6faAqTtLfcK1/yl8ZTansy+B2en//EZLUlM
github.com/CorentinB/warc v0.8.53/go.mod h1:NblONkMtoBB4TIigew6F6vakzu0z3YQTKNFS8U2FIn8=
github.com/CorentinB/warc v0.8.54 h1:Y3iK5FEF+m9pKftWf6PXYRC0sYLbwph9j//d9DEwy9g=
github.com/CorentinB/warc v0.8.54/go.mod h1:NblONkMtoBB4TIigew6F6vakzu0z3YQTKNFS8U2FIn8=
github.com/CorentinB/warc v0.8.57 h1:HaX3dD90WEVghi1TlELzE+Murshi/mtk5jNjAnBmGto=
github.com/CorentinB/warc v0.8.57/go.mod h1:NblONkMtoBB4TIigew6F6vakzu0z3YQTKNFS8U2FIn8=
github.com/PuerkitoBio/goquery v1.9.3 h1:mpJr/ikUA9/GNJB/DBZcGeFDXUtosHRyRrwh7KGdTG0=
github.com/PuerkitoBio/goquery v1.9.3/go.mod h1:1ndLHPdTz+DyQPICCWYlYQMPl0oXZj0G6D4LCYA6u4U=
github.com/andybalholm/brotli v1.1.0 h1:eLKJA0d02Lf0mVpIDgYnqXcUn0GqVmEFny3VuID1U3M=
Expand Down

0 comments on commit 501a4cd

Please sign in to comment.