Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

download v1.72.0 getting error #542

Open
tenling opened this issue Nov 24, 2023 · 3 comments
Open

download v1.72.0 getting error #542

tenling opened this issue Nov 24, 2023 · 3 comments

Comments

@tenling
Copy link

tenling commented Nov 24, 2023

What happened

download v1.72.0 getting error

What you expected to happened

go install github.com/k1LoW/tbls@latest
go: downloading github.com/k1LoW/tbls v1.72.0
go: downloading github.com/go-sql-driver/mysql v1.7.1
go: downloading github.com/mattn/go-sqlite3 v1.14.17
go: downloading github.com/lib/pq v1.10.9
go: downloading github.com/snowflakedb/gosnowflake v1.6.25
go: downloading github.com/mattn/go-runewidth v0.0.15
go: downloading github.com/minio/pkg v1.7.5
go: downloading github.com/microsoft/go-mssqldb v1.6.0
go: downloading github.com/samber/lo v1.38.1
go: downloading cloud.google.com/go/bigquery v1.56.0
go: downloading cloud.google.com/go/spanner v1.50.0
go: downloading github.com/aws/aws-sdk-go v1.45.24
go: downloading github.com/k1LoW/go-github-client/v49 v49.1.11
go: downloading github.com/xo/dburl v0.16.0
go: downloading go.mongodb.org/mongo-driver v1.12.1
go: downloading cloud.google.com/go v0.110.8
go: downloading golang.org/x/oauth2 v0.13.0
go: downloading google.golang.org/api v0.145.0
go: downloading github.com/goccy/go-yaml v1.11.1
go: downloading github.com/k1LoW/expand v0.8.0
go: downloading github.com/goccy/go-graphviz v0.1.1
go: downloading golang.org/x/image v0.13.0
go: downloading github.com/antonmedv/expr v1.15.3
go: downloading github.com/rivo/uniseg v0.4.4
go: downloading github.com/bradleyfalzon/ghinstallation/v2 v2.7.0
go: downloading github.com/cli/go-gh/v2 v2.3.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.8.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.1.0
go: downloading github.com/apache/arrow/go/v12 v12.0.1
go: downloading github.com/aws/aws-sdk-go-v2 v1.21.1
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.42
go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.40.1
go: downloading github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.89
go: downloading github.com/aws/smithy-go v1.15.0
go: downloading github.com/gabriel-vasile/mimetype v1.4.2
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading golang.org/x/exp v0.0.0-20231006140011-7918f672742d
go: downloading cloud.google.com/go/iam v1.1.2
go: downloading google.golang.org/grpc v1.58.3
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97
go: downloading google.golang.org/genproto v0.0.0-20231002182017-d307bd883b97
go: downloading github.com/google/go-github/v55 v55.0.0
go: downloading github.com/cli/safeexec v1.0.1
go: downloading github.com/klauspost/compress v1.17.0
go: downloading github.com/google/flatbuffers v23.5.26+incompatible
go: downloading github.com/pierrec/lz4/v4 v4.1.18
go: downloading github.com/montanaflynn/stats v0.7.1
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20231002182017-d307bd883b97
go: downloading github.com/envoyproxy/go-control-plane v0.11.1
go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0
go: downloading github.com/google/uuid v1.3.1
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.1
go: downloading github.com/apache/thrift v0.19.0
go: downloading github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c
go: downloading github.com/envoyproxy/protoc-gen-validate v1.0.2
go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.14
go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.1.5
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.15
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.36
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.42
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.15.5
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.37
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.36
../pkg/mod/github.com/k1!lo!w/tbls@v1.72.0/drivers/mongodb/mongodb.go:7:2: package slices is not in GOROOT (/usr/local/go/src/slices)

What stack trace or error message from tbls did you see?

Anything else we need to know?

Environment

  • tbls version
  • Database version
  • OS ( Ubuntu bionic, macOS Calalina, WSL2, etc )
  • Shell ( bash, zsh, poworshell, etc )
  • Stacktrace or error message from tbls ( If you can, set DEBUG=1)
  • Config ( .tbls.yml )
@tenling tenling added the bug Something isn't working label Nov 24, 2023
@k1LoW
Copy link
Owner

k1LoW commented Nov 24, 2023

Thank you for your report.

Possibly an old version of Go.

Please let me know the result of running go version.

@k1LoW k1LoW removed the bug Something isn't working label Nov 24, 2023
@nikskul
Copy link

nikskul commented Dec 13, 2023

Have the same problem

$ go install github.com/k1LoW/tbls@latest
package github.com/k1LoW/tbls
        imports github.com/k1LoW/tbls/cmd
        imports github.com/k1LoW/tbls/output/gviz
        imports github.com/goccy/go-graphviz
        imports github.com/goccy/go-graphviz/cgraph
        imports github.com/goccy/go-graphviz/internal/ccall: build constraints exclude all Go files in C:\Users\nskulyberdin\go\pkg\mod\github.com\goccy\go-graphviz@v0.1.1\internal\ccall

With go version

go version go1.21.5 windows/amd64

@k1LoW
Copy link
Owner

k1LoW commented Dec 13, 2023

Hi @nikskul.
That doesn't seem to be the same probrem (doesn't slices package error).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants