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
Is this project still safe to use?
Will it work with AWS cli v2?
It can not be installed using go install:
$ go install github.com/99designs/iamy@latest
go: finding module for package github.com/fatih/color
go: finding module for package github.com/ghodss/yaml
go: finding module for package github.com/aws/aws-sdk-go/aws/awserr
go: finding module for package github.com/aws/aws-sdk-go/service/sts
go: finding module for package github.com/aws/aws-sdk-go/aws
go: finding module for package github.com/aws/aws-sdk-go/service/iam
go: finding module for package github.com/aws/aws-sdk-go/aws/session
go: finding module for package github.com/aws/aws-sdk-go/service/iam/iamiface
go: finding module for package github.com/aws/aws-sdk-go/service/ec2
go: finding module for package github.com/aws/aws-sdk-go/service/s3/s3iface
go: finding module for package github.com/aws/aws-sdk-go/service/s3
go: finding module for package gopkg.in/alecthomas/kingpin.v2
go: finding module for package github.com/pkg/errors
go: found github.com/fatih/color in github.com/fatih/color v1.16.0
go: found gopkg.in/alecthomas/kingpin.v2 in gopkg.in/alecthomas/kingpin.v2 v2.4.0
go: found github.com/aws/aws-sdk-go/aws in github.com/aws/aws-sdk-go v1.51.3
go: found github.com/aws/aws-sdk-go/aws/awserr in github.com/aws/aws-sdk-go v1.51.3
go: found github.com/aws/aws-sdk-go/aws/session in github.com/aws/aws-sdk-go v1.51.3
go: found github.com/aws/aws-sdk-go/service/ec2 in github.com/aws/aws-sdk-go v1.51.3
go: found github.com/aws/aws-sdk-go/service/iam in github.com/aws/aws-sdk-go v1.51.3
go: found github.com/aws/aws-sdk-go/service/iam/iamiface in github.com/aws/aws-sdk-go v1.51.3
go: found github.com/aws/aws-sdk-go/service/s3 in github.com/aws/aws-sdk-go v1.51.3
go: found github.com/aws/aws-sdk-go/service/s3/s3iface in github.com/aws/aws-sdk-go v1.51.3
go: found github.com/aws/aws-sdk-go/service/sts in github.com/aws/aws-sdk-go v1.51.3
go: found github.com/ghodss/yaml in github.com/ghodss/yaml v1.0.0
go: found github.com/pkg/errors in github.com/pkg/errors v0.9.1
go: github.com/99designs/iamy imports
gopkg.in/alecthomas/kingpin.v2: gopkg.in/alecthomas/[email protected]: parsing go.mod:
module declares its path as: github.com/alecthomas/kingpin/v2
but was required as: gopkg.in/alecthomas/kingpin.v2
The text was updated successfully, but these errors were encountered:
Is this project still safe to use?
Will it work with AWS cli v2?
It can not be installed using
go install
:The text was updated successfully, but these errors were encountered: