diff --git a/scripts/soundcloud-extract/go.mod b/scripts/soundcloud-extract/go.mod index 2f7e9f9..4b972e7 100644 --- a/scripts/soundcloud-extract/go.mod +++ b/scripts/soundcloud-extract/go.mod @@ -3,6 +3,6 @@ module ultre.me/ultre.me/scripts/soundcloud-extract go 1.14 require ( - github.com/antchfx/htmlquery v1.2.3 + github.com/antchfx/htmlquery v1.3.0 github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect )