Browse Source

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

master
Lauris BH GitHub 6 years ago
parent
commit
0cd8cecdf8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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