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

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorKrasimir Angelov <kangelov@gitlab.com>2020-01-17 03:28:18 +0300
committerKrasimir Angelov <kangelov@gitlab.com>2020-01-17 03:34:20 +0300
commitc14bbc641f5f407a83b892daccd5b90032ab2141 (patch)
tree65fceca84d3d89781d0b3bdb81697da017dec669 /go.mod
parent48d721e7487d92de03f342b322a781a29947535d (diff)
Revert godirwalk to v1.10.12
Revert "Merge branch 'master' into 'master'" This reverts commit 1e9f978d74ae0e1d536f1984635021b368802ccb, reversing changes made to 86d619069f226d40d3d0ba97a243db384f133d5f.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 773f1ebf..2ae4178c 100644
--- a/go.mod
+++ b/go.mod
@@ -12,7 +12,7 @@ require (
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.2.0
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
- github.com/karrick/godirwalk v1.14.0
+ github.com/karrick/godirwalk v1.10.12
github.com/kr/pretty v0.1.0 // indirect
github.com/namsral/flag v1.7.4-pre
github.com/patrickmn/go-cache v2.1.0+incompatible