fix imports

This commit is contained in:
Alex Grintsvayg 2018-02-22 13:13:19 -05:00
parent 624405e3bf
commit 51e49f7995
No known key found for this signature in database
GPG key ID: AEB3F089F86A22B5

View file

@ -8,8 +8,8 @@ import (
"strings"
"time"
"github.com/lbryio/errors.go"
"github.com/lbryio/null.go"
"github.com/lbryio/lbry.go/errors"
"github.com/lbryio/lbry.go/null"
)
func InterpolateParams(query string, args ...interface{}) (string, error) {