URI: 
       Update Afero to avoid panic on "file name is too long" - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit f8a119b606d55aa4f31f16e5a3cadc929c99e4f8
   DIR parent ecaf14514e06321823bdd10235cf23e7d654ba77
  HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Mon, 15 Jan 2018 20:33:03 +0100
       
       Update Afero to avoid panic on "file name is too long"
       
       Fixes #4240
       
       Diffstat:
         M Gopkg.lock                          |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/Gopkg.lock b/Gopkg.lock
       @@ -237,8 +237,8 @@
            ".",
            "mem"
          ]
       -  revision = "ec3a3111d1e1bdff38a61e09d5a5f5e974905611"
       -  version = "v1.0.1"
       +  revision = "bb8f1927f2a9d3ab41c9340aa034f6b803f4359c"
       +  version = "v1.0.2"
        
        [[projects]]
          name = "github.com/spf13/cast"