updated dependencies

This commit is contained in:
ston1th 2020-07-11 11:25:30 +02:00
commit 320dc096dd
492 changed files with 84123 additions and 43947 deletions

View file

@ -4,7 +4,7 @@ package store
import (
"encoding/json"
"github.com/boltdb/bolt"
bolt "go.etcd.io/bbolt"
"io"
)