Merge pull request #2 from bryanpedini/master

Changed "hlandau/passlib.v1" import path (fix #1)
This commit is contained in:
Tim Schuster 2020-04-17 08:19:20 +02:00 committed by GitHub
commit b9b6004709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/hlandau/passlib"
"gopkg.in/hlandau/passlib.v1"
"github.com/tidwall/buntdb"
)

View File

@ -4,7 +4,7 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/hlandau/passlib"
"gopkg.in/hlandau/passlib.v1"
"github.com/tidwall/buntdb"
)