back to upstream go-github

fixes #17
This commit is contained in:
Alex Suraci
2016-01-30 11:45:49 -08:00
parent edcd5c99e4
commit 27fe9d197f
11 changed files with 11 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ import (
"regexp"
"strconv"
"github.com/zachgersh/go-github/github"
"github.com/google/go-github/github"
)
// determineVersionFromTag converts git tags v1.2.3 into semver 1.2.3 values