mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 18:43:34 +00:00
build: vendor code.cloudfoundry.org/gofileutils from GitHub
There is a problem accessing the code.cloudfoundry.org web service iver TLS. It seems to redirect to GitHub, so use the package from there: running: go mod verify go: github.com/libopenstorage/secrets@v0.0.0-20210709082113-dde442ea20ec requires github.com/hashicorp/vault@v1.4.2 requires github.com/hashicorp/vault-plugin-auth-cf@v0.5.4 requires github.com/cloudfoundry-community/go-cfclient@v0.0.0-20190201205600-f136f9222381 requires code.cloudfoundry.org/gofileutils@v0.0.0-20170111115228-4d0c80011a0f: unrecognized import path "code.cloudfoundry.org/gofileutils": https fetch: Get "https://code.cloudfoundry.org/gofileutils?go-get=1": x509: certificate signed by unknown authority Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
b2e5e0574b
commit
2cc96dc539
1
go.mod
1
go.mod
@ -35,6 +35,7 @@ require (
|
||||
)
|
||||
|
||||
replace (
|
||||
code.cloudfoundry.org/gofileutils => github.com/cloudfoundry/gofileutils v0.0.0-20170111115228-4d0c80011a0f
|
||||
github.com/golang/protobuf => github.com/golang/protobuf v1.4.3
|
||||
github.com/hashicorp/vault/api => github.com/hashicorp/vault/api v1.0.5-0.20200902155336-f9d5ce5a171a
|
||||
github.com/hashicorp/vault/sdk => github.com/hashicorp/vault/sdk v0.1.14-0.20201116234512-b4d4137dfe8b
|
||||
|
Reference in New Issue
Block a user