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

github.com/gohugoio/hugo-mod-jslibs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spruce
diff options
context:
space:
mode:
authorAndreas Deininger <adeininger@gmail.com>2021-04-15 03:05:12 +0300
committerAndreas Deininger <adeininger@gmail.com>2021-04-15 03:05:12 +0300
commit800ce9195b3d7e529c9dc86382ddebe5cfac6692 (patch)
tree07b401654e9e412bc325ac3dc2a2770d02aff7f2 /spruce
parent201cda19c9f9056bf5fb1aae30e8f923d42a2ac4 (diff)
Fix typo, bump to Spruce v2.7.0
Diffstat (limited to 'spruce')
-rw-r--r--spruce/go.mod2
-rw-r--r--spruce/go.sum4
2 files changed, 3 insertions, 3 deletions
diff --git a/spruce/go.mod b/spruce/go.mod
index ab0084e..4f086d1 100644
--- a/spruce/go.mod
+++ b/spruce/go.mod
@@ -2,4 +2,4 @@ module github.com/gohugoio/hugo-mod-jslibs/spruce
go 1.15
-require github.com/ryangjchandler/spruce v2.6.4+incompatible // indirect
+require github.com/ryangjchandler/spruce v2.7.0+incompatible // indirect
diff --git a/spruce/go.sum b/spruce/go.sum
index f6a06bc..3cb223e 100644
--- a/spruce/go.sum
+++ b/spruce/go.sum
@@ -1,2 +1,2 @@
-github.com/ryangjchandler/spruce v2.6.4+incompatible h1:zsakUAAkr9NOkEYTzbjI3FL+1Fc3a6Q7BDzom+Bgl9g=
-github.com/ryangjchandler/spruce v2.6.4+incompatible/go.mod h1:pERscuhekU9NhSgrY8l7/0nLN1rBGBVnpvkMrVwGAZU=
+github.com/ryangjchandler/spruce v2.7.0+incompatible h1:rEfqFfhBWgo0yw0eNXL15R4R4Inxm3P6hH+CSRhtvww=
+github.com/ryangjchandler/spruce v2.7.0+incompatible/go.mod h1:pERscuhekU9NhSgrY8l7/0nLN1rBGBVnpvkMrVwGAZU=