stripe-archive / safesql

Static analysis tool for Golang that protects against SQL injections
MIT License
564 stars 47 forks source link

Let safesql work with Go 1.6 #5

Closed johansglock closed 8 years ago

johansglock commented 8 years ago

Godeps didn't work out of the box for me anymore with Go 1.6, so I decided to drop godeps for myself and use the Go vendor support. Consequence, won't build out of the box anymore for Go > 1.6, so merge at own discretion :)

johansglock commented 8 years ago

Oops, seems I made a mistake with the dependencies. Will create new PR later.