diff --git a/release/version.go b/release/version.go index eb6fa38..0232fbe 100644 --- a/release/version.go +++ b/release/version.go @@ -1,3 +1,3 @@ package release -const Version = "v1.0.41" +const Version = "v1.0.42" diff --git a/shoulders.md b/shoulders.md index 5ea5d5d..a587f40 100644 --- a/shoulders.md +++ b/shoulders.md @@ -69,6 +69,8 @@ Thank you to the following **GIANTS**: * [github.com/gobuffalo/validate/validators](https://godoc.org/github.com/gobuffalo/validate/validators) +* [github.com/gofrs/uuid](https://godoc.org/github.com/gofrs/uuid) + * [github.com/joho/godotenv](https://godoc.org/github.com/joho/godotenv) * [github.com/markbates/deplist](https://godoc.org/github.com/markbates/deplist) @@ -116,3 +118,5 @@ Thank you to the following **GIANTS**: * [golang.org/x/tools/imports](https://godoc.org/golang.org/x/tools/imports) * [golang.org/x/tools/internal/fastwalk](https://godoc.org/golang.org/x/tools/internal/fastwalk) + +* [golang.org/x/tools/internal/gopathwalk](https://godoc.org/golang.org/x/tools/internal/gopathwalk)