Skip to content

Commit

Permalink
Merge pull request #224 from vmarkovtsev/master
Browse files Browse the repository at this point in the history
v9
  • Loading branch information
vmarkovtsev committed Feb 28, 2019
2 parents 276e055 + db2a53d commit bd7dfc7
Show file tree
Hide file tree
Showing 54 changed files with 165 additions and 165 deletions.
10 changes: 5 additions & 5 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "{build}"
platform: x64
image: Visual Studio 2017

clone_folder: c:\gopath\src\gopkg.in\src-d\hercules.v8
clone_folder: c:\gopath\src\gopkg.in\src-d\hercules.v9

environment:
GOPATH: c:\gopath
Expand All @@ -16,14 +16,14 @@ build_script:
- go version
- set PATH=C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;C:\msys64\usr\bin;C:\msys64\mingw64\bin;%GOPATH%\bin;%PATH%
- set PATH=%PATH:C:\Program Files\Git\usr\bin;=%
- cd %GOPATH%\src\gopkg.in\src-d\hercules.v8
- cd %GOPATH%\src\gopkg.in\src-d\hercules.v9
- go get -v github.com/golang/dep/cmd/dep
- make
- 7z a c:\gopath\src\gopkg.in\src-d\hercules.v8\hercules.win64.zip %GOPATH%\bin\hercules.exe
- 7z a c:\gopath\src\gopkg.in\src-d\hercules.v9\hercules.win64.zip %GOPATH%\bin\hercules.exe

test_script:
- go get -v -t -d gopkg.in/src-d/hercules.v8/...
- go test -v -tags disable_babelfish gopkg.in/src-d/hercules.v8/...
- go get -v -t -d gopkg.in/src-d/hercules.v9/...
- go test -v -tags disable_babelfish gopkg.in/src-d/hercules.v9/...

artifacts:
- name: hercules.win64.zip
Expand Down
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ git:
depth: 9999999

language: go
go_import_path: gopkg.in/src-d/hercules.v8
go_import_path: gopkg.in/src-d/hercules.v9
go:
- 1.10.x
- 1.11.x
Expand All @@ -19,10 +19,10 @@ cache:
- $HOME/gopath/src
before_cache:
- cd $HOME/gopath
- mv $HOME/gopath/src/gopkg.in/src-d/hercules.v8/vendor $HOME/gopath/src/gopkg.in/src-d/.vendor
- rm -rf $HOME/gopath/src/gopkg.in/src-d/hercules.v8
- mkdir $HOME/gopath/src/gopkg.in/src-d/hercules.v8
- mv $HOME/gopath/src/gopkg.in/src-d/.vendor $HOME/gopath/src/gopkg.in/src-d/hercules.v8/vendor
- mv $HOME/gopath/src/gopkg.in/src-d/hercules.v9/vendor $HOME/gopath/src/gopkg.in/src-d/.vendor
- rm -rf $HOME/gopath/src/gopkg.in/src-d/hercules.v9
- mkdir $HOME/gopath/src/gopkg.in/src-d/hercules.v9
- mv $HOME/gopath/src/gopkg.in/src-d/.vendor $HOME/gopath/src/gopkg.in/src-d/hercules.v9/vendor

matrix:
fast_finish: true
Expand Down Expand Up @@ -64,7 +64,7 @@ script:
- go vet -tags tensorflow ./...
- golint -set_exit_status $(go list ./... | grep -v /vendor/)
- flake8
- go test -coverpkg=all -v -coverprofile=coverage.txt -covermode=count gopkg.in/src-d/hercules.v8/... && sed -i '/cmd\/hercules\|core.go/d' coverage.txt
- go test -coverpkg=all -v -coverprofile=coverage.txt -covermode=count gopkg.in/src-d/hercules.v9/... && sed -i '/cmd\/hercules\|core.go/d' coverage.txt
- $GOPATH/bin/hercules version
- $GOPATH/bin/hercules --burndown --couples --devs --quiet --pb https://github.com/src-d/hercules > 1.pb
- cp 1.pb 2.pb
Expand All @@ -90,7 +90,7 @@ jobs:
os: osx
osx_image: xcode9.3
go: 1.11.x
go_import_path: gopkg.in/src-d/hercules.v8
go_import_path: gopkg.in/src-d/hercules.v9
before_install:
- wget -O protoc.zip https://github.com/google/protobuf/releases/download/v$PROTOC_VERSION/protoc-$PROTOC_VERSION-osx-x86_64.zip
- unzip -d ~/.local protoc.zip && rm protoc.zip
Expand All @@ -112,7 +112,7 @@ jobs:
- stage: deploy
os: linux
go: 1.11.x
go_import_path: gopkg.in/src-d/hercules.v8
go_import_path: gopkg.in/src-d/hercules.v9
before_install:
- wget -O protoc.zip https://github.com/google/protobuf/releases/download/v$PROTOC_VERSION/protoc-$PROTOC_VERSION-linux-x86_64.zip
- unzip -d ~/.local protoc.zip && rm protoc.zip
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:18.04
ENV GOPATH /root
ENV PROTOBUF_VERSION 3.5.1

COPY . /root/src/gopkg.in/src-d/hercules.v8
COPY . /root/src/gopkg.in/src-d/hercules.v9
RUN apt-get update && \
apt-get install -y --no-install-suggests --no-install-recommends software-properties-common && \
add-apt-repository -y ppa:gophers/archive && \
Expand All @@ -14,13 +14,13 @@ RUN apt-get update && \
locale-gen en_US.UTF-8 && \
export PATH=/usr/lib/go-1.10/bin:/root/bin:$PATH && \
go get -v github.com/golang/dep/cmd/dep && \
cd /root/src/gopkg.in/src-d/hercules.v8 && \
cd /root/src/gopkg.in/src-d/hercules.v9 && \
export CGO_CXXFLAGS=-std=c++14 && \
curl -L "https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-$(go env GOOS)-x86_64-1.7.0.tar.gz" | tar -C /usr/local -xz && \
make && \
rm /usr/local/bin/protoc && rm /usr/local/readme.txt && rm -rf /usr/local/include/google && \
cp /root/bin/hercules /usr/local/bin && \
cp -r /root/src/gopkg.in/src-d/hercules.v8/*.py /root/src/gopkg.in/src-d/hercules.v8/internal /usr/local/bin && \
cp -r /root/src/gopkg.in/src-d/hercules.v9/*.py /root/src/gopkg.in/src-d/hercules.v9/internal /usr/local/bin && \
sed -i 's/parser.add_argument("--backend",/parser.add_argument("--backend", default="Agg",/' /usr/local/bin/labours.py && \
echo '#!/bin/bash\n\
\n\
Expand All @@ -30,7 +30,7 @@ echo\n\' > /browser && \
chmod +x /browser && \
curl https://bootstrap.pypa.io/get-pip.py | python3 - pip==18.1 && \
pip3 install --no-cache-dir --no-build-isolation cython && \
pip3 install --no-cache-dir --no-build-isolation -r /root/src/gopkg.in/src-d/hercules.v8/requirements.txt https://github.com/mind/wheels/releases/download/tf1.7-cpu/tensorflow-1.7.0-cp36-cp36m-linux_x86_64.whl && \
pip3 install --no-cache-dir --no-build-isolation -r /root/src/gopkg.in/src-d/hercules.v9/requirements.txt https://github.com/mind/wheels/releases/download/tf1.7-cpu/tensorflow-1.7.0-cp36-cp36m-linux_x86_64.whl && \
rm -rf /root/* && \
apt-get remove -y software-properties-common golang-1.10-go python3-dev libyaml-dev libxml2-dev curl git make unzip g++ && \
apt-get remove -y *-doc *-man && \
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TAGS ?=
all: ${GOPATH}/bin/hercules${EXE}

test: all
go test gopkg.in/src-d/hercules.v8
go test gopkg.in/src-d/hercules.v9

${GOPATH}/bin/protoc-gen-gogo${EXE}:
go get -v github.com/gogo/protobuf/protoc-gen-gogo
Expand All @@ -34,4 +34,4 @@ vendor:
dep ensure -v

${GOPATH}/bin/hercules${EXE}: vendor *.go */*.go */*/*.go */*/*/*.go internal/pb/pb.pb.go internal/pb/pb_pb2.py cmd/hercules/plugin_template_source.go
go get -tags "$(TAGS)" -ldflags "-X gopkg.in/src-d/hercules.v8.BinaryGitHash=$(shell git rev-parse HEAD)" gopkg.in/src-d/hercules.v8/cmd/hercules
go get -tags "$(TAGS)" -ldflags "-X gopkg.in/src-d/hercules.v9.BinaryGitHash=$(shell git rev-parse HEAD)" gopkg.in/src-d/hercules.v9/cmd/hercules
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<h1 align="center">Hercules</h1>
<p align="center">
Fast, insightful and highly customizable Git history analysis.<br><br>
<a href="http://godoc.org/gopkg.in/src-d/hercules.v7"><img src="https://godoc.org/gopkg.in/src-d/hercules.v7?status.svg" alt="GoDoc"></a>
<a href="http://godoc.org/gopkg.in/src-d/hercules.v9"><img src="https://godoc.org/gopkg.in/src-d/hercules.v9?status.svg" alt="GoDoc"></a>
<a href="https://travis-ci.com/src-d/hercules"><img src="https://travis-ci.com/src-d/hercules.svg?branch=master" alt="Travis build Status"></a>
<a href="https://ci.appveyor.com/project/vmarkovtsev/hercules"><img src="https://ci.appveyor.com/api/projects/status/49f0lm3v2y6xyph3?svg=true" alt="AppVeyor build status"></a>
<a href="https://hub.docker.com/r/srcd/hercules"><img src="https://img.shields.io/docker/build/srcd/hercules.svg" alt="Docker build status"></a>
Expand Down Expand Up @@ -33,7 +33,7 @@ The second is the Python script which draws some predefined plots. These two too
a pipe. It is possible to write custom analyses using the plugin system. It is also possible
to merge several analysis results together. The commit history includes branches, merges, etc.

Blog posts: [1](https://blog.sourced.tech/post/hercules.v4), [2](https://blog.sourced.tech/post/hercules).
Blog posts: [1](https://blog.sourced.tech/post/hercules.v9), [2](https://blog.sourced.tech/post/hercules).
[Presentation](http://vmarkovtsev.github.io/gowayfest-2018-minsk/).

![Hercules DAG of Burndown analysis](doc/dag.png)
Expand All @@ -59,8 +59,8 @@ Numpy and Scipy can be installed on Windows using http://www.lfd.uci.edu/~gohlke
You are going to need Go (>= v1.10), [`protoc`](https://github.com/google/protobuf/releases),
and [`dep`](https://github.com/golang/dep).
```
go get -d gopkg.in/src-d/hercules.v7/cmd/hercules
cd $GOPATH/src/gopkg.in/src-d/hercules.v7
go get -d gopkg.in/src-d/hercules.v9/cmd/hercules
cd $GOPATH/src/gopkg.in/src-d/hercules.v9
make
```

Expand Down
4 changes: 2 additions & 2 deletions cmd/hercules/combine.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (
"github.com/gogo/protobuf/proto"
"github.com/spf13/cobra"
progress "gopkg.in/cheggaaa/pb.v1"
"gopkg.in/src-d/hercules.v8"
"gopkg.in/src-d/hercules.v8/internal/pb"
"gopkg.in/src-d/hercules.v9"
"gopkg.in/src-d/hercules.v9/internal/pb"
)

// combineCmd represents the combine command
Expand Down
2 changes: 1 addition & 1 deletion cmd/hercules/plugin.template
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

"github.com/gogo/protobuf/proto"
"gopkg.in/src-d/go-git.v4"
"gopkg.in/src-d/hercules.v8"
"gopkg.in/src-d/hercules.v9"
)

// {{.name}} contains the intermediate state which is mutated by Consume(). It should implement
Expand Down
4 changes: 2 additions & 2 deletions cmd/hercules/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ import (
"gopkg.in/src-d/go-git.v4/storage"
"gopkg.in/src-d/go-git.v4/storage/filesystem"
"gopkg.in/src-d/go-git.v4/storage/memory"
"gopkg.in/src-d/hercules.v8"
"gopkg.in/src-d/hercules.v8/internal/pb"
"gopkg.in/src-d/hercules.v9"
"gopkg.in/src-d/hercules.v9/internal/pb"
)

// oneLineWriter splits the output data by lines and outputs one on top of another using '\r'.
Expand Down
2 changes: 1 addition & 1 deletion contrib/_plugin_example/churn_analysis.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"gopkg.in/src-d/go-git.v4/plumbing"
"gopkg.in/src-d/go-git.v4/plumbing/object"
"gopkg.in/src-d/go-git.v4/utils/merkletrie"
"gopkg.in/src-d/hercules.v8"
"gopkg.in/src-d/hercules.v9"
)

// ChurnAnalysis contains the intermediate state which is mutated by Consume(). It should implement
Expand Down
12 changes: 6 additions & 6 deletions core.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import (
"github.com/spf13/pflag"
"gopkg.in/src-d/go-git.v4"
"gopkg.in/src-d/go-git.v4/plumbing/object"
"gopkg.in/src-d/hercules.v8/internal/core"
"gopkg.in/src-d/hercules.v8/internal/plumbing"
"gopkg.in/src-d/hercules.v8/internal/plumbing/identity"
"gopkg.in/src-d/hercules.v8/internal/plumbing/uast"
"gopkg.in/src-d/hercules.v8/internal/yaml"
"gopkg.in/src-d/hercules.v8/leaves"
"gopkg.in/src-d/hercules.v9/internal/core"
"gopkg.in/src-d/hercules.v9/internal/plumbing"
"gopkg.in/src-d/hercules.v9/internal/plumbing/identity"
"gopkg.in/src-d/hercules.v9/internal/plumbing/uast"
"gopkg.in/src-d/hercules.v9/internal/yaml"
"gopkg.in/src-d/hercules.v9/leaves"
)

// ConfigurationOptionType represents the possible types of a ConfigurationOption's value.
Expand Down
4 changes: 2 additions & 2 deletions internal/burndown/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"log"
"math"

"gopkg.in/src-d/hercules.v8/internal"
"gopkg.in/src-d/hercules.v8/internal/rbtree"
"gopkg.in/src-d/hercules.v9/internal"
"gopkg.in/src-d/hercules.v9/internal/rbtree"
)

// Updater is the function which is called back on File.Update().
Expand Down
2 changes: 1 addition & 1 deletion internal/burndown/file_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"testing"

"github.com/stretchr/testify/assert"
"gopkg.in/src-d/hercules.v8/internal/rbtree"
"gopkg.in/src-d/hercules.v9/internal/rbtree"
)

func updateStatusFile(status map[int]int64, _, previousTime, delta int) {
Expand Down
2 changes: 1 addition & 1 deletion internal/core/forks.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

"gopkg.in/src-d/go-git.v4/plumbing"
"gopkg.in/src-d/go-git.v4/plumbing/object"
"gopkg.in/src-d/hercules.v8/internal/toposort"
"gopkg.in/src-d/hercules.v9/internal/toposort"
)

// OneShotMergeProcessor provides the convenience method to consume merges only once.
Expand Down
2 changes: 1 addition & 1 deletion internal/core/forks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/stretchr/testify/assert"
"gopkg.in/src-d/go-git.v4"
"gopkg.in/src-d/go-git.v4/plumbing"
"gopkg.in/src-d/hercules.v8/internal/test"
"gopkg.in/src-d/hercules.v9/internal/test"
)

type testForkPipelineItem struct {
Expand Down
4 changes: 2 additions & 2 deletions internal/core/pipeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import (
"gopkg.in/src-d/go-git.v4/plumbing"
"gopkg.in/src-d/go-git.v4/plumbing/object"
"gopkg.in/src-d/go-git.v4/plumbing/storer"
"gopkg.in/src-d/hercules.v8/internal/pb"
"gopkg.in/src-d/hercules.v8/internal/toposort"
"gopkg.in/src-d/hercules.v9/internal/pb"
"gopkg.in/src-d/hercules.v9/internal/toposort"
)

// ConfigurationOptionType represents the possible types of a ConfigurationOption's value.
Expand Down
4 changes: 2 additions & 2 deletions internal/core/pipeline_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (
"gopkg.in/src-d/go-git.v4"
"gopkg.in/src-d/go-git.v4/plumbing"
"gopkg.in/src-d/go-git.v4/plumbing/object"
"gopkg.in/src-d/hercules.v8/internal/pb"
"gopkg.in/src-d/hercules.v8/internal/test"
"gopkg.in/src-d/hercules.v9/internal/pb"
"gopkg.in/src-d/hercules.v9/internal/test"
)

type testPipelineItem struct {
Expand Down
2 changes: 1 addition & 1 deletion internal/core/registry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/spf13/pflag"
"github.com/stretchr/testify/assert"
"gopkg.in/src-d/go-git.v4"
"gopkg.in/src-d/hercules.v8/internal/test"
"gopkg.in/src-d/hercules.v9/internal/test"
)

func getRegistry() *PipelineItemRegistry {
Expand Down
8 changes: 4 additions & 4 deletions internal/global_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import (
"testing"

"github.com/stretchr/testify/assert"
"gopkg.in/src-d/hercules.v8/internal/core"
uast_items "gopkg.in/src-d/hercules.v8/internal/plumbing/uast"
"gopkg.in/src-d/hercules.v8/internal/test"
"gopkg.in/src-d/hercules.v8/leaves"
"gopkg.in/src-d/hercules.v9/internal/core"
uast_items "gopkg.in/src-d/hercules.v9/internal/plumbing/uast"
"gopkg.in/src-d/hercules.v9/internal/test"
"gopkg.in/src-d/hercules.v9/leaves"
)

func TestPipelineSerialize(t *testing.T) {
Expand Down
4 changes: 2 additions & 2 deletions internal/plumbing/blob_cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
"gopkg.in/src-d/go-git.v4/plumbing"
"gopkg.in/src-d/go-git.v4/plumbing/object"
"gopkg.in/src-d/go-git.v4/utils/merkletrie"
"gopkg.in/src-d/hercules.v8/internal"
"gopkg.in/src-d/hercules.v8/internal/core"
"gopkg.in/src-d/hercules.v9/internal"
"gopkg.in/src-d/hercules.v9/internal/core"
)

// ErrorBinary is raised in CachedBlob.CountLines() if the file is binary.
Expand Down
6 changes: 3 additions & 3 deletions internal/plumbing/blob_cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (
"github.com/stretchr/testify/assert"
"gopkg.in/src-d/go-git.v4/plumbing"
"gopkg.in/src-d/go-git.v4/plumbing/object"
"gopkg.in/src-d/hercules.v8/internal"
"gopkg.in/src-d/hercules.v8/internal/core"
"gopkg.in/src-d/hercules.v8/internal/test"
"gopkg.in/src-d/hercules.v9/internal"
"gopkg.in/src-d/hercules.v9/internal/core"
"gopkg.in/src-d/hercules.v9/internal/test"
)

func fixtureBlobCache() *BlobCache {
Expand Down
2 changes: 1 addition & 1 deletion internal/plumbing/day.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"gopkg.in/src-d/go-git.v4"
"gopkg.in/src-d/go-git.v4/plumbing"
"gopkg.in/src-d/go-git.v4/plumbing/object"
"gopkg.in/src-d/hercules.v8/internal/core"
"gopkg.in/src-d/hercules.v9/internal/core"
)

// DaysSinceStart provides the relative date information for every commit.
Expand Down
4 changes: 2 additions & 2 deletions internal/plumbing/day_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (

"github.com/stretchr/testify/assert"
"gopkg.in/src-d/go-git.v4/plumbing"
"gopkg.in/src-d/hercules.v8/internal/core"
"gopkg.in/src-d/hercules.v8/internal/test"
"gopkg.in/src-d/hercules.v9/internal/core"
"gopkg.in/src-d/hercules.v9/internal/test"
)

func fixtureDaysSinceStart() *DaysSinceStart {
Expand Down
2 changes: 1 addition & 1 deletion internal/plumbing/diff.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"gopkg.in/src-d/go-git.v4/plumbing"
"gopkg.in/src-d/go-git.v4/plumbing/object"
"gopkg.in/src-d/go-git.v4/utils/merkletrie"
"gopkg.in/src-d/hercules.v8/internal/core"
"gopkg.in/src-d/hercules.v9/internal/core"
)

// FileDiff calculates the difference of files which were modified.
Expand Down
12 changes: 6 additions & 6 deletions internal/plumbing/diff_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ import (
"github.com/stretchr/testify/assert"
"gopkg.in/src-d/go-git.v4/plumbing"
"gopkg.in/src-d/go-git.v4/plumbing/object"
"gopkg.in/src-d/hercules.v8"
"gopkg.in/src-d/hercules.v8/internal"
"gopkg.in/src-d/hercules.v8/internal/core"
items "gopkg.in/src-d/hercules.v8/internal/plumbing"
"gopkg.in/src-d/hercules.v8/internal/test"
"gopkg.in/src-d/hercules.v8/internal/test/fixtures"
"gopkg.in/src-d/hercules.v9"
"gopkg.in/src-d/hercules.v9/internal"
"gopkg.in/src-d/hercules.v9/internal/core"
items "gopkg.in/src-d/hercules.v9/internal/plumbing"
"gopkg.in/src-d/hercules.v9/internal/test"
"gopkg.in/src-d/hercules.v9/internal/test/fixtures"
)

func TestFileDiffMeta(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion internal/plumbing/identity/identity.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/pkg/errors"
"gopkg.in/src-d/go-git.v4"
"gopkg.in/src-d/go-git.v4/plumbing/object"
"gopkg.in/src-d/hercules.v8/internal/core"
"gopkg.in/src-d/hercules.v9/internal/core"
)

// Detector determines the author of a commit. Same person can commit under different
Expand Down
4 changes: 2 additions & 2 deletions internal/plumbing/identity/identity_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (
"gopkg.in/src-d/go-git.v4/plumbing"
"gopkg.in/src-d/go-git.v4/plumbing/object"
"gopkg.in/src-d/go-git.v4/plumbing/storer"
"gopkg.in/src-d/hercules.v8/internal/core"
"gopkg.in/src-d/hercules.v8/internal/test"
"gopkg.in/src-d/hercules.v9/internal/core"
"gopkg.in/src-d/hercules.v9/internal/test"
)

func fixtureIdentityDetector() *Detector {
Expand Down
Loading

0 comments on commit bd7dfc7

Please sign in to comment.