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
I tried to install the tool with go install github.com/docker/hub-tool.
It's currently failing, because the package github.com/docker/compose-cli/metrics cannot be found.
I checked the metrics package. It seems that they reorganized the structure in the main branch.
Steps to reproduce the issue:
go install github.com/docker/hub-tool
Describe the results you received:
go/src/github.com/docker/hub-tool/internal/metrics/metrics.go:22:2: cannot find package "github.com/docker/compose-cli/metrics" in any of:
/usr/lib/go/src/github.com/docker/compose-cli/metrics (from $GOROOT)
/home/cmuench/go/src/github.com/docker/compose-cli/metrics (from $GOPATH)
Describe the results you expected:
Tool can be installed without an error.
Output of go version:
go version go1.15.7 linux/amd64
The text was updated successfully, but these errors were encountered:
@cmuench sorry about the hickup, can you try and run GO111MODULE=on go get github.com/docker/hub-tool and tell us if that works please?
Description
I tried to install the tool with
go install github.com/docker/hub-tool
.It's currently failing, because the package
github.com/docker/compose-cli/metrics
cannot be found.I checked the metrics package. It seems that they reorganized the structure in the main branch.
Steps to reproduce the issue:
go install github.com/docker/hub-tool
Describe the results you received:
Describe the results you expected:
Tool can be installed without an error.
Output of
go version
:go version go1.15.7 linux/amd64
The text was updated successfully, but these errors were encountered: