Golang 1.5 and gzip

This commit is contained in:
Matthew Dillon 2015-09-09 19:01:45 -07:00
parent 12b460db9a
commit 44387aa14b
68 changed files with 347 additions and 85 deletions

View file

@ -12,7 +12,7 @@ import (
"crypto/subtle"
"errors"
"fmt"
"golang.org/x/crypto/blowfish"
"github.com/thermokarst/bactdb/Godeps/_workspace/src/golang.org/x/crypto/blowfish"
"io"
"strconv"
)