craimbert/docker-volume-gc-storage

go install fails

Opened this issue · 0 comments

it seems that go get is no longer available and go install now needs version i tried with

go install github.com/craimbert/docker-volume-gc-storage@latest

and then this happens

go: downloading github.com/craimbert/docker-volume-gc-storage v0.0.0-20160715011422-530730b2e66f
go: finding module for package github.com/docker/go-plugins-helpers/volume
go: finding module for package golang.org/x/net/context
go: downloading github.com/docker/go-plugins-helpers v0.0.0-20211224144127-6eecb7beb651
go: downloading golang.org/x/net v0.22.0
go: finding module for package golang.org/x/oauth2
go: downloading golang.org/x/oauth2 v0.18.0
go: finding module for package golang.org/x/oauth2/google
go: finding module for package google.golang.org/api/storage/v1
go: downloading google.golang.org/api v0.171.0
go: finding module for package google.golang.org/cloud
go: downloading google.golang.org/cloud v0.112.1
go: finding module for package google.golang.org/cloud/storage
go: downloading google.golang.org/cloud/storage v1.39.1
go: found github.com/docker/go-plugins-helpers/volume in github.com/docker/go-plugins-helpers v0.0.0-20211224144127-6eecb7beb651
go: found golang.org/x/net/context in golang.org/x/net v0.22.0
go: found golang.org/x/oauth2 in golang.org/x/oauth2 v0.18.0
go: found golang.org/x/oauth2/google in golang.org/x/oauth2 v0.18.0
go: found google.golang.org/api/storage/v1 in google.golang.org/api v0.171.0
go: found google.golang.org/cloud in google.golang.org/cloud v0.112.1
go: found google.golang.org/cloud/storage in google.golang.org/cloud/storage v1.39.1
go: github.com/craimbert/docker-volume-gc-storage imports
google.golang.org/cloud: google.golang.org/cloud@v0.112.1: parsing go.mod:
module declares its path as: cloud.google.com/go
but was required as: google.golang.org/cloud

i'm not go user so i'm not clear about this messages, can you update your readme to can somebody install with current go tools?

thanks