cyberark / conjur-api-go

Go client for the CyberArk Conjur API
Apache License 2.0
21 stars 20 forks source link

update dependency github.com/alessio/shellescape #182

Open tribock opened 2 weeks ago

tribock commented 2 weeks ago

Summary

when running go get -u ./... the following error occurs:

go get -u github.com/cyberark/conjur-api-go/conjurapi go: github.com/alessio/shellescape@v1.5.1: parsing go.mod: module declares its path as: al.essio.dev/pkg/shellescape but was required as: github.com/alessio/shellescape

Steps to Reproduce

  1. go get -u github.com/cyberark/conjur-api-go/conjurapi

Expected Results

no errors and no warnings

Actual Results

go: github.com/alessio/shellescape@v1.5.1: parsing go.mod: module declares its path as: al.essio.dev/pkg/shellescape but was required as: github.com/alessio/shellescape trying github.com/alessio/shellescape@v1.5.1-rc1 go: github.com/alessio/shellescape@v1.5.1-rc1: parsing go.mod: module declares its path as: al.essio.dev/pkg/shellescape but was required as: github.com/alessio/shellescape trying github.com/alessio/shellescape@v1.5.0 go: github.com/alessio/shellescape@v1.5.0: parsing go.mod: module declares its path as: al.essio.dev/pkg/shellescape but was required as: github.com/alessio/shellescape trying github.com/alessio/shellescape@v1.5.0-rc1 go: github.com/alessio/shellescape@v1.5.0-rc1: parsing go.mod: module declares its path as: al.essio.dev/pkg/shellescape but was required as: github.com/alessio/shellescape restoring github.com/alessio/shellescape@v1.4.2

Reproducible

Version/Tag number

github.com/cyberark/conjur-api-go v0.12.4

szh commented 2 weeks ago

Hey @tribock, thanks for reporting this. Do you want to submit a PR for this?