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

go mod tidy error #2122

Open
VarusHsu opened this issue Nov 3, 2023 · 0 comments
Open

go mod tidy error #2122

VarusHsu opened this issue Nov 3, 2023 · 0 comments

Comments

@VarusHsu
Copy link

VarusHsu commented Nov 3, 2023

  • I create a new project.
  • cp _example/*.go my/new/project/
  • go mod init my_project
  • go mod tidy
  • then I receive a error
go mod tidy
go: finding module for package github.com/dolthub/vitess/go/vt/proto/query
go: finding module for package github.com/dolthub/vitess/go/mysql
go: finding module for package github.com/dolthub/go-mysql-server
go: finding module for package github.com/dolthub/go-mysql-server/sql/types
go: finding module for package github.com/dolthub/go-mysql-server/memory
go: finding module for package github.com/dolthub/go-mysql-server/sql/mysql_db
go: finding module for package github.com/dolthub/go-mysql-server/server
go: finding module for package github.com/dolthub/go-mysql-server/sql
go: finding module for package github.com/go-sql-driver/mysql
go: finding module for package github.com/gocraft/dbr/v2
go: downloading github.com/gocraft/dbr v0.0.0-20190714181702-8114670a83bd
go: downloading github.com/gocraft/dbr/v2 v2.7.6
go: downloading github.com/dolthub/vitess v2.1.1+incompatible
go: finding module for package github.com/stretchr/testify/assert
go: finding module for package github.com/stretchr/testify/require
go: found github.com/dolthub/go-mysql-server in github.com/dolthub/go-mysql-server v0.17.0
go: found github.com/dolthub/go-mysql-server/memory in github.com/dolthub/go-mysql-server v0.17.0
go: found github.com/dolthub/go-mysql-server/server in github.com/dolthub/go-mysql-server v0.17.0
go: found github.com/dolthub/go-mysql-server/sql in github.com/dolthub/go-mysql-server v0.17.0
go: found github.com/dolthub/go-mysql-server/sql/mysql_db in github.com/dolthub/go-mysql-server v0.17.0
go: found github.com/dolthub/go-mysql-server/sql/types in github.com/dolthub/go-mysql-server v0.17.0
go: found github.com/dolthub/vitess/go/mysql in github.com/dolthub/vitess v2.1.1+incompatible
go: found github.com/dolthub/vitess/go/vt/proto/query in github.com/dolthub/vitess v2.1.1+incompatible
go: found github.com/go-sql-driver/mysql in github.com/go-sql-driver/mysql v1.7.1
go: found github.com/gocraft/dbr/v2 in github.com/gocraft/dbr/v2 v2.7.6
go: found github.com/stretchr/testify/assert in github.com/stretchr/testify v1.8.4
go: found github.com/stretchr/testify/require in github.com/stretchr/testify v1.8.4
go: downloading github.com/denisenkom/go-mssqldb v0.11.0
go: downloading github.com/lib/pq v1.10.4
go: downloading github.com/mattn/go-sqlite3 v1.14.8
go: downloading golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c
go: finding module for package github.com/youtube/vitess/go/vt/vterrors
go: finding module for package github.com/dolthub/vitess/go/vt/log
go: finding module for package github.com/youtube/vitess/go/hack
go: finding module for package github.com/youtube/vitess/go/vt/proto/topodata
go: finding module for package github.com/youtube/vitess/go/sqldb
go: finding module for package github.com/youtube/vitess/go/vt/proto/vtrpc
go: finding module for package github.com/youtube/vitess/go/sqltypes
go: finding module for package github.com/youtube/vitess/go/vt/proto/query
go: downloading github.com/youtube/vitess v0.17.3
go: finding module for package github.com/youtube/vitess/go/vt/utils
go: found github.com/youtube/vitess/go/hack in github.com/youtube/vitess v0.17.3
go: found github.com/youtube/vitess/go/sqltypes in github.com/youtube/vitess v0.17.3
go: found github.com/youtube/vitess/go/vt/proto/query in github.com/youtube/vitess v0.17.3
go: found github.com/youtube/vitess/go/vt/proto/topodata in github.com/youtube/vitess v0.17.3
go: found github.com/youtube/vitess/go/vt/proto/vtrpc in github.com/youtube/vitess v0.17.3
go: found github.com/youtube/vitess/go/vt/vterrors in github.com/youtube/vitess v0.17.3
go: example imports
        github.com/dolthub/vitess/go/mysql imports
        github.com/youtube/vitess/go/hack: github.com/youtube/vitess@v0.17.3: parsing go.mod:
        module declares its path as: vitess.io/vitess
                but was required as: github.com/youtube/vitess

os: MacOS 13
go version go1.21.1 darwin/arm64

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

No branches or pull requests

2 participants