Skip to content

Commit ad6fc8f

Browse files
authored
bump rardecode (#4503)
Version 2.2.0 of rardecode appears to have a compilation bug that sometimes causes problems with applications that vendor this one. This commit attempts to roll forward past the bug.
1 parent bc2cd3e commit ad6fc8f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ require (
252252
github.com/muesli/cancelreader v0.2.2 // indirect
253253
github.com/muesli/termenv v0.16.0 // indirect
254254
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
255-
github.com/nwaples/rardecode/v2 v2.2.0 // indirect
255+
github.com/nwaples/rardecode/v2 v2.2.1 // indirect
256256
github.com/onsi/ginkgo v1.16.5 // indirect
257257
github.com/opencontainers/go-digest v1.0.0 // indirect
258258
github.com/opencontainers/image-spec v1.1.1 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,8 @@ github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32/go.mod h1:9wM+0iRr9ahx58uY
586586
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
587587
github.com/nwaples/rardecode/v2 v2.2.0 h1:4ufPGHiNe1rYJxYfehALLjup4Ls3ck42CWwjKiOqu0A=
588588
github.com/nwaples/rardecode/v2 v2.2.0/go.mod h1:7uz379lSxPe6j9nvzxUZ+n7mnJNgjsRNb6IbvGVHRmw=
589+
github.com/nwaples/rardecode/v2 v2.2.1 h1:DgHK/O/fkTQEKBJxBMC5d9IU8IgauifbpG78+rZJMnI=
590+
github.com/nwaples/rardecode/v2 v2.2.1/go.mod h1:7uz379lSxPe6j9nvzxUZ+n7mnJNgjsRNb6IbvGVHRmw=
589591
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
590592
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
591593
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=

0 commit comments

Comments
 (0)