olebedev / go-starter-kit

[abandoned] Golang isomorphic react/hot reloadable/redux/css-modules/SSR starter kit
Other
2.82k stars 358 forks source link

fix versions of packages in srlt #42

Closed matsu911 closed 8 years ago

olebedev commented 8 years ago

Hi @matsu911,

is github.com/valyala/fasttemplate necessary?

matsu911 commented 8 years ago

Hi @olebedev,

The latest gommon requires it. https://github.com/labstack/gommon/commit/81aef43cee03d40e9190983caeb70343a68d7f76

Thanks.

olebedev commented 8 years ago

Clear. Unfortunately, we don't have tests here. Did you test the project? It works well with updated echo/gommon package?

olebedev commented 8 years ago

I have checked it manually it works, thanks @matsu911.

matsu911 commented 8 years ago

Thanks