* go.mod: use bbolt from github

This commit is contained in:
Simon Zolin
2019-11-20 20:14:28 +03:00
parent 81e8bbe63c
commit 7c81efcbcb
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ import (
"time"
"github.com/AdguardTeam/golibs/log"
"go.etcd.io/bbolt"
"github.com/etcd-io/bbolt"
"golang.org/x/crypto/bcrypt"
)