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

github.com/gohugoio/testmodBuilder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build/go.mod')
-rw-r--r--build/go.mod5
1 files changed, 2 insertions, 3 deletions
diff --git a/build/go.mod b/build/go.mod
index d5482b2..7d2b1bd 100644
--- a/build/go.mod
+++ b/build/go.mod
@@ -3,9 +3,8 @@ module github.com/gohugoio/testmodBuilder/build
go 1.12
require (
- github.com/gobuffalo/envy v1.7.0 // indirect
- github.com/gohugoio/hugo v0.55.6-0.20190520175141-b69771a3f835 // indirect
- github.com/gohugoio/testmodBuilder/mods v0.0.0-20190517094041-b98f3b2132ba
+ github.com/gohugoio/hugo v0.55.6-0.20190528185734-ff2807ddb7dd
+ github.com/gohugoio/testmodBuilder/mods v0.0.0-20190520184928-c56af20f2e95
github.com/pkg/errors v0.8.1
github.com/shurcooL/go v0.0.0-20190330031554-6713ea532688
github.com/spf13/afero v1.2.2