2017-03-27 4 views
1

Bunchを使用してrevelをインストールしています。 私は、エラーの下に取得しています:revel:undefined:config.DEFAULT_SECTIONのインストールでエラーが発生しました。

installing github.com/revel/revel ... 2017/03/27 13:49:41 failed installing packages: failed building package github.com/revel/revel, error: # github.com/revel/revel 
./revel.go:180: undefined: config.DEFAULT_SECTION 
, output: %!s(MISSING): exit status 2 [exit status 2 github.com/dkulchenko/bunch/packages.go:234: failed building package github.com/revel/revel, error: # github.com/revel/revel 
./revel.go:180: undefined: config.DEFAULT_SECTION 
, output: %!s(MISSING) github.com/dkulchenko/bunch/packages.go:643: ] 

これで私を助けて、私はこの問題を解決する方法を教えてください。以下は

は私のBunchFileを見てどのようである:

github.com/dkulchenko/bunch !self 

github.com/robfig/config 
github.com/revel/revel v0.13.0 
github.com/revel/cmd/revel v0.13.0 
github.com/janekolszak/revmgo 
github.com/afex/hystrix-go/hystrix 
github.com/remind101/newrelic 

答えて

1

レヴェルがgithub.com/revel/config/config.goにCONFIG_DEFAULT変数名を変更しwhile ago

あなたはおそらく、おそらくにこれを追加することによって、また、v0.13.0でそのリポジトリを固定する必要が

あなたのバンチファイル:

github.com/revel/config v0.13.0

あなたはまた、あなたのピンを削除することができrevelをv0.13.0に変更し、より新しいバージョンを入手してください。

関連する問題