Skip to content

Commit 01c3fa6

Browse files
authored
feat: update gowarc to v0.8.98
1 parent 783d4ef commit 01c3fa6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/grafov/m3u8 v0.12.1
2323
github.com/hashicorp/consul/api v1.33.4
2424
github.com/internetarchive/gocrawlhq v1.2.36
25-
github.com/internetarchive/gowarc v0.8.97
25+
github.com/internetarchive/gowarc v0.8.98
2626
github.com/maypok86/otter v1.2.4
2727
github.com/ncruces/go-sqlite3 v0.30.5
2828
github.com/pdfcpu/pdfcpu v0.11.1
@@ -73,7 +73,7 @@ require (
7373
github.com/hhrutter/pkcs7 v0.2.0 // indirect
7474
github.com/hhrutter/tiff v1.0.2 // indirect
7575
github.com/inconshreveable/mousetrap v1.1.0 // indirect
76-
github.com/klauspost/compress v1.18.3 // indirect
76+
github.com/klauspost/compress v1.18.4 // indirect
7777
github.com/klauspost/cpuid/v2 v2.0.12 // indirect
7878
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
7979
github.com/mattn/go-colorable v0.1.13 // indirect

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,15 @@ github.com/internetarchive/gocrawlhq v1.2.36 h1:D7mJaDeaVj+FJZ41kJmSmzLsrvpfoNI8
169169
github.com/internetarchive/gocrawlhq v1.2.36/go.mod h1:MmfqM9yeThJAbkKY1x5ntfGAGMEjc8mt/trnK4crW9M=
170170
github.com/internetarchive/gowarc v0.8.97 h1:ze95I7JVnq6sY2QvbLyicDIqVZn6Rhhun21XjlfCjRk=
171171
github.com/internetarchive/gowarc v0.8.97/go.mod h1:sduU+3bDInoomrTQ6tON1snXb1WCef6OsDJHt4LU3ao=
172+
github.com/internetarchive/gowarc v0.8.98 h1:jsAvzJtQg8R/23tSXKiLJTjpHvr472moopiBuUcNRRE=
173+
github.com/internetarchive/gowarc v0.8.98/go.mod h1:2bwHCwM7zbRFqfohwf/3IfH+GaRp6YgKi2m36luUXO8=
172174
github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU=
173175
github.com/json-iterator/go v1.1.9/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4=
174176
github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w=
175177
github.com/klauspost/compress v1.18.3 h1:9PJRvfbmTabkOX8moIpXPbMMbYN60bWImDDU7L+/6zw=
176178
github.com/klauspost/compress v1.18.3/go.mod h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4=
179+
github.com/klauspost/compress v1.18.4 h1:RPhnKRAQ4Fh8zU2FY/6ZFDwTVTxgJ/EMydqSTzE9a2c=
180+
github.com/klauspost/compress v1.18.4/go.mod h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4=
177181
github.com/klauspost/cpuid/v2 v2.0.12 h1:p9dKCg8i4gmOxtv35DvrYoWqYzQrvEVdjQ762Y0OqZE=
178182
github.com/klauspost/cpuid/v2 v2.0.12/go.mod h1:g2LTdtYhdyuGPqyWyv7qRAmj1WBqxuObKfj5c0PQa7c=
179183
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=

0 commit comments

Comments
 (0)