julienschmidt / go-http-routing-benchmark

Go HTTP request router and web framework benchmark
BSD 3-Clause "New" or "Revised" License
1.65k stars 238 forks source link

Please consider vendor or regular dependency updates #70

Closed tendervittles closed 5 years ago

tendervittles commented 7 years ago

I'm trying to run benchmarks from the last commit (2b136956a56bc65dddfa4bdaf7d1728ae2c90d50).

Using Go 1.8 and all fresh dependencies, I'm seeing lots of build problems.

Ideally, a process would regularly update all dependencies to ensure that everything still works.

Barring that, capturing the current dependencies in vendor would allow me to recreate your exact setup.

Regular updates that are captured in vendor would be sweet.

julienschmidt commented 5 years ago

Fixed by 052672f2944d5f4205b707a55ab1764ffa321f23

Go modules are used now. However, this still requires manual dependency updates.