This repository was archived by the owner on Jan 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 110
This repository was archived by the owner on Jan 28, 2021. It is now read-only.
go 1.11.2 doesn't fetch auth #551
Copy link
Copy link
Closed
Description
The example from master doesn't build with the following error:
main.go:7:2: unknown import path "gopkg.in/src-d/go-mysql-server.v0/auth": cannot find module providing package gopkg.in/src-d/go-mysql-server.v0/auth
Verbose go build
points the the root of the problem:
Parsing meta tags from https://gopkg.in?go-get=1 (status code 200)
gopkg.in/src-d/go-mysql-server.v0/auth
go build gopkg.in/src-d/go-mysql-server.v0/auth: no Go files in
And finally there's actually no auth
package indeed:
sashka@host ~/go> ls -la ~/go/pkg/mod/gopkg.in/src-d/go-mysql-server.v0@v0.1.1/
total 192
dr-xr-xr-x 25 sashka staff 850 Nov 15 14:24 .
drwxr-xr-x 6 sashka staff 204 Nov 15 14:26 ..
-r--r--r-- 1 sashka staff 362 Nov 15 14:24 .gitignore
-r--r--r-- 1 sashka staff 2095 Nov 15 14:24 .travis.yml
-r--r--r-- 1 sashka staff 2929 Nov 15 14:24 CONTRIBUTING.md
-r--r--r-- 1 sashka staff 1422 Nov 15 14:24 DCO
-r--r--r-- 1 sashka staff 11357 Nov 15 14:24 LICENSE
-r--r--r-- 1 sashka staff 58 Nov 15 14:24 MAINTAINERS
-r--r--r-- 1 sashka staff 393 Nov 15 14:24 Makefile
-r--r--r-- 1 sashka staff 10734 Nov 15 14:24 README.md
-r--r--r-- 1 sashka staff 1112 Nov 15 14:24 SUPPORTED.md
-r--r--r-- 1 sashka staff 26 Nov 15 14:24 _config.yml
dr-xr-xr-x 3 sashka staff 102 Nov 15 14:24 _example
dr-xr-xr-x 10 sashka staff 340 Nov 15 14:24 _integration
dr-xr-xr-x 4 sashka staff 136 Nov 15 14:24 _scripts
dr-xr-xr-x 4 sashka staff 136 Nov 15 14:24 benchmark
-r--r--r-- 1 sashka staff 2442 Nov 15 14:24 engine.go
-r--r--r-- 1 sashka staff 26223 Nov 15 14:24 engine_test.go
-r--r--r-- 1 sashka staff 1314 Nov 15 14:24 example_test.go
-r--r--r-- 1 sashka staff 657 Nov 15 14:24 go.mod
dr-xr-xr-x 3 sashka staff 102 Nov 15 14:24 internal
dr-xr-xr-x 6 sashka staff 204 Nov 15 14:24 mem
dr-xr-xr-x 6 sashka staff 204 Nov 15 14:24 server
dr-xr-xr-x 25 sashka staff 850 Nov 15 14:24 sql
dr-xr-xr-x 3 sashka staff 102 Nov 15 14:24 test
Metadata
Metadata
Assignees
Labels
No labels