Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-02-08 21:57:23 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-02-10 12:42:05 +0300
commit40ba7e6d63c1a0734f257a642e46eb1572116a32 (patch)
tree353656e6abe8fd3be064fe74bd9cd55ff2c108b8 /go.mod
parent4f43c9022a5bd0e7ac4af6b989c9af0ff3659708 (diff)
Update to LibSass v3.6.3
Fixes #6862
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index ff307cee2..1463987f0 100644
--- a/go.mod
+++ b/go.mod
@@ -11,7 +11,7 @@ require (
github.com/aws/aws-sdk-go v1.27.1
github.com/bep/debounce v1.2.0
github.com/bep/gitmap v1.1.1
- github.com/bep/go-tocss v0.6.0
+ github.com/bep/golibsass v0.4.0
github.com/bep/tmc v0.5.1
github.com/disintegration/gift v1.2.1
github.com/dlclark/regexp2 v1.2.0 // indirect
@@ -20,7 +20,6 @@ require (
github.com/frankban/quicktest v1.7.2
github.com/fsnotify/fsnotify v1.4.7
github.com/gobwas/glob v0.2.3
- github.com/gohugoio/testmodBuilder v0.0.0-20190924072732-02465a37be06 // indirect
github.com/gohugoio/testmodBuilder/mods v0.0.0-20190520184928-c56af20f2e95
github.com/google/go-cmp v0.3.2-0.20191028172631-481baca67f93
github.com/gorilla/websocket v1.4.1