소스 검색

Fix v5 in the plugin template

Vadim Markovtsev 7 년 전
부모
커밋
2a96d7fa85
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cmd/hercules/plugin.template

+ 1 - 1
cmd/hercules/plugin.template

@@ -24,7 +24,7 @@ import (
 
   "github.com/gogo/protobuf/proto"
   "gopkg.in/src-d/go-git.v4"
-  "gopkg.in/src-d/hercules.v4"
+  "gopkg.in/src-d/hercules.v5"
 )
 
 // {{.name}} contains the intermediate state which is mutated by Consume(). It should implement