Changed "hlandau/passlib.v1" import path (fix #1)

This commit is contained in:
Bryan Joshua Pedini 2020-04-16 17:54:54 +02:00
parent 22d46921dc
commit 5898192320
2 changed files with 2 additions and 2 deletions

View File

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

View File

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