mirror of https://github.com/status-im/migrate.git
Manually fetch github.com/kshvakov/clickhouse
This commit is contained in:
parent
f8fd159fbc
commit
d542e144dc
3
Makefile
3
Makefile
|
@ -60,8 +60,9 @@ html-coverage:
|
|||
deps:
|
||||
-go get -v -u ./...
|
||||
-go test -v -i ./...
|
||||
# TODO: why is this not being fetched with the command above?
|
||||
# TODO: why are these not being fetched by `go get`?
|
||||
-go get -u github.com/fsouza/fake-gcs-server/fakestorage
|
||||
-go get -u github.com/kshvakov/clickhouse
|
||||
|
||||
|
||||
list-external-deps:
|
||||
|
|
Loading…
Reference in New Issue