From c238790b5f1e1436dcb8e5751a39fb5c2c9509c6 Mon Sep 17 00:00:00 2001 From: Mark Bates Date: Fri, 17 May 2019 15:17:13 -0400 Subject: [PATCH] version bump: v1.0.6 --- Makefile | 8 -------- go.mod | 4 +--- go.sum | 13 +++---------- shoulders.md | 16 +++------------- version.go | 2 +- 5 files changed, 8 insertions(+), 35 deletions(-) diff --git a/Makefile b/Makefile index 52a36f7..0694fbf 100644 --- a/Makefile +++ b/Makefile @@ -2,37 +2,29 @@ TAGS ?= "sqlite" GO_BIN ?= go install: - packr $(GO_BIN) install -v ./grift deps: $(GO_BIN) get github.com/gobuffalo/release - $(GO_BIN) get github.com/gobuffalo/packr/packr $(GO_BIN) get -tags ${TAGS} -t ./... ifeq ($(GO111MODULE),on) $(GO_BIN) mod tidy endif build: - packr $(GO_BIN) build -v . test: - packr $(GO_BIN) test -tags ${TAGS} ./... ci-test: $(GO_BIN) test -tags ${TAGS} -race ./... -lint: - gometalinter --vendor ./... --deadline=1m --skip=internal - update: $(GO_BIN) get -u -tags ${TAGS} ifeq ($(GO111MODULE),on) $(GO_BIN) mod tidy endif - packr make test make install ifeq ($(GO111MODULE),on) diff --git a/go.mod b/go.mod index f265634..24d9eb2 100644 --- a/go.mod +++ b/go.mod @@ -2,9 +2,7 @@ module github.com/markbates/grift require ( github.com/gobuffalo/envy v1.7.0 - github.com/kr/pty v1.1.4 // indirect - github.com/pkg/errors v0.8.0 + github.com/pkg/errors v0.8.1 github.com/rogpeppe/go-internal v1.3.0 - github.com/stretchr/objx v0.2.0 // indirect github.com/stretchr/testify v1.3.0 ) diff --git a/go.sum b/go.sum index f692f1c..c38fee8 100644 --- a/go.sum +++ b/go.sum @@ -1,29 +1,22 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/gobuffalo/envy v1.6.6 h1:QTIrr8kp0NBhJsjwP04jSnuXB2u6QDJVwESVuFiQWUY= -github.com/gobuffalo/envy v1.6.6/go.mod h1:N+GkhhZ/93bGZc6ZKhJLP6+m+tCNPKwgSpH9kaifseQ= github.com/gobuffalo/envy v1.7.0 h1:GlXgaiBkmrYMHco6t4j7SacKO4XUjvh5pwXh0f4uxXU= github.com/gobuffalo/envy v1.7.0/go.mod h1:n7DRkBerg/aorDM8kbduw5dN3oXGswK5liaSCx4T5NI= github.com/joho/godotenv v1.3.0 h1:Zjp+RcGpHhGlrMbJzXTrZZPrWj+1vfm90La1wgB6Bhc= github.com/joho/godotenv v1.3.0/go.mod h1:7hK45KPybAkOC6peb+G5yklZfMxEjkZhHbwpqxOKXbg= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= -github.com/kr/pty v1.1.4/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= -github.com/pkg/errors v0.8.0 h1:WdK/asTD0HN+q6hsWO3/vpuAkAr+tw6aNJNDFFf0+qw= -github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= +github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I= +github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/rogpeppe/go-internal v1.0.0 h1:o4VLZ5jqHE+HahLT6drNtSGTrrUA3wPBmtpgqtdbClo= -github.com/rogpeppe/go-internal v1.0.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/rogpeppe/go-internal v1.1.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/rogpeppe/go-internal v1.3.0 h1:RR9dF3JtopPvtkroDZuVD7qquD0bnHlKSqaQhgwt8yk= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE= -github.com/stretchr/testify v1.2.2 h1:bSDNvY7ZPG5RlJ8otE/7V6gMiyenm9RtJ7IUVIAoJ1w= -github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= +github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= diff --git a/shoulders.md b/shoulders.md index 450709b..0d66b4e 100644 --- a/shoulders.md +++ b/shoulders.md @@ -1,24 +1,14 @@ # github.com/markbates/grift Stands on the Shoulders of Giants -github.com/markbates/grift does not try to reinvent the wheel! Instead, it uses the already great wheels developed by the Go community and puts them all together in the best way possible. Without these giants this project would not be possible. Please make sure to check them out and thank them for all of their hard work. +github.com/markbates/grift does not try to reinvent the wheel! Instead, it uses the already great wheels developed by the Go community and puts them all together in the best way possible. Without these giants, this project would not be possible. Please make sure to check them out and thank them for all of their hard work. Thank you to the following **GIANTS**: * [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/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/rogpeppe/go-internal/modfile](https://godoc.org/github.com/rogpeppe/go-internal/modfile) - -* [github.com/rogpeppe/go-internal/module](https://godoc.org/github.com/rogpeppe/go-internal/module) +* [github.com/rogpeppe/go-internal](https://godoc.org/github.com/rogpeppe/go-internal) -* [github.com/rogpeppe/go-internal/semver](https://godoc.org/github.com/rogpeppe/go-internal/semver) +* [github.com/stretchr/testify](https://godoc.org/github.com/stretchr/testify) diff --git a/version.go b/version.go index a19ca91..a61e285 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package main -const Version = "v1.0.5" +const Version = "v1.0.6"