0
0
mirror of https://github.com/rls-moe/nyx synced 2024-11-14 22:12:24 +00:00

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