You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
$ go get github.com/stripe/safesql
# github.com/stripe/safesql
github.com/stripe/safesql/safesql.go:46: s.Build undefined (type *ssa.Program has no field or method Build)
The text was updated successfully, but these errors were encountered:
What happens if you try running go get -u github.com/stripe/safesql (to fetch dependency updates)? We recently pushed some patches to account for interface changes in golang.org/x/tools/go/ssa/ssautil
$ go get github.com/stripe/safesql
# github.com/stripe/safesql
../../../../github.com/stripe/safesql/safesql.go:45: undefined: ssautil.CreateProgram
../../../../github.com/stripe/safesql/safesql.go:48: p.Package undefined (type *loader.Program has no field or method Package)
$ go get -u github.com/stripe/safesql
# github.com/stripe/safesql
../../../../github.com/stripe/safesql/safesql.go:45: undefined: ssautil.CreateProgram
../../../../github.com/stripe/safesql/safesql.go:48: p.Package undefined (type *loader.Program has no field or method Package)
$ go get -u github.com/stripe/safesql
# golang.org/x/tools/container/intsets
../../../golang.org/x/tools/container/intsets/popcnt_amd64.s:8 6a: No such file or directory: textflag.h
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I run
go get
, I receive the following error:The text was updated successfully, but these errors were encountered: