deps: Update to LibSASS 3.6.5
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 23 May 2021 08:05:23 +0000 (10:05 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 23 May 2021 08:33:56 +0000 (10:33 +0200)
See https://github.com/sass/libsass/releases/tag/3.6.5

common/hugo/hugo.go
go.mod
go.sum

index d8d1c7c1221727a4cb6e382e0f5e275c2d87c448..13ed477367255080ecb2e96028254c6d411994d8 100644 (file)
@@ -122,7 +122,8 @@ func GetDependencyList() []string {
        if IsExtended {
                deps = append(
                        deps,
-                       formatDep("github.com/sass/libsass", "3.6.4"),
+                       // TODO(bep) consider adding a DepsNonGo() method to these upstream projects.
+                       formatDep("github.com/sass/libsass", "3.6.5"),
                        formatDep("github.com/webmproject/libwebp", "v1.2.0"),
                )
        }
diff --git a/go.mod b/go.mod
index a52ef2ef4bbafd8b191b8ef54f944a49d0d9d93d..ca89a0ca6d79cc93bd87a0fe5ba100efae0ecd3a 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -12,7 +12,7 @@ require (
        github.com/bep/debounce v1.2.0
        github.com/bep/gitmap v1.1.2
        github.com/bep/godartsass v0.12.0
-       github.com/bep/golibsass v0.7.0
+       github.com/bep/golibsass v1.0.0
        github.com/bep/gowebp v0.1.0
        github.com/bep/tmc v0.5.1
        github.com/cli/safeexec v1.0.0
diff --git a/go.sum b/go.sum
index f321432d7bf42e58ff27f523a011e9e0a9f45b7a..ccdc49b69843129a9b394de1b9b76d259bdf0c22 100644 (file)
--- a/go.sum
+++ b/go.sum
@@ -165,6 +165,8 @@ github.com/bep/godartsass v0.12.0 h1:VvGLA4XpXUjKvp53SI05YFLhRFJ78G+Ybnlaz6Oul7E
 github.com/bep/godartsass v0.12.0/go.mod h1:nXQlHHk4H1ghUk6n/JkYKG5RD43yJfcfp5aHRqT/pc4=
 github.com/bep/golibsass v0.7.0 h1:/ocxgtPZ5rgp7FA+mktzyent+fAg82tJq4iMsTMBAtA=
 github.com/bep/golibsass v0.7.0/go.mod h1:DL87K8Un/+pWUS75ggYv41bliGiolxzDKWJAq3eJ1MA=
+github.com/bep/golibsass v1.0.0 h1:gNguBMSDi5yZEZzVZP70YpuFQE3qogJIGUlrVILTmOw=
+github.com/bep/golibsass v1.0.0/go.mod h1:DL87K8Un/+pWUS75ggYv41bliGiolxzDKWJAq3eJ1MA=
 github.com/bep/gowebp v0.1.0 h1:4/iQpfnxHyXs3x/aTxMMdOpLEQQhFmF6G7EieWPTQyo=
 github.com/bep/gowebp v0.1.0/go.mod h1:ZhFodwdiFp8ehGJpF4LdPl6unxZm9lLFjxD3z2h2AgI=
 github.com/bep/tmc v0.5.1 h1:CsQnSC6MsomH64gw0cT5f+EwQDcvZz4AazKunFwTpuI=