houqp / sqlvet

Go fearless SQL. Sqlvet performs static analysis on raw SQL queries in your Go code base.
MIT License
493 stars 25 forks source link

undefined: sqlx.AT #2

Closed Gys closed 4 years ago

Gys commented 4 years ago

When I install

go get github.com/houqp/sqlvet

I get

# github.com/houqp/sqlvet/pkg/parseutil
../../../github.com/houqp/sqlvet/pkg/parseutil/sqlx.go:70:9: undefined: sqlx.AT

(go version go1.13.5 darwin/amd64)

houqp commented 4 years ago

Hmm... Not able to reproduce this myself, but I have pushed a new commit to get rid of sqlx as a dependency that should hopefully address the error you had.