0
0
mirror of https://github.com/rls-moe/nyx synced 2025-09-09 12:04:15 +00:00

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

This commit is contained in:
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"
) )