Browse Source

Fix dep for actual goth version used in dep lock file (#5078)

tags/v1.6.0-dev
Lauris BH GitHub 7 years ago
parent
commit
ce2da2342a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Gopkg.toml

+ 1
- 1
Gopkg.toml View File

@@ -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"


Loading…
Cancel
Save