From 889d7aa4225b6d2ef291170a824e3932066238ad Mon Sep 17 00:00:00 2001 From: Mark Bates Date: Fri, 26 Oct 2018 15:17:05 -0400 Subject: [PATCH] version bump: v1.0.5 --- shoulders.md | 18 +++++++++++++----- version.go | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/shoulders.md b/shoulders.md index d03e81d..450709b 100644 --- a/shoulders.md +++ b/shoulders.md @@ -5,12 +5,20 @@ github.com/markbates/grift does not try to reinvent the wheel! Instead, it uses Thank you to the following **GIANTS**: -* [github.com/pkg/errors](https://godoc.org/github.com/pkg/errors) +* [github.com/gobuffalo/envy](https://godoc.org/github.com/gobuffalo/envy) + +* [github.com/joho/godotenv](https://godoc.org/github.com/joho/godotenv) + +* [github.com/markbates/grift](https://godoc.org/github.com/markbates/grift) -* [github.com/stretchr/testify/assert](https://godoc.org/github.com/stretchr/testify/assert) +* [github.com/markbates/grift/cmd](https://godoc.org/github.com/markbates/grift/cmd) + +* [github.com/markbates/grift/grift](https://godoc.org/github.com/markbates/grift/grift) + +* [github.com/pkg/errors](https://godoc.org/github.com/pkg/errors) -* [github.com/stretchr/testify/require](https://godoc.org/github.com/stretchr/testify/require) +* [github.com/rogpeppe/go-internal/modfile](https://godoc.org/github.com/rogpeppe/go-internal/modfile) -* [github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew](https://godoc.org/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew) +* [github.com/rogpeppe/go-internal/module](https://godoc.org/github.com/rogpeppe/go-internal/module) -* [github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/difflib](https://godoc.org/github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/difflib) +* [github.com/rogpeppe/go-internal/semver](https://godoc.org/github.com/rogpeppe/go-internal/semver) diff --git a/version.go b/version.go index 8f08da0..a19ca91 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package main -const Version = "v1.0.4" +const Version = "v1.0.5"