Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Fix import url in readme #34

Merged
merged 2 commits into from
Jan 23, 2025
Merged

doc: Fix import url in readme #34

merged 2 commits into from
Jan 23, 2025

Conversation

Bzil
Copy link
Contributor

@Bzil Bzil commented Jan 22, 2025

doc: Fix import url in readme
error :

❯ go install
main.go:10:8: no required module provides package github.com/mirakl/lib-vault/vaultv2; to add it:
        go get github.com/mirakl/lib-vault/vaultv2
❯ go get github.com/mirakl/lib-vault/vaultv2

go: module github.com/mirakl/lib-vault@upgrade found (v1.1.1), but does not contain package github.com/mirakl/lib-vault/vaultv2

fix:

 go get github.com/mirakl/lib-vault/v2
go: downloading github.com/mirakl/lib-vault/v2 v2.4.1
go: downloading golang.org/x/time v0.5.0
go: downloading github.com/go-test/deep v1.1.0
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/hashicorp/hcl v1.0.1-vault-5
go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.8
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading github.com/hashicorp/go-sockaddr v1.0.6
go: upgraded github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6 => v0.1.8
go: upgraded github.com/hashicorp/go-sockaddr v1.0.2 => v1.0.6
go: upgraded github.com/hashicorp/hcl v1.0.0 => v1.0.1-vault-5
go: added github.com/mirakl/lib-vault/v2 v2.4.1
go: upgraded golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 => v0.5.0

doc: Fix import url in readme 
error : 
```
❯ go install
main.go:10:8: no required module provides package github.com/mirakl/lib-vault/vaultv2; to add it:
        go get github.com/mirakl/lib-vault/vaultv2
❯ go get github.com/mirakl/lib-vault/vaultv2

go: module github.com/mirakl/lib-vault@upgrade found (v1.1.1), but does not contain package github.com/mirakl/lib-vault/vaultv2

```
README.md Outdated Show resolved Hide resolved
Co-authored-by: Pascal Bourdier <[email protected]>
@Bzil Bzil merged commit dec12a5 into main Jan 23, 2025
2 checks passed
@Bzil Bzil deleted the Bzil-patch-1 branch January 23, 2025 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants