Explorar o código

Fix v5 in the plugin template

Vadim Markovtsev %!s(int64=7) %!d(string=hai) anos
pai
achega
2a96d7fa85
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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