Skip to content

Commit

Permalink
Fix dep for actual goth version used in dep lock file (#5078)
Browse files Browse the repository at this point in the history
  • Loading branch information
lafriks authored Oct 12, 2018
1 parent c42b366 commit 0cd8cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ignored = ["google.golang.org/appengine*"]

[[constraint]]
name = "github.com/markbates/goth"
version = "1.45.5"
version = "1.46.1"

[[constraint]]
branch = "master"
Expand Down

0 comments on commit 0cd8cec

Please sign in to comment.