I get: ``` go: go.mod file not found in current directory or any parent directory ``` However: ``` bash-3.2$ ls go.mod go.mod ``` The command: ``` xgo -x --deps https://www.sqlite.org/2020/sqlite-autoconf-3320300.tar.gz --depsargs '--disable-fts4 --disable-fts5 --disable-rtree --disable-static-shell' --pkg internal/log_analysis/datalake/database_api/snowflake/driver/main --targets=linux/amd64 -out main --tags 'libsqlite3 linux' -dest out/bin/internal/log_analysis/datalake/database_api/snowflake/driver/main . ``` Any ideas? This worked with go 1.13 but now I have to move to 1.16 because of other changes in the code base.